New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !
Admin panel button to delete failed duplicity backups
Admin panel button to delete failed duplicity backups
An admin panel button to delete failed duplicity backups, please!
Re: Admin panel button to delete failed duplicity backups
I will explain further:
Since there are so many files in a duplicity directory/backup, using the rm command (via ssh then su) will fail on too many arguments.
You can solve this by using for example
Since there are so many files in a duplicity directory/backup, using the rm command (via ssh then su) will fail on too many arguments.
You can solve this by using for example
Code: Select all
find . -name 'duplicity-full.yyyymmddThhmmssZ.*' -print0 | xargs -0 rm
Re: Admin panel button to delete failed duplicity backups
Sorry for the late reply, but thanks for noticing! We'll do a bug report and try to get it fixed.
/Johannes (Excito co-founder a long time ago, but now I'm just Johannes)