Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add high level description about changes in borgbackup compared to attic #224

Closed
ThomasWaldmann opened this issue Sep 30, 2015 · 3 comments
Assignees
Milestone

Comments

@ThomasWaldmann
Copy link
Member

  • in general: lots of tickets from attic issue tracker fixed (bugs, features), see Dealing with attic issues #5 for a list
  • less chunk management overhead (less memory and disk usage) via adjustable chunker params
  • faster remote cache resync (useful when backing up multiple machines into same repo)
  • compression: lz4 and lzma compression, adjustable compression levels
  • better error messages / exception handling
  • repokey replaces problematic passphrase mode (you can't change the passphrase nor the pbkdf2 iteration count in "passphrase" mode)
  • simple sparse file support
  • can read special files (e.g. block devices) or stdin directly
  • mkdir-based locking is more compatible than attic's posix locking
  • tested on misc. linux systems, 32 and 64bit, freebsd, openbsd, netbsd, mac os x
  • use fadvise to not spoil / blow up the cache
  • better output for verbose mode, progress indication
@anarcat
Copy link
Contributor

anarcat commented Oct 1, 2015

any more details on:

repokey replaces problematic passphrase mode

didn't see this one pass by...

where should this be documented? FAQ?

@ThomasWaldmann
Copy link
Member Author

Maybe a section in the README.rst.

@anarcat
Copy link
Contributor

anarcat commented Oct 5, 2015

hmm... i don't know, there's already a lot of stuff in there... there's already a section about Attic in the FAQ, i think that would be a better place.

@ThomasWaldmann ThomasWaldmann added this to the 0.28 milestone Oct 17, 2015
@ThomasWaldmann ThomasWaldmann self-assigned this Oct 17, 2015
ThomasWaldmann added a commit that referenced this issue Oct 18, 2015
include a list of major changes compared to attic into the README, fixes #224
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants