messes with file access time when performing backups

Bug #836077 reported by Jonathan Wiltshire
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Back In Time
New
Undecided
Unassigned
backintime (Debian)
Fix Released
Unknown
backintime (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

From Debian report:

i:Exit -:PrevPg <Space>:NextPg v:View Attachm. d:Del r:Reply j:Next ?:Help Date: Sat, 27 Aug 2011 22:33:17 +0100
From: Julian Gilbey <email address hidden>
To: Debian Bug Tracking System <email address hidden>
Subject: Bug#639537: backintime: messes with file access time when performing
        backups
Message-ID: <email address hidden>
Reply-To: Julian Gilbey <email address hidden>, <email address hidden>
X-Mailer: reportbug 5.1.1

Package: backintime-gnome Version: 1.0.8-1 Severity: normal

Hi!
When backintime performs a backup, it does not preserve the file
access time. This means that mailbox-checking programs, such as mutt,
lose the information as to when the mailbox was last actually read.
I would recommend that backintime does something like
  orig_times = os.stat(file)
  [perform whichever actions required on file]
  os.utime(file, (orig_times.st_atime, orig_times.st_mtime))

whenever it needs to read a file for backup purposes.

   Julian

affects: ubuntu → backintime (Ubuntu)
Changed in backintime (Debian):
status: Unknown → Confirmed
Changed in backintime (Debian):
status: Confirmed → Fix Released
buhtz (buhtz)
Changed in backintime (Ubuntu):
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.