summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup/Globals.py
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-09-04 05:16:12 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-09-04 05:16:12 +0000
commiteafe9b81dd96e9c8f59dfaf3c62d01aa25be64df (patch)
treed7e354632533eab61d423378c2fc2551a72d5c93 /rdiff-backup/rdiff_backup/Globals.py
parent98a31c8656bb61659e1eea4f649d51a214ce806d (diff)
downloadrdiff-backup-eafe9b81dd96e9c8f59dfaf3c62d01aa25be64df.tar.gz
Added user_group module and associated tests
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@416 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/rdiff_backup/Globals.py')
-rw-r--r--rdiff-backup/rdiff_backup/Globals.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/rdiff-backup/rdiff_backup/Globals.py b/rdiff-backup/rdiff_backup/Globals.py
index 2338659..d6238e1 100644
--- a/rdiff-backup/rdiff_backup/Globals.py
+++ b/rdiff-backup/rdiff_backup/Globals.py
@@ -124,6 +124,12 @@ backup_writer = None
# Connection of the client
client_conn = None
+# When backing up, issource should be true on the reader and isdest on
+# the writer. When restoring, issource should be true on the mirror
+# and isdest should be true on the target.
+issource = None
+isdest = None
+
# This list is used by the set function below. When a new
# connection is created with init_connection, its Globals class
# will match this one for all the variables mentioned in this