diff options
| author | Anton Bobov <abobov@gmail.com> | 2013-09-25 19:29:06 +0600 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2013-09-25 20:19:55 +0600 |
| commit | 30012dbda6ac6fd4e2f11707c93aedd8ef7b86b6 (patch) | |
| tree | 3359884b0f2d0e7c5be3be2c66fc29912ab37b49 /backup-lima | |
| parent | b323d38acdae3c2e01408184456289124ea3a59f (diff) | |
Update.
Diffstat (limited to 'backup-lima')
| -rwxr-xr-x | backup-lima | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/backup-lima b/backup-lima index 0ec7fe3..5bece8b 100755 --- a/backup-lima +++ b/backup-lima @@ -2,7 +2,7 @@ set +e -DEST=diskstation:/volume1/backup/lima +DEST=anton@bonn:/mnt/mirror/backup/lima { echo /bin @@ -10,10 +10,10 @@ DEST=diskstation:/volume1/backup/lima echo /dev echo /home/anton/Music echo /home/anton/Videos - echo /home/anton/.miro/Movies echo /home/anton/.cache echo /home/anton/.thumbnails echo /home/anton/.local/share/Trash + echo /home/anton/.m2 echo /initrd.img echo /initrd.img.old echo /lib @@ -37,4 +37,4 @@ DEST=diskstation:/volume1/backup/lima echo /var/lib echo /vmlinuz echo /vmlinuz.old -} | sudo rsync --archive --verbose --compress --progress --human-readable --delete --delete-excluded --delete-after --exclude-from=- -xdev -e ssh / /home "$DEST" +} | sudo rsync --archive --verbose --compress --progress --human-readable --delete --delete-excluded --exclude-from=- -xdev -e "ssh -i $HOME/.ssh/id_rsa" / /home "$DEST" |
