Penguin

Differences between version 15 and predecessor to the previous major change of BackupNotes.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 15 Last edited on Friday, May 26, 2006 9:58:01 am by IanMcDonald Revert
Older page: version 14 Last edited on Tuesday, October 4, 2005 1:09:22 am by OliverJones Revert
@@ -11,8 +11,8 @@
 * TarNotes for information on backing up large amounts of data to more than one tape with tar(1) 
 * [Arkeia] and ArkeiaNotes 
 * BackupExec and BackupExecNotes 
 * [Linux Ext2fs Undeletion mini-HOWTO | http://www.tldp.org/HOWTO/Ext2fs-Undeletion.html] (although you don't need to since you have good backups, right?) 
-* rsync(1) e.g. To copy to another machine/partition etc you can do <tt> rsync -av --rsh="ssh" sourcedir destdir</tt> 
+* rsync(1) e.g. To copy to another machine/partition etc you can do <tt> rsync -av --rsh="ssh" sourcedir destdir</tt>. Other options you might like to consider on rsync(1) command line are <tt>-l</tt> which keeps symlinks intact, <tt>-z</tt> which compresses the data (useful over slow links), and <tt>--delete</tt> which deletes files which exist on the destination but not the source (use with caution!!)  
 * rdiff-backup(1) - Python program to do differential backups using the rdiff command (uses the rsync protocol). 
 ---- 
 CategoryDiskNotes