jborg / attic

Deduplicating backup program
Other
1.11k stars 104 forks source link

atime preservation code is broken #243

Open ThomasWaldmann opened 9 years ago

ThomasWaldmann commented 9 years ago

atime is being updated by attic, even if the file is owned by current euid and the OS supports os.NO_ATIME.

atime is also updated if attic runs as root, although root has always permissions for NO_ATIME mode.

ThomasWaldmann commented 9 years ago

Fixed in PR #244.