borgbackup/borg
Thomas Waldmann 9ebc53ad77 restore_xattrs: ignore if setxattr fails with EACCES, fixes #162
e.g.:
- setting any security.* key is expected to fail with EACCES if one is not root.
- issue #162 on our issue tracker: user was root, but due to some specific scenario
  involving docker and selinux, setting security.selinux key fails even when running as root

not sure if it is the best solution to silently ignore this, but some lines below this change
failure to do a chown is also silently ignored (happens e.g. when restoring a file not owned
by the current user as a non-root user).
2015-08-29 00:11:04 +02:00
..
testsuite ChunkerParams: fix parameter order 2015-08-17 11:50:47 +02:00
__init__.py rename package directory to borg 2015-05-22 17:48:54 +02:00
__main__.py add a __main__.py to nuitka works 2015-07-20 16:16:32 +02:00
_chunker.c call fadvise DONTNEED for the byterange we actually have read, fixes #158 2015-08-20 05:33:51 +02:00
_hashindex.c use C99's uintmax_t and %ju format 2015-08-12 01:04:03 +02:00
_version.py fix all references to package name 2015-05-22 19:21:41 +02:00
archive.py restore_xattrs: ignore if setxattr fails with EACCES, fixes #162 2015-08-29 00:11:04 +02:00
archiver.py borg list --short, remove requirement for fakeroot, xfail a test 2015-08-15 20:52:14 +02:00
cache.py cache sync: change progress output to separate lines 2015-08-09 19:02:35 +02:00
chunker.pyx misc chunker parameter changes 2015-06-21 01:46:41 +02:00
compress.pyx deprecate the numeric --compression argument, rename null compression to none, update CHANGES 2015-08-14 23:00:04 +02:00
crypto.pyx rename package directory to borg 2015-05-22 17:48:54 +02:00
fuse.py Merge pull request #88 from ThomasWaldmann/py3style 2015-07-11 18:39:42 +02:00
hashindex.pyx generalize hashindex code for any key length 2015-08-16 14:51:15 +02:00
helpers.py ChunkerParams: fix parameter order 2015-08-17 11:50:47 +02:00
key.py deprecate the numeric --compression argument, rename null compression to none, update CHANGES 2015-08-14 23:00:04 +02:00
locking.py lock roster: catch file not found in remove() method and ignore it 2015-08-20 18:40:24 +02:00
lrucache.py Merge branch 'master' into lrucache 2015-08-14 10:59:21 +01:00
platform.py fix all references to package name 2015-05-22 19:21:41 +02:00
platform_darwin.pyx fix all references to package name 2015-05-22 19:21:41 +02:00
platform_freebsd.pyx fix all references to package name 2015-05-22 19:21:41 +02:00
platform_linux.pyx fix all references to package name 2015-05-22 19:21:41 +02:00
remote.py remote: pragma: no cover for the stuff we can't test 2015-08-12 04:28:31 +02:00
repository.py Merge branch 'master' into lrucache 2015-08-14 10:59:21 +01:00
xattr.py use borg-tmp as prefix for temporary files / directories 2015-07-11 17:22:12 +02:00