rsync-backup sync
username=user
password=myPassword
location=/my-backup
backup-location=/home/user/
server=123.123.123.123
excludes={
exclude.txt
exclude2.txt
}
./install.sh
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