david/sshbackup
david
/
sshbackup
Archived
1
0
Fork 0
This repository has been archived on 2023-12-23. You can view files and clone it, but cannot push or open issues or pull requests.
sshbackup/sourcefile_sample

10 lines
422 B
Plaintext

# in here are the backup sources supposed to be
# one source per line (no tailing slashes, bandwidth limit in kbytes/s is optional)
# <user@remote machine> <remote path> <local path> <versions> <bandwidth limit>
user@server1.example.com /srv/projects/* /home/david/testback/git 3
user@server2.example.com /srv/backup/* /home/david/testback/duffman 3
user2@server3 /media/storage2/* /home/david/testback/cartman 3 12500