Skip to content

A simple tool for backing up your files to a samba share

License

Notifications You must be signed in to change notification settings

KickdeGans/rsync-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rsync-backup

A simple tool for backing up your files to a samba share

Quick example:

rsync-backup sync

Example config:

username=user
password=myPassword
location=/my-backup
backup-location=/home/user/
server=123.123.123.123
excludes={
    exclude.txt
    exclude2.txt
}

Installation:

./install.sh

Dependecies:

ssh
sshpass
rsync
python3

Debian (also systems like ubuntu, mint etc.):

sudo apt install ssh sshpass rsync python3

Arch linux:

sudo pacman -S ssh sshpass rsync python3

Redhat (also systems like fedora):

sudo dnf install ssh sshpass rsync python3

About

A simple tool for backing up your files to a samba share

Resources

License

Stars

Watchers

Forks

Packages

No packages published