Backup not working anymore after upgrade to 3.0.1

Hi,

duplicacy have been updated to version 3.0.1. Since then, the scheduled backup failed with the message “Invalid Options”. If I remove all options from Web-Interface the error occurs as well.

The log file says the following:

Running backup command from /opt/duplicacy/.duplicacy-web/repositories/mrb/1 to back up /backup
Options: [-log backup -storage B2-duplicacy-europe -stats]
exit status 2

Does anybody have a suggestion what the cause could be?

Thank you.

Do other commands like check and prune run ok? If so, this could be an out-of-memory issue (the error message may be confusing). Try creating a new backup, with the same source directory and storage but with a different backup id, so it will be an initial backup, for which the CLI won’t need to load the previous backup into memory and can thus reduce the memory usage.

Hi,

I can confirm that no job is running anymore on this machine.

Running prune command from /opt/duplicacy/.duplicacy-web/repositories/localhost/all
Options: [-log -v prune -storage B2-duplicacy-europe -threads 16 -delete-only -a]
exit status 2

The machine has 24GB memory and the size of the smallest backup job is less than 1GB. It is a Linux machine with Gentoo as operation system.

Can you run the CLI executable directly in a terminal:

/opt/duplicacy/.duplicacy-web/bin/duplicacy_xxx_3.0.1 

Yes the command works

mrb /opt/duplicacy/.local # /opt/duplicacy/.duplicacy-web/bin/duplicacy_linux_x64_3.0.1
NAME:
duplicacy - A new generation cloud backup tool based on lock-free deduplication

USAGE:
duplicacy [global options] command [command options] [arguments…]

VERSION:
3.0.1 (72EB33)

Hi,

I have found a hanging process

root 12206 12196 0 Sep30 ? 00:00:00 fusermount3 -o rw,nosuid,nodev,fsname=portal,auto_unmount,subtype=portal – /opt/duplicacy/.cache/doc

after kill them with SIGTERM the jobs are working.

Sorry for the inconvenience. :frowning:

Did you find out the source of this mount? Why is there a fuse mount to a duplicacy cache folder in the first place?

Sorry saspus, I have no idea where the process came from.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.