Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
backup [2017/06/09 05:59]
slackermedia
backup [2021/06/03 19:48] (current)
Line 101: Line 101:
 **3.** Perform an initial backup. **3.** Perform an initial backup.
  
 +<WRAP indent>
 The first backup is the largest and slowest backup because it is copying everything over to your backup drive. Subsequent backups will be much much smaller, because it will only copy changes to that base layer. The first backup is the largest and slowest backup because it is copying everything over to your backup drive. Subsequent backups will be much much smaller, because it will only copy changes to that base layer.
  
Line 114: Line 115:
  
 <​code>​ <​code>​
-$ rdiff-backup --terminal-verbosity 8 --print-statistics --exclude-globbing-filelist /​home/​klaatu/​.excludes /​home/​klaatu/​ /​safehouse/​klaatuWork/​+$ rdiff-backup --terminal-verbosity 8 --print-statistics ​
 +--exclude-globbing-filelist /​home/​klaatu/​.excludes /​home/​klaatu/ ​
 +/​safehouse/​klaatuWork/​
 </​code>​ </​code>​
  
Line 124: Line 127:
  
 <​code>​ <​code>​
-$ rdiff-backup --terminal-verbosity 8 --print-statistics --exclude-globbing-filelist /​home/​klaatu/​.excludes /​home/​klaatu/​ klaatu@10.1.1.11::/​safehouse/​klaatuWork/​+$ rdiff-backup --terminal-verbosity 8 --print-statistics ​
 +--exclude-globbing-filelist /​home/​klaatu/​.excludes /​home/​klaatu/ ​
 +klaatu@10.1.1.11::/​safehouse/​klaatuWork/​
 </​code>​ </​code>​