summaryrefslogtreecommitdiff
path: root/bugs/ctime.mdwn
blob: 6b6433e5a619a8909826e09a41a7392b8ff6029e (plain)
1
2
3
4
5
6
7
8
9
[[!tag obnam-wishlist]]

Obnam should, arguably, use ctime changes to trigger backups, so that
if a file's size and mtime are the same, because whatever fool program
modified a file reset the mtime, obnam will still backup the changed
data.

I have code for this, but it requires a repository format change,
and breaks the upgrade from format 5 to 6. --liw