azinchen / duplicacy

Automated backups with Docker and duplicacy, with backup rotation, email notifications
MIT License
31 stars 17 forks source link

gcd new installation #204

Closed frezeen closed 1 year ago

frezeen commented 1 year ago

this is my compose: `version: '3.3' services: duplicacy: volumes:

22/04/2023 16:23:29 s6-rc: info: service s6rc-oneshot-runner: starting 22/04/2023 16:23:29 s6-rc: info: service s6rc-oneshot-runner successfully started 22/04/2023 16:23:29 s6-rc: info: service fix-attrs: starting 22/04/2023 16:23:29 s6-rc: info: service container-init: starting 22/04/2023 16:23:29 s6-rc: info: service fix-attrs successfully started 22/04/2023 16:23:29 s6-rc: info: service legacy-cont-init: starting 22/04/2023 16:23:29 *** Process file /usr/bin/container-init-up-10-setupssmtp.sh *** 22/04/2023 16:23:29 s6-rc: info: service legacy-cont-init successfully started 22/04/2023 16:23:29 *** Process file /usr/bin/container-init-up-20-init.sh *** 22/04/2023 16:23:29 This folder has already been initialized with duplicacy. Not initializing again 22/04/2023 16:23:29 *** Process file /usr/bin/container-init-up-30-removeoldpidfiles.sh *** 22/04/2023 16:23:29 *** Process file /usr/bin/container-init-up-60-createcron.sh *** 22/04/2023 16:23:29 *** Process file /usr/bin/container-init-up-99-backupimmediately.sh *** 22/04/2023 16:23:29 ========== Run backup job at Sat Apr 22 14:23:29 UTC 2023 ========== 22/04/2023 16:23:29 Creating backup pid file, /var/run/duplicacy_backup.pid, with pid=72 22/04/2023 16:23:29 Failed to read the preference file from repository /config: open /config/preferences: no such file or directory 22/04/2023 16:23:29 Backup FAILED, code 100, duration 00:00:00, log size 0 lines 22/04/2023 16:23:29 Removing backup pid file, /var/run/duplicacy_backup.pid 22/04/2023 16:23:29 s6-rc: warning: unable to start service container-init: command exited 100

where am i wrong?

hi put my token.json in /config i think its wrong place.. where i have to put json?