-
Notifications
You must be signed in to change notification settings - Fork 103
Description
I have used the drive as a SAMBA file share for document folders. Folders are used by windows customers. If i try to backup this folder receive an error
_root@test:~# attic create -s -v /mnt/backup/attic::test2 /test/docs/test
/test/docs/test
Traceback (most recent call last):
File "/usr/local/bin/attic", line 3, in
main()
File "/usr/local/lib/python3.4/dist-packages/attic/archiver.py", line 730, in main
exit_code = archiver.run(sys.argv[1:])
File "/usr/local/lib/python3.4/dist-packages/attic/archiver.py", line 720, in run
return args.func(args)
File "/usr/local/lib/python3.4/dist-packages/attic/archiver.py", line 129, in do_create
self._process(archive, cache, args.excludes, args.exclude_caches, skip_inode s, path, restrict_dev)
File "/usr/local/lib/python3.4/dist-packages/attic/archiver.py", line 170, in process
archive.process_item(path, st)
File "/usr/local/lib/python3.4/dist-packages/attic/archive.py", line 375, in p rocess_item
item.update(self.stat_attrs(st, path))
File "/usr/local/lib/python3.4/dist-packages/attic/archive.py", line 370, in s tat_attrs
acl_get(path, item, st, self.numeric_owner)
File "attic/platform_linux.pyx", line 101, in attic.platform_linux.acl_get (at tic/platform_linux.c:2480)
File "attic/platform_linux.pyx", line 65, in attic.platform_linux.acl_numeric ids (attic/platform_linux.c:1698)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 97: ordinal not in range(128)