Fork me on GitHub

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
developer:disk_image_backup [2009/12/07 03:20]
henri
developer:disk_image_backup [2009/12/07 03:23]
henri
Line 16: Line 16:
 ===== Basic Backup Scripts ===== ===== Basic Backup Scripts =====
   * [[developer:​BasicBackup]] (this is a backup script using the diskutil command) ​   * [[developer:​BasicBackup]] (this is a backup script using the diskutil command) ​
 +  * [[:​Synchronizing Disk Images Between Machines]] (script for keeping a backup image(s) in sync via the network)
 \\  \\ 
  
 ===== Helpful Rsync Examples ===== ===== Helpful Rsync Examples =====
  
-   /usr/local/bin/​rsync_v3 ​-a --human-readable --stats --sparse /​path/​to/​src.sparseimage /​path/​to/​dstdir/​+   /path/to/rsync -a --human-readable --stats --sparse /​path/​to/​src.sparseimage /​path/​to/​dstdir/​
  
 \\ \\