meta data for this page
  •  

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
linux:backup:overview [2016/05/18 07:03] niziaklinux:backup:overview [2016/10/03 09:22] – [duply] niziak
Line 13: Line 13:
   * Mirrored structure is available at destination (like rsync). Easy to browse.   * Mirrored structure is available at destination (like rsync). Easy to browse.
   * ACL and extended attributes support   * ACL and extended attributes support
 +  * Update is slow 
   * special directory ''rdiff-backup-data'' are also created at dest where old versions are kept   * special directory ''rdiff-backup-data'' are also created at dest where old versions are kept
   * [[http://www.nongnu.org/rdiff-backup/]]   * [[http://www.nongnu.org/rdiff-backup/]]
 +  * <code>sudo apt-get install python-pylibacl python-xattr</code>
  
 ===== duplicity ===== ===== duplicity =====
Line 24: Line 26:
   * front end to duplicity   * front end to duplicity
  
 +<code bash>
 +duply my-backup backup
 +duply my-backup cleanup --extra-clean --force
 +</code>
  
 ====== Performance ====== ====== Performance ======
Line 30: Line 36:
  
 ^  proto  ^  tool          ^ initial copy ^  update no changes  ^  1GB added ^ 1GB removed ^ ^  proto  ^  tool          ^ initial copy ^  update no changes  ^  1GB added ^ 1GB removed ^
-|  rsync  | rsync          |              |  22s                |                        +|  rsync  | rsync          |              |  22s                |  3m25       0m34       
-|  ssh    | rdiff-backup   | 144m (2:24)  |  12m                |                        |+|  ssh    | rdiff-backup   | 144m (2:24)  |  12m                |  18m        19m        |
 |  rsync  | rsnapshot      |              |                                |             | |  rsync  | rsnapshot      |              |                                |             |