Remove previous backup scripts
parent
f4fecb4328
commit
ec4d6bf733
@ -1,7 +0,0 @@
|
||||
rsync --ignore-existing -azP ~/documents/ 192.168.1.225:documents/
|
||||
rsync --ignore-existing -azP ~/pictures/ 192.168.1.225:pictures/
|
||||
rsync --ignore-existing -azP ~/books/ 192.168.1.225:books/
|
||||
rsync --ignore-existing -azP ~/recordings/ 192.168.1.225:recordings/
|
||||
rsync --ignore-existing -azP ~/misc/ 192.168.1.225:misc/
|
||||
rsync --ignore-existing -azP ~/git/ 192.168.1.225:git/
|
||||
|
||||
@ -1,3 +0,0 @@
|
||||
rsync --ignore-existing -azP 192.168.1.250:backup/documents/ documents
|
||||
rsync --ignore-existing -azP 192.168.1.250:backup/pictures/ pictures
|
||||
rsync --ignore-existing -azP 192.168.1.250:backup/books/ books
|
||||
@ -1,6 +0,0 @@
|
||||
rsync --ignore-existing --delete -azP books /mnt/ssd
|
||||
rsync --ignore-existing --delete -azP documents /mnt/ssd
|
||||
rsync --ignore-existing --delete -azP isos /mnt/ssd
|
||||
rsync --ignore-existing --delete -azP music /mnt/ssd
|
||||
rsync --ignore-existing --delete -azP pictures /mnt/ssd
|
||||
rsync --ignore-existing --delete -azP videos /mnt/ssd
|
||||
@ -1,2 +0,0 @@
|
||||
rsync --ignore-existing -azP documents /mnt/usb
|
||||
rsync --ignore-existing -azP pictures /mnt/usb
|
||||
Loading…
Reference in New Issue