Live data from Hacker News

Viewing profile — acrosync

acrosync

HN member
Joined
Tue, Mar 15, 2011, 9:12 PM UTC
HN karma
101
Public activity
54 items

About acrosync

I'm the lead developer of Acrosync for Windows. If you're interested in testing it, send an email to beta@acrosync.com. A few words about your test setup (windows version, server config, network speed, etc) would be nice.

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. story
  6. story
  7. comment
    Comment #14799304

    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.

  8. comment
    Comment #14799132

    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 o…

  9. comment
    Comment #14798419

    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?…

  10. comment
    Comment #14798166

    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 be…

  11. comment
    Comment #14797922

    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.

  12. comment
    Comment #14797594

    Author of Duplicacy here. To personal users, it is free software.

  13. comment
    Comment #14797586

    Author of Duplicacy here. I would like to see other's results too.

  14. story
  15. comment
    Comment #14599559

    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/gil…

  16. comment
    Comment #14507837

    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…

  17. comment
    Comment #14507778

    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…

  18. comment
    Comment #14507413

    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…

  19. comment
    Comment #14507347

    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, b…

  20. comment
    Comment #14507251

    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 …

  21. comment
    Comment #14507168

    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...

  22. comment
    Comment #14507088

    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…

  23. comment
    Comment #14507005

    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 -…

  24. comment
    Comment #14506683

    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…

  25. story