-
It seems that duplicacy does not follow symlinks when they are unc paths to network shares.
This is the network share (run in powershell as administrator):
`New-Item -Path "C:\duplicacy repo\mac-p…
-
Hi,
I am trying to backup with the latest version of Duplicacy (2.1.1 arm64) to a WebDav OpenDrive drive in my ARM board (Rock64 aarch64 - Linux datadroid 4.4.132-1072-rockchip-ayufan-ga1d27dba5a2…
-
Hello,
I already have a second snapshot of my backup in the DO cloud storage, but now I cannot backup anymore(or do anything, really).
When I try to `$ duplicacy backup` I get a `The storage has…
-
- [ ] Cordova plugins save config.xml file
- [ ] Decide whether to use cordova or phonegap
- [ ] config.xml code for different platforms
- [ ] Define structure of app ID
- [ ] Check compatibility plug…
-
Hi.
I have a backup storage about 35Gb which contains a large set of small images.
When I try to get the content of backups by duplicacy cat - I get OOM.
fatal error: runtime: out of memory
ru…
-
If backing up an entire system, having to have the `.duplicacy` directories or files scattered everywhere that you are backing up is very messy, and some of the locations might not permit it (eg backi…
-
I've been trying to get SFTP to work with passing DUPLICACY_SSH_PASSWORD as an environment variable when running a 'init' with -background enabled. It works fine if I do it interactively such as:
…
-
This is an error message I get after a "duplicacy backup -stats" command has been running for a while (at 99.1 % of a 127 GB backup).
`The snapshot contains an error: The file ! has a size of -1 bu…
-
SFTP URL used by duplicacy is not fully compatible with other standard tools. Following SFTP URL
`sftp://username@host:port/home/user/folder`
is a standard URL which worked among all sftp clients th…
-
FYI: When backing up a directory with a zero byte file, I get a division by zero panic from https://github.com/gilbertchen/duplicacy/blob/master/src/duplicacy_backupmanager.go#L477. Not sure this is a…