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/backup.py


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

Index: rdiff-backup/rdiff_backup/backup.py
diff -u rdiff-backup/rdiff_backup/backup.py:1.31 
rdiff-backup/rdiff_backup/backup.py:1.32
--- rdiff-backup/rdiff_backup/backup.py:1.31    Thu Oct 27 06:16:39 2005
+++ rdiff-backup/rdiff_backup/backup.py Mon Oct 31 04:53:31 2005
@@ -101,8 +101,8 @@
                                diff_rorp.set_attached_filetype('snapshot')
                                
                for dest_sig in dest_sigiter:
-                       if dest_sig is iterfile.RORPIterFlushRepeat:
-                               yield iterfile.RORPIterFlush # Flush buffer 
when get_sigs does
+                       if dest_sig is iterfile.MiscIterFlushRepeat:
+                               yield iterfile.MiscIterFlush # Flush buffer 
when get_sigs does
                                continue
                        src_rp = (source_rps.get(dest_sig.index) or
                                          rpath.RORPath(dest_sig.index))
@@ -172,7 +172,7 @@
                                if (Globals.backup_reader is not 
Globals.backup_writer and
                                        num_rorps_skipped > flush_threshold):
                                        num_rorps_skipped = 0
-                                       yield iterfile.RORPIterFlushRepeat
+                                       yield iterfile.MiscIterFlushRepeat
                        else:
                                index = src_rorp and src_rorp.index or 
dest_rorp.index
                                sig = cls.get_one_sig(dest_base_rpath, index,




reply via email to

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