summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup/Security.py
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-03-20 18:52:48 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-03-20 18:52:48 +0000
commit703a2c2f87bf3cb79344b58752bb82e33e746b40 (patch)
tree942248a071feccf52c84b39050b3592f82c3f18c /rdiff-backup/rdiff_backup/Security.py
parent5c4c3e379fc16636212512fb54406febb217eabc (diff)
downloadrdiff-backup-703a2c2f87bf3cb79344b58752bb82e33e746b40.tar.gz
Added --list-at-time option
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@308 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/rdiff_backup/Security.py')
-rw-r--r--rdiff-backup/rdiff_backup/Security.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/rdiff-backup/rdiff_backup/Security.py b/rdiff-backup/rdiff_backup/Security.py
index 9a136e2..b1785d6 100644
--- a/rdiff-backup/rdiff_backup/Security.py
+++ b/rdiff-backup/rdiff_backup/Security.py
@@ -94,8 +94,8 @@ def set_security_level(action, cmdpairs):
sec_level = "all"
rdir = getpath(cp2)
elif (action == "test-server" or action == "list-increments" or
- action == "list-changed-since" or action ==
- "calculate-average" or action == "remove-older-than"):
+ action == "list-at-time" or action == "list-changed-since"
+ or action == "calculate-average" or action == "remove-older-than"):
sec_level = "minimal"
rdir = tempfile.gettempdir()
else: assert 0, "Unknown action %s" % action