Cron not working #52
Labels
good first issue
Good for newcomers
Third party
Needs an update from the third party library
type: backup
Hi.
I am trying to set up Vaultwarden-backup on my NAS WDMyCloudEX2Ultra (armv7) with Vaultwarden installed but infortunately the cron task does not seem to work.
I have no error message but there's no automatic backup.
Here are the logs from docker logs vaultwarden_backup :
DATA_DIR: /data
DATA_DB: /data/db.sqlite3
DATA_CONFIG: /data/config.json
DATA_RSAKEY: /data/rsa_key
DATA_ATTACHMENTS: /data/attachments
DATA_SENDS: /data/sends
CRON: 5 * * * *
RCLONE_REMOTE_NAME: dropbox
RCLONE_REMOTE_DIR: /BitwardenBackup/
RCLONE_REMOTE: dropbox:/BitwardenBackup
RCLONE_GLOBAL_FLAG:
ZIP_ENABLE: TRUE
ZIP_PASSWORD: 18 Chars
ZIP_TYPE: zip
BACKUP_FILE_DATE_FORMAT: %Y%m%d
BACKUP_KEEP_DAYS: 0
PING_URL: https://hc-ping.com/mycode
MAIL_SMTP_ENABLE: FALSE
TIMEZONE: Europe/Paris
And here is my run command:
docker run -d
--restart=always
--name vaultwarden_backup
--volumes-from=vaultwarden
--mount type=volume,source=vaultwarden-rclone-data,target=/config/
-e RCLONE_REMOTE_NAME="dropbox"
-e DATA_DIR="/data"
-e TIMEZONE=Europe/Paris
-e PING_URL=https://hc-ping.com/mycode
ttionya/vaultwarden-backup:latest
Any idea why it is not working and what I should try ?
Thank you.
The text was updated successfully, but these errors were encountered: