Hi,
I’m trying out Duplicacy with the goal of backing up my Docker containers’ persistent storage folders as well as a few other random things.
I setup the schedule allowing a maximum of 4 hours for it to work while the containers are stopped via cron.
But the logs I keep getting just say “aborted” and doesn’t seem to indicate that any complete backups were made.
Here are the logs…
2023/11/29 02:05:01 Starting schedule schedule1 at scheduled time 2023-1129 02:05
2023/11/29 02:05:01 Schedule schedule1 max run time: 13500 seconds
2023/11/29 02:05:01 Created log file /var/log/backup-20231129-020501.log
2023/11/29 02:05:01 Running /root/.duplicacy-web/bin/duplicacy_linux_x64_3.2.3 [-log backup -storage duplicacydocker2 -stats]
2023/11/29 02:05:01 Set current working directory to /var/cache/duplicacy/repositories/localhost/0
2023/11/29 05:50:02 Stopped schedule schedule1 due to max run time exceeded
2023/11/29 05:50:02 Sending email to myemail@gmail.com
2023/11/29 05:50:04 Schedule completion email has been sent to myemail@gmail.com
2023/11/29 05:50:07 Schedule schedule1 next run time: 2023-1130 02:05
Now in the Duplicacy GUI it shows under Storage “Size -” “Backup IDs -” “Chunks -” “Status -”
So I’m guessing what all of this means is that Duplicacy was never able to complete a full backup? And therefor it is being forced to start over again next time? And that I should probably give it more than 4 hours to complete the first one?
It’s around 200GB of files to backup and I have a 1000mbps upload connection (backing up to B2) so I assumed 4 hours would be enough but I’m guessing not?