duplicacy
duplicacy copied to clipboard
A new generation cloud backup tool
OneDrive sometimes generates spurious 400 errors, these are perfectly fine to retry on instead of failing the whole run.
On Linux `xattr` attribute names must have `namespace.attribute` form. As previously discussed on the [forum](https://forum.duplicacy.com/t/xattr-based-exclusion-on-linux-doesnt-work-because-of-incorrect-xattr-name/5206).
I am not sure the history or design philosophy behind the current symlink behavior. However, for my application, I never want symlinks to be followed. In case it is helpful...
could try reading the FileAttributes from the windows APIs but that adds a lot of complication. this is simple and it seems to work for me.
Attempting to make a backup that lasts more than 60 seconds on Openstack Swift storage fails with the error `contextDeadlineExceeded` because the storage context timeout applies to the entire backup...
I've been trying to upload a 600 GB-odd repository to gdrive since the last 1 week to no avail. Every time I log back into my system to check the...
I have added code that periodically saves the list of verified chunks. This addresses the following feature request: https://forum.duplicacy.com/t/feature-request-periodically-write-the-list-of-verified-chunks/8014 For this, I have spawned a goroutine that calls `saveVerifiedChunks()` once...
As ioutil has been deprecated (https://pkg.go.dev/io/ioutil#pkg-overview) I have replaced occurances of it with its recommended replacements.
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...