summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup/Security.py
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2004-01-29 02:28:06 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2004-01-29 02:28:06 +0000
commitbf2c5668024ab586e07b0e83ed1b731560977ddd (patch)
tree8a079549e757d2cddfeb4fe577a659161a03f20c /rdiff-backup/rdiff_backup/Security.py
parenta64c39a160a1c14d200695331fee3efb40fe05ae (diff)
downloadrdiff-backup-bf2c5668024ab586e07b0e83ed1b731560977ddd.tar.gz
First attempt at --compare switch (untested).
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@512 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/rdiff_backup/Security.py')
-rw-r--r--rdiff-backup/rdiff_backup/Security.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rdiff-backup/rdiff_backup/Security.py b/rdiff-backup/rdiff_backup/Security.py
index 7ccb49a..b9000cc 100644
--- a/rdiff-backup/rdiff_backup/Security.py
+++ b/rdiff-backup/rdiff_backup/Security.py
@@ -96,7 +96,7 @@ def set_security_level(action, cmdpairs):
rdir = getpath(cp2)
elif action in ["test-server", "list-increments", 'list-increment-sizes',
"list-at-time", "list-changed-since",
- "calculate-average", "remove-older-than"]:
+ "calculate-average", "remove-older-than", "compare"]:
sec_level = "minimal"
rdir = tempfile.gettempdir()
else: assert 0, "Unknown action %s" % action