summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup/Globals.py
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-10-19 02:45:24 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-10-19 02:45:24 +0000
commit83336648d07d3f8f2ca25377468faeeba77bfd6f (patch)
treeec9e5315311f620afafaa5d2f7efca6a76e8a005 /rdiff-backup/rdiff_backup/Globals.py
parenta0e30bdc00ce9f72ec16588c365fb6113889f9d8 (diff)
downloadrdiff-backup-83336648d07d3f8f2ca25377468faeeba77bfd6f.tar.gz
Carbonfile now defaults to off
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@635 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/rdiff_backup/Globals.py')
-rw-r--r--rdiff-backup/rdiff_backup/Globals.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/rdiff-backup/rdiff_backup/Globals.py b/rdiff-backup/rdiff_backup/Globals.py
index dd5dc9b..710d79d 100644
--- a/rdiff-backup/rdiff_backup/Globals.py
+++ b/rdiff-backup/rdiff_backup/Globals.py
@@ -87,7 +87,8 @@ resource_forks_write = None
resource_forks_conn = None
# Like the above, but applies to MacOS Carbon Finder creator/type info.
-carbonfile_active = None
+# As of 1.0.2 this has defaulted to off because of bugs
+carbonfile_active = 0
carbonfile_write = None
carbonfile_conn = None