18880N/Adiff -r 0ed13ec93074 time-slider-0.2.96/usr/share/time-slider/lib/plugin/rsync/backup.py
18880N/A--- time-slider-0.2.96/usr/share/time-slider/lib/plugin/rsync/backup.py Fri Jun 04 09:32:13 2010 +1000
18880N/A+++ time-slider-0.2.96.new/usr/share/time-slider/lib/plugin/rsync/backup.py Wed Jun 16 11:18:31 2010 +1000
18880N/A@@ -1007,10 +1007,6 @@
18880N/A keep = tempSchedule[3] # [schedule,interval,period,keep]
18880N/A schedBackups = [d for d in os.listdir(targetDir) if
18880N/A d.find(label) == 0]
18880N/A-
18880N/A-
18880N/A- schedBackups = [d for d in dirList if
18880N/A- d.find(label) == 0]
18880N/A # The minimum that can be kept around is one:
18880N/A # keeping zero is stupid since it might trigger
18880N/A # a total replication rather than an incremental