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

Date/time random inside container #44

Closed Boergen closed 2 years ago

Boergen commented 2 years ago

This is the output of "date" from inside the container:

bash-5.1# date
Thu May  7 03:56:00 CEST 2037
bash-5.1# date
Sun Jun 14 22:38:08 CEST 2037
bash-5.1# date
Sat May 30 06:01:52 CEST 2037
bash-5.1# date
Mon Jun 15 08:52:32 CEST 2037
bash-5.1# date
Sat Apr 18 16:12:00 CEST 2037
bash-5.1# date
Thu Apr 23 13:23:28 CEST 2037
bash-5.1# ^C
bash-5.1# 

My cron settings are seemingly ignored, that is why I checked the date/times.

Files uploaded with rclone also receive the time stamp reflecting these weird date/times. Zipping (when enabled) and the subsequent zip check also fail, but I do not know if that is related.

ttionya commented 2 years ago

Hey @Boergen ,please check #34 .

Boergen commented 2 years ago

Hi @ttionya, thanks for the quick answer. The outdated version of libseccomp #34 was indeed the reason for the cron not working and the zip process failing.

However, the steps described in #34 could not be performed on my Raspi 3b+. I had to follow the steps described here: https://blog.samcater.com/fix-workaround-rpi4-docker-libseccomp2-docker-20/