You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I'm backing up some directory where i ran duplicacy init -storage-name blah blah-id /path/to/storage-url using duplicacy backup -storage blah, then the latter command crashes if all the files in the dir (and its sub-dirs) are of 0 size. Eg. if you just do touch hello and run the backup command and if hello happens to be the only file in the dir to be backed up, the command will crash with:
Adding a single non-0 sized file anywhere in the dir will prevent the error and backup works as it should. Probably some bug that needs fixed?
Running on ArchLinuxDocker with image from today (Jul 4th 2022). The duplicacy source code from master branch was used to build duplicacy. This is the current commit at master: fc2386f
The text was updated successfully, but these errors were encountered:
(I wanted to post it to the forum but unfortunately i don't have my password anymore and the login page there didn't give me the option to reset password. I'll try to look more thoroughly for it later, but couldn't find the forgot password or equivalent straight away.)
If I'm backing up some directory where i ran
duplicacy init -storage-name blah blah-id /path/to/storage-url
usingduplicacy backup -storage blah
, then the latter command crashes if all the files in the dir (and its sub-dirs) are of 0 size. Eg. if you just dotouch hello
and run the backup command and ifhello
happens to be the only file in the dir to be backed up, the command will crash with:Adding a single non-0 sized file anywhere in the dir will prevent the error and backup works as it should. Probably some bug that needs fixed?
Running on
ArchLinux
Docker
with image from today (Jul 4th 2022). Theduplicacy
source code frommaster
branch was used to buildduplicacy
. This is the current commit atmaster
: fc2386fThe text was updated successfully, but these errors were encountered: