Commit 68f1315b authored by bescoto's avatar bescoto

To prevent future regress problems, only touch curmirror if prevtime sets correctly


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@574 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent ab8e36db
......@@ -263,8 +263,8 @@ def Backup(rpin, rpout):
backup_set_select(rpin)
backup_init_dirs(rpin, rpout)
if prevtime:
rpout.conn.Main.backup_touch_curmirror_local(rpin, rpout)
Time.setprevtime(prevtime)
rpout.conn.Main.backup_touch_curmirror_local(rpin, rpout)
backup.Mirror_and_increment(rpin, rpout, incdir)
rpout.conn.Main.backup_remove_curmirror_local()
else:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment