rdiff-backup-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Rdiff-backup-commits] rdiff-backup CHANGELOG Windows-README.txt


From: Andrew Ferguson
Subject: [Rdiff-backup-commits] rdiff-backup CHANGELOG Windows-README.txt
Date: Sun, 19 Oct 2008 15:53:13 +0000

CVSROOT:        /sources/rdiff-backup
Module name:    rdiff-backup
Changes by:     Andrew Ferguson <owsla> 08/10/19 15:53:13

Modified files:
        .              : CHANGELOG Windows-README.txt 

Log message:
        Update for 1.2.2 release

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/rdiff-backup/CHANGELOG?cvsroot=rdiff-backup&r1=1.312&r2=1.313
http://cvs.savannah.gnu.org/viewcvs/rdiff-backup/Windows-README.txt?cvsroot=rdiff-backup&r1=1.1&r2=1.2

Patches:
Index: CHANGELOG
===================================================================
RCS file: /sources/rdiff-backup/rdiff-backup/CHANGELOG,v
retrieving revision 1.312
retrieving revision 1.313
diff -u -b -r1.312 -r1.313
--- CHANGELOG   12 Oct 2008 02:21:28 -0000      1.312
+++ CHANGELOG   19 Oct 2008 15:53:12 -0000      1.313
@@ -1,4 +1,4 @@
-New in v1.2.2 (????/??/??)
+New in v1.2.2 (2008/10/19)
 ---------------------------
 
 Automatically resume after a failed initial backup. (Patch from Josh Nisly)

Index: Windows-README.txt
===================================================================
RCS file: /sources/rdiff-backup/rdiff-backup/Windows-README.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- Windows-README.txt  25 Aug 2008 00:40:16 -0000      1.1
+++ Windows-README.txt  19 Oct 2008 15:53:13 -0000      1.2
@@ -13,31 +13,39 @@
 
 Currently, rdiff-backup's --include and --exclude options do not support
 Windows paths with \ as the directory separator. Instead, it is necessary to
-use / which is the Unix directory separator. However, you will need to run
-rdiff-backup from the same directory as the source of your backup, eg:
+use / which is the Unix directory separator.
 
-cd c:\
-rdiff-backup.exe --include "c:/My Stuff" --exclude "c:/**" c:/ c:/Backup
+Additionally, you may need to run rdiff-backup from the same directory as the
+source of your backup, eg:
+
+> cd c:\
+> rdiff-backup.exe --include "c:/My Stuff" --exclude "c:/**" c:/ c:/Backup
 
 will work to backup "c:\My Stuff" to "c:\Backup", but:
 
-cd "c:\My Stuff"
-rdiff-backup.exe --include "c:/My Stuff" --exclude "c:/**" c:/ c:/Backup
+> cd "c:\My Stuff"
+> rdiff-backup.exe --include "c:/My Stuff" --exclude "c:/**" c:/ c:/Backup
+
+will not work. UPDATE: With appropriate escaping, it looks like it is
+possible for this to work. Follow this example:
 
-will not work.
+> mkdir c:\foo
+> cd "c:\Documents and Settings"
+> rdiff-backup.exe --include c:\\/foo --exclude c:\\/** c:\/ c:\bar 
+
+The \\ is necessary in the --include and --exclude options because those
+options permit regular-expressions, and \ is the escape character in
+regular-expressions, and thus needs to be escaped itself.
 
 
 TROUBLESHOOTING:
 
 If you have everything installed properly, and it still doesn't work,
-see the enclosed FAQ.html, the web page at http://rdiff-backup.nongnu.org,
+see the enclosed manual, FAQ, the web page at http://rdiff-backup.nongnu.org,
 the Wiki at: http://wiki.rdiff-backup.org, and/or the mailing list. You can
 subscribe to the mailing list at:
 http://lists.nongnu.org/mailman/listinfo/rdiff-backup-users
 
-Rdiff-backup manual (Unix man page):
-http://www.nongnu.org/rdiff-backup/rdiff-backup.1.html
-
 Recommended Wiki entries:
 http://wiki.rdiff-backup.org/wiki/index.php/BackupFromWindowsToLinux
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]