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
Next revision Both sides next revision
backup [2017/06/09 05:59]
slackermedia
backup [2018/06/13 05:56]
slackermedia fixed stray wrap tag. Thanks to Alex Schroeder.
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 124: Line 125:
  
 <​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>​