ttionya / vaultwarden-backup

Backup vaultwarden (formerly known as bitwarden_rs) SQLite3/PostgreSQL/MySQL/MariaDB database by rclone. (Docker)
MIT License
1.04k stars 119 forks source link

CRON not working on ARM? Here's the solution #53

Open ttionya opened 2 years ago

ttionya commented 2 years ago

Many people feedback that the backup tool does not work properly on their ARM systems, such as NAS and Raspberry Pi.

It happens because the time gets random in the container, you can verify this in the container using the date command.

Here is a compilation of how they solved the problem, please check these issues.

7

34

44

52