Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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_rsa

host example2
user exampleuser
hostname example.org