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

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

[Rdiff-backup-bugs] [bug #24815] Escaping double colons in local files d


From: Pedro DeRose
Subject: [Rdiff-backup-bugs] [bug #24815] Escaping double colons in local files doesn't seem to work
Date: Tue, 11 Nov 2008 17:35:18 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100922 Ubuntu/8.04 (hardy) Firefox/3.0.3

URL:
  <http://savannah.nongnu.org/bugs/?24815>

                 Summary: Escaping double colons in local files doesn't seem
to work
                 Project: rdiff-backup
            Submitted by: dedrop
            Submitted on: Tue 11 Nov 2008 05:35:16 PM GMT
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

Backing up directories whose paths contain double colons doesn't seem to
work, even when escaping the colons as described in the man page. Here's a
simple test case on Linux, in the bash shell:

# mkdir "foo::bar"
# mkdir "foo::bar/dir"
# echo "hi" > "foo::bar/dir/foo.txt"

# rdiff-backup "foo\::bar/dir" "foo\::bar/backup"
Fatal Error: Unable to create directory foo\::bar/backup

# rdiff-backup "foo\::bar/dir" "foo\::backup"
Fatal Error: Source directory foo\::bar/dir does not exist

# ls
foo\::backup foo::bar


Looks like rdiff-backup is not treating \: as an escaped colon, but rather as
a literal slash-then-colon. Of course, using a double colon without escaping
doesn't work either, as rdiff-backup tries to treat the text before the colons
as a host.





    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?24815>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

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