Backup failed - missing account avatars file?
-
What might be the issue with this? Is this some system file?
Backup failed: checkPreconditions errored with code 1 message Command failed: du -Dsb --exclude=.lock --exclude=dovecot.list.index.log. /home/yellowtent/appsdata/SOMEUUID du: cannot access '/home/yellowtent/appsdata/SOMEUUID/data/system/cache/accounts/avatars/111/730': No such file or directory . Logs are available -
@dsp76 du has a behavior that if files disappear when it's computing disk space, it errors. In the above case, the app with id SOMEUUID seems to have deleted some file when du was busy calculating disk space
In fact, the "--exclude=.lock --exclude=dovecot.list.index.log" hack is basically to make du skip log and lock files since they are transient and often cause du to error . In this case, I don't even know how to add an exclude since there is no extension or real filename... Maybe just ignore the error. -
G girish marked this topic as a question on
-
As du is slow and resource hungry, maybe use an alternative?
Diskus is a parallelized version: https://github.com/sharkdp/diskus, claims to be 5-10 times faster.
Though not in the repos -
J joseph has marked this topic as solved on
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login