Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gsf/backup.sh
Simple backups of remote machines using rsync
https://github.com/gsf/backup.sh
Last synced: 19 days ago
JSON representation
Simple backups of remote machines using rsync
- Host: GitHub
- URL: https://github.com/gsf/backup.sh
- Owner: gsf
- Created: 2012-06-24T18:52:19.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-12T04:42:28.000Z (almost 11 years ago)
- Last Synced: 2024-11-10T01:40:02.609Z (2 months ago)
- Language: Shell
- Homepage:
- Size: 145 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Simple backups of remote machines using rsync
crontab:
39 3 * * * ionice -c2 -n7 backup.sh example1:/mnt/mirror backups/example1
39 4 * * * ionice -c2 -n7 backup.sh example2:r /home/example2/backups.ssh/config:
host example1
hostname example.com
identityfile backup_id_rsahost example2
user exampleuser
hostname example.org