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 Raspberry Pi 3B+ #7

Closed mustaphazorgati closed 3 years ago

mustaphazorgati commented 3 years ago

Hey there!

I've been struggling for the last couple hours because I can't your docker image running properly. Everything is set up, but the CRON won't trigger, because the date function does not work on my Raspberry Pi 3B+.

Do you have any idea what the issue could be? Logs coming in a minute.

mustaphazorgati commented 3 years ago
pi@homepi:~/bitwarden/BitwardenRS-Backup $ docker run --rm -it --entrypoint /bin/sh ttionya/bitwardenrs-backup:latest
/data # date
Sun Jan  0 00:100:4174038  1900
/data # 
mustaphazorgati commented 3 years ago

I have found the issue: alpine 3.13: https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.13.0#time64_requirements

mustaphazorgati commented 3 years ago

resolution: https://askubuntu.com/a/1264921