borg/borg
Thomas Waldmann 375717c095 tests: work around strange mtime granularity issue on netbsd, fixes #204
not sure where the problem is:
it seems to announce it supports st_mtime_ns, but if one uses it and
has a file with ...123ns, i t gets restored as ...000ns.

Then I tried setting st_mtime_ns_round to -3, but it still failed with +1000ns difference.

Maybe rounding is incorrect and it should be truncating?
Issue with granularity could be in python, in netbsd (netbsd platform code), in ffs filesystem, ...
2015-09-18 00:02:44 +02:00
..
support add a argparse.py (from py 3.2.6) that is not broken 2015-09-13 00:58:57 +02:00
testsuite tests: work around strange mtime granularity issue on netbsd, fixes #204 2015-09-18 00:02:44 +02:00
__init__.py
__main__.py
_chunker.c chunker: add a check whether the POSIX_FADV_DONTNEED constant is defined 2015-09-14 17:36:04 +02:00
_hashindex.c
archive.py implement borg create --dry-run, attic issue #267 2015-09-08 03:12:45 +02:00
archiver.py add a argparse.py (from py 3.2.6) that is not broken 2015-09-13 00:58:57 +02:00
cache.py Merge branch 'master' into faster-cache-sync 2015-09-10 23:12:55 +02:00
chunker.pyx cython code: add some int types to get rid of unspecific python add / subtract operations 2015-09-10 23:12:12 +02:00
compress.pyx
crypto.pyx cython code: add some int types to get rid of unspecific python add / subtract operations 2015-09-10 23:12:12 +02:00
fuse.py
hashindex.pyx Obtaining 'char *' from temporary Python value 2015-09-12 17:21:49 -04:00
helpers.py fix the other argparse import also 2015-09-13 01:01:48 +02:00
key.py
locking.py
lrucache.py
platform.py
platform_darwin.pyx
platform_freebsd.pyx
platform_linux.pyx
remote.py
repository.py use absolute path, attic issue #200, attic issue #137 2015-09-06 23:26:47 +02:00
xattr.py