vaultwarden_backup
vaultwarden_backup copied to clipboard
Backs up vaultwarden files and directories automatically.
It will be usefull to add a environment variable to run it at startup (instead of cron). After execution could keep running for cron schedule or exits for one time...
In PR #17, it now checks if there are files to delete. I used a variable to hold the contents of the `find`. Wanting someone to refactor the script a...
As of right now, even if a backup/archive couldn't be created/deleted, it'll still echo that it was successful. Would be nice if there is an actual check on it, if...
Check if user has write and delete permissions at the beginning.
Sometimes directories can be mounted but when `cd`'ing to them it says `no files or directories` or something. The backup script works fine still, it still says it created the...