vaultwarden_backup icon indicating copy to clipboard operation
vaultwarden_backup copied to clipboard

Backs up vaultwarden files and directories automatically.

Results 5 vaultwarden_backup issues
Sort by recently updated
recently updated
newest added

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...

help wanted

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...

enhancement
help wanted

Check if user has write and delete permissions at the beginning.

enhancement

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...

bug