Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
acrosync
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Show HN: ActionStitch – DIY 180° sports video recording using 2 action cameras
(actionstitch.com)
2 points
by
acrosync
4y ago
|
1 comments
2.
▲
Duplicacy: A modern backup tool that supports RSA Encryption and Erasure Coding
(github.com)
1 points
by
acrosync
6y ago
|
0 comments
3.
▲
Duplicacy: Lock-free deduplication backup tool with a web interface
(duplicacy.com)
2 points
by
acrosync
7y ago
|
0 comments
4.
▲
Show HN: A new web GUI for Duplicacy – lock-free deduplication backup tool
(duplicacy.com)
2 points
by
acrosync
7y ago
|
0 comments
5.
▲
Show HN: Performance comparisons of cloud backup storages
(github.com)
4 points
by
acrosync
9y ago
|
0 comments
6.
▲
by
acrosync
9y ago
We just released the source code less than 2 months ago. The difference in contributor counts may not be this big in one or two years from now.
7.
▲
by
acrosync
9y ago
Thanks for your feedback. The reason I don't like open-source licenses is that I don't want for-profit companies to use my software without paying. The ideal license would be the one that requires them to pay while being appealin
8.
▲
by
acrosync
9y ago
Free or not free aside, my question is, does it matter to personal users between this free-for-personal-use license and any of those more permissive licenses like MIT, BSD, or GPL?
9.
▲
by
acrosync
9y ago
I noticed that, but didn't know if Borg has another meaning. I can understand why they forked the project, but in my opinion a name that makes the origin more obvious would have been better.
10.
▲
by
acrosync
9y ago
Author here. The experiments actually ran BorgBackup 1.1.0b6 as you can see from the Setup section. We liked to call it Attic out of the respect to the original Attic author.
11.
▲
by
acrosync
9y ago
Author of Duplicacy here. To personal users, it is free software.
12.
▲
by
acrosync
9y ago
Author of Duplicacy here. I would like to see other's results too.
13.
▲
A performance comparison of Duplicacy, restic, Attic, and duplicity
(github.com)
46 points
by
acrosync
9y ago
|
49 comments
14.
▲
by
acrosync
9y ago
I'm the developer of Duplicacy ( https://github.com/gilbertchen/duplicacy ), a new generation cloud backup tool based on the idea of Lock-Free Deduplication( https://github.com/gilbertchen/duplic
15.
▲
by
acrosync
9y ago
We use a pack-and-split approach -- files are packed first (as if it is building a big tar file first, although this is only conceptual) and then split into chunks using a variable-sized chunking algorithm. You can customize the chunk size
16.
▲
by
acrosync
9y ago
The name and the license are two separate issues. I agree the name is confusing, however this is not intentional. As I explained in the other comment, I chose duplicacy because the domain name was available and this is a very good name for
17.
▲
by
acrosync
9y ago
Naming chunks by their hashes is not a new idea, but this technique along does not give you a practical backup tool. The deletion of unreferenced chunks becomes a hard problem, and the center piece of lock-free deduplication is the two-ste
18.
▲
by
acrosync
9y ago
I might be wrong but I want to hear more from you if you're a Borg developer. My understanding is that you may be able to have multiple clients uploading chunks at the same time, but you won't be able to exploit cross-client dedu
19.
▲
by
acrosync
9y ago
I think Amazon only blocked rclone's application key for Amazon Drive. There is no way for Amazon to prevent a third-party application from accessing S3, since users provide their own S3 credentials and Amazon doesn't know who is
20.
▲
by
acrosync
9y ago
I didn't want to sound like duplicity intentionally, but duplicacy.com was still available at that time and I thought it was a perfect name for a backup tool...
21.
▲
by
acrosync
9y ago
Duplicacy doesn't use the filesystem events APIs. Instead, it checks the timestamps and sizes to identify modified files and only back up these files by defaults. The main use case supported by Duplicacy but not any others including D
22.
▲
by
acrosync
9y ago
Yes and Yes. Duplicacy follows the git/hg command model. To initialize the repository (the backup to be backed up), run the init command: duplicacy init repository_id storage_url -e The -e option turns on the encryption. To bac
23.
▲
by
acrosync
9y ago
Developer here. Duplicacy is built on the concept of Lock-Free Deduplication ( https://github.com/gilbertchen/duplicacy/blob/master/DESIGN.... ), which allows it to backup multiple computers to the same st
24.
▲
Duplicacy: Lock-free deduplication cloud backup tool, with “fair source” license
(github.com)
40 points
by
acrosync
9y ago
|
66 comments
25.
▲
by
acrosync
10y ago
By "full snapshot" I meant an incremental backup that still appears to be a full one. A full backup in duplicity is not an incremental backup so it is not qualified as a full "snapshot".
26.
▲
by
acrosync
10y ago
Yes, there is a -vss option for the backup command.
27.
▲
by
acrosync
10y ago
Crashplan doesn't support cloud storages other than their own. Neither does it support cross-client deduplication ( https://www.facebook.com/CrashPlan/posts/10151056594185124 ).
28.
▲
by
acrosync
10y ago
Since most HN commenters are concerned about the source code availability, we'll definitely reconsider the licensing model.
29.
▲
by
acrosync
10y ago
Our original goal was to make this tool completely free to personal users but charge for commercial uses. However, after some research we found that no such open source licenses exist, so we're currently considering alternatives.
30.
▲
by
acrosync
10y ago
There is a section comparing Duplicacy with others: https://github.com/gilbertchen/duplicacy-beta#comparison-wit...
More ›