Commit 25183ca0 authored by bescoto's avatar bescoto

Add --carbonfile to listed switches


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@667 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent d08128d8
......@@ -54,7 +54,8 @@ def parse_cmdlineoptions(arglist):
return rpath.RPath(Globals.local_connection, path).normalize().path
try: optlist, args = getopt.getopt(arglist, "blr:sv:V",
["backup-mode", "calculate-average", "check-destination-dir",
["backup-mode", "calculate-average", "carbonfile",
"check-destination-dir",
"compare", "compare-at-time=", "create-full-path",
"current-time=", "exclude=", "exclude-device-files",
"exclude-fifos", "exclude-filelist=",
......
Do hash check on restore
Don't copy metadata onto a hardlink twice
For comparing, check source filesystem
Clean up connection dropped message
......
......@@ -58,7 +58,8 @@ def parse_cmdlineoptions(arglist):
return rpath.RPath(Globals.local_connection, path).normalize().path
try: optlist, args = getopt.getopt(arglist, "blr:sv:V",
["backup-mode", "calculate-average", "check-destination-dir",
["backup-mode", "calculate-average", "carbonfile",
"check-destination-dir",
"compare", "compare-at-time=", "compare-hash",
"compare-hash-at-time=", "compare-full", "compare-full-at-time=",
"create-full-path", "current-time=", "exclude=",
......
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