|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
#backup rdiff-backup --terminal-verbosity 8 --print-statistics \ --exclude-globbing-filelist $HOME/.excludes \ /Users/yliu/tothepi/ pi@192.168.0.13::/backupdrive/Users/yliu/tothepi #restore rdiff-backup --restore-as-of now \ pi@192.168.0.13::/backupdrive/Users/yliu/tothepi/fieltorestore.png \ /Users/yliu/tothepi/fieltorestore.png #restore the file from 5 days ago rdiff-backup --restore-as-of 5D pi@192.168.0.13::/backupdrive/Users/yliu/tothepi/fieltorestore.png \ /Users/yliu/tothepi/fieltorestore.png |
https://opensource.com/life/16/3/turn-your-old-raspberry-pi-automatic-backup-server
![]()
