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

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

[Rdiff-backup-commits] Changes to rdiff-backup/rdiff_backup/Security.py


From: Ben Escoto
Subject: [Rdiff-backup-commits] Changes to rdiff-backup/rdiff_backup/Security.py
Date: Sun, 30 Oct 2005 23:53:32 -0500

Index: rdiff-backup/rdiff_backup/Security.py
diff -u rdiff-backup/rdiff_backup/Security.py:1.27 
rdiff-backup/rdiff_backup/Security.py:1.28
--- rdiff-backup/rdiff_backup/Security.py:1.27  Mon Oct 24 17:16:05 2005
+++ rdiff-backup/rdiff_backup/Security.py       Mon Oct 31 04:53:31 2005
@@ -113,8 +113,9 @@
                        sec_level = "all"
                        rdir = getpath(cp2)
        elif action in ["test-server", "list-increments", 
'list-increment-sizes',
-                                        "list-at-time", "list-changed-since",
-                                        "calculate-average", 
"remove-older-than", "compare"]:
+                                       "list-at-time", "list-changed-since",
+                                       "calculate-average", 
"remove-older-than", "compare",
+                                       "compare-hash", "compare-full"]:
                sec_level = "minimal"
                rdir = tempfile.gettempdir()
        else: assert 0, "Unknown action %s" % action
@@ -151,7 +152,14 @@
                                  "restore.ListAtTime",
                                  "backup.SourceStruct.get_source_select",
                                  "backup.SourceStruct.set_source_select",
-                                 "backup.SourceStruct.get_diffs"])
+                                 "backup.SourceStruct.get_diffs",
+                                 "compare.RepoSide.init_and_get_iter",
+                                 "compare.RepoSide.close_rf_cache",
+                                 "compare.RepoSide.attach_files",
+                                 "compare.DataSide.get_source_select",
+                                 "compare.DataSide.compare_fast",
+                                 "compare.DataSide.compare_hash",
+                                 "compare.DataSide.compare_full"])
        if sec_level == "update-only" or sec_level == "all":
                l.extend(["log.Log.open_logfile_local", 
"log.Log.close_logfile_local",
                                  "log.ErrorLog.open", "log.ErrorLog.isopen",




reply via email to

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