diff options
Diffstat (limited to 'cron sync.txt')
-rwxr-xr-x | cron sync.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cron sync.txt b/cron sync.txt new file mode 100755 index 0000000..cb67908 --- /dev/null +++ b/cron sync.txt @@ -0,0 +1,10 @@ +cron sync + +rsync -e "ssh" -avrczh ~/Documents --progress --stats --exclude '.DS_Store' --exclude 'Quickbooks' --exclude 'Finance' luxagraf@web177.webfaction.com:/home/luxagraf/backup/Documents + + +rsync -e "ssh" -rc ~/Pictures/iPhone\ Library --exclude '.DS_Store' luxagraf@web177.webfaction.com:/home/luxagraf/backup/Pictures + +rsync -e "ssh" -rc ~/Pictures/Lightroom --exclude '.DS_Store' --exclude 'Backups' luxagraf@web177.webfaction.com:/home/luxagraf/backup/Pictures + +rsync -e "ssh" -avrczh ~/Pictures/Library --progress --stats --exclude '.DS_Store' luxagraf@web177.webfaction.com:/home/luxagraf/backup/Pictures
\ No newline at end of file |