Tweaked the doc & opening description.
authorWayne Davison <wayned@samba.org>
Mon, 7 May 2007 00:22:08 +0000 (00:22 +0000)
committerWayne Davison <wayned@samba.org>
Mon, 7 May 2007 00:22:08 +0000 (00:22 +0000)
source-backup.diff

index ee1e263..3cf3439 100644 (file)
@@ -1,6 +1,5 @@
-This patch to rsync 2.6.9 adds a --source-backup option that backs up source
-files removed due to --remove-source-files.  In my limited testing, it seems
-to work.
+This patch adds a --source-backup option that backs up source files
+removed due to --remove-source-files.
 
 To use this patch, run these commands for a successful build:
 
@@ -65,7 +64,7 @@ To use this patch, run these commands for a successful build:
 +bf(--backup) but uses the same bf(--backup-dir) and bf(--suffix) settings,
 +if any.  With bf(--backup-dir), each backup file is placed inside the backup
 +dir according to the source file's full path from the working directory
-+(source argument path + file-list path); if you want files placed according
++(backup-dir + source argument path + file-list path); if you want files placed according
 +to the file-list path, you could either make appropriate symlinks or have the
 +sender "cd" into the source directory so that the source argument is just ".".
 +