TW
TW
Aside from all hardware, setup and data related factors, some of the slowness may be caused by attic's usage of zlib compression at level 6, by encryption (if you do...
Well, it seems rather clear after analyzing the traceback that there _are_ xattr problems, because the setxattr call in the test setup fails all the time. So, did you check...
You should test whether setting xattrs on existing files works. Of course the tests clean up their test files after running, that's why you do not see them existing afterwards.
Internal scheduling: attic is single threaded. reading, processing, writing, syncing is done in-order. Thus, I/O and I/O wait times are not used otherwise, no parallel processing. Maybe this is not...
Also, browsers can show SVG directly and it's scalable. +1 for SVG from me (I likely won't work on this though, rather hack the code. :)
``` passphrase = os.environ.get('ATTIC_PASSPHRASE') if passphrase is None: passphrase = getpass(prompt) # this is line 187 ``` That means you did not set ATTIC_PASSPHRASE. If you did, it would not...
If one is consistently using same pathes (always absolute xor always relative (with same amount of dir levels)) and also is consistent about using or not using trailing slashes, this...
What you have posted is part of the (relatively low level) **repository check**. Recovering a segment file first creates a backup copy `.beforerecover` and then transfers all entries with valid...
BTW, maybe you want to monitor the SMART status of your disks. Often you can see in there that a disk develops problems, before it actually starts to severely fail.