otraupe

Results 20 comments of otraupe

Thank you for clarifying this, Thomas. So I will try here. I have installed Attic on CentOS 6.7. CentOS requires Python 2.6 for its packet manager "yum". So I installed...

Found this: https://github.com/jborg/attic/issues/201 The init is working now, the repo is on a cifs mount. Backups seem to work, too. A lot of 5 M size files are created.

With fakeroot, it takes much longer, but the result seems to be the same. Very similar to what Whissi posted two weeks ago. Makes me worry, honestly. > use python...

All detailed error reports seem to be related to the "xattr.py". Another dependency missing?

[root@backuper ole]# yum list installed | grep attr attr.x86_64 2.4.44-7.el6 @anaconda-CentOS-201508042137.x86_64/6.7 libattr.x86_64 2.4.44-7.el6 @anaconda-CentOS-201508042137.x86_64/6.7 libattr-devel.x86_64 2.4.44-7.el6 @base

I would like to ask the following questions: Which tests are failing exactly, what do they do? Is this critical, and in what way? What might be the reason? What...

And why is it so slow? Ok, that might have many reasons, but 16 GB took about 45 minutes. I intend to backup multiple TB of data. That's probably not...

Thanks for your help, Thomas! @xattrs: that's what I thought first. But the respective dirs in /tmp don't even exist - probably DUE to the failed tests. Also, I tested...

Yes, just checked it again. And again: the setxattr must fail on files and folders that aren't present. Right? @Logs: I will do that.

This is the output of the test for working xattrs according to the Samba wiki page I quoted above. Never had any problems with that. [root@backuper tmp]# touch test.txt [root@backuper...