duplicacy
duplicacy copied to clipboard
A new generation cloud backup tool
Currently the releases of the CLI binary files are unwrapped, which cause some issues for the winget package manager (although I guess the installation script is not officially maintained). The...
When resuming an incomplete backup, Duplicacy takes into account the chunks that it skips as part of the uploaded data, and uses them to calculate upload speed, which results in...
Let me start by saying that I am new to the whole security world. I was a happy CrashPlan customer, but since they are closing their home plan, I (as...
Error: The process cannot access the file because another process has locked a portion of the file.
``` 2017-12-20 12:45:50.604 WARN OPEN_FAILURE Failed to open file for reading: open D:\backup_software_test\duplicacy repo/c_link/Users/crist/AppData/Local/Microsoft/Windows/SettingSync/metastore/meta.jfm: The process cannot access the file because it is being used by another process. 2017-12-20 12:45:50.604...
Hi. I was wondering why Duplicacy preserves the first snapshot per day, instead of the last? Isn't be better to have the latest version of snapshot?
One of the things about Duplicacy that trips up new users is the manner in which include/exclude patterns are applied. Many (I believe it's "most", but have no evidence to...
I was trying to understand the encryption code in duplicacy and its handling of the many keys stored in the config file when I discovered something unexpected here: https://github.com/gilbertchen/duplicacy/blob/f2d6de3fff7567740e86cb49801b0698f085cc59/src/duplicacy_chunk.go#L216-L218 For...
Would it be possible to combine backup with local file encryption? File encryption progs like gocryptfs produce locally encrypted files that can be mounted in a local folder to work...
Implemented optimizations for checking snapshots (with optional stats) on large datasets, with up to 18x speedup and 2-3x memory reduction. More discussion at the forum: https://forum.duplicacy.com/t/optimizations-for-large-datasets/7233
Added support for multithreaded file chunk listing, with batching support for ODB (Graph API). For more details, see https://forum.duplicacy.com/t/optimizations-for-large-datasets/7233/15.