Commit a9e61002 authored by owsla's avatar owsla

Make --check-destination-dir handle quoted situations.


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@812 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent 59c4dc8a
New in v1.1.12 (????/??/??)
---------------------------
Make --check-destination-dir handle quoted situations. (Andrew Ferguson)
Handle quoted current_mirror markers and clean-up the listing of
increments with quoted names. (Andrew Ferguson)
......
......@@ -773,11 +773,7 @@ def Verify(dest_rp, verify_time = None):
def CheckDest(dest_rp):
"""Check the destination directory, """
if Globals.chars_to_quote:
dest_rp = FilenameMapping.get_quotedrpath(dest_rp)
if Globals.rbdir is None:
SetConnections.UpdateGlobal('rbdir',
dest_rp.append_path("rdiff-backup-data"))
dest_rp = require_root_set(dest_rp, 0)
need_check = checkdest_need_check(dest_rp)
if need_check is None:
Log.FatalError("No destination dir found at %s" % (dest_rp.path,))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment