diff options
| author | wiz <wiz@pkgsrc.org> | 2013-12-31 11:03:12 +0000 |
|---|---|---|
| committer | wiz <wiz@pkgsrc.org> | 2013-12-31 11:03:12 +0000 |
| commit | 046d85606f52b5c8265ca5345a8a8ccf7f31ce05 (patch) | |
| tree | a24102c94b95efef8cda6a41b32714a8af45282f /sysutils/bup/DESCR | |
| parent | 385d93d7b12aea00b57e2543dfaa24c27aa26c47 (diff) | |
| download | pkgsrc-046d85606f52b5c8265ca5345a8a8ccf7f31ce05.tar.gz | |
Update to 0.25:
This release includes a veritable ton of work, but the biggest change
is probably the addition of real (YMMV) metadata support, including
hardlinks, and the ability to directly save/restore trees without tar
and split/join. See bup-index(1), bup-save(1), bup-restore(1),
bup-meta(1), bup-xstat(1), and the updated "Using bup" section in the
README.
Note though, that the metadata support really is our first pass, and
there are already things that we know need fixing (i.e. better support
for cross-filesystem-type save/restore (too noisy), etc.). And check
the "Notes on ..." sections in the README for some platform-specific
limitations.
An incomplete list of other notable changes since 0.24b:
- bup will no longer create ~/.bup implicitly; "bup init" is
required.
- "bup split" now supports a compression-level option (-#).
- "bup tag" now supports "-f".
- "bup ls" now supports "-a", "-s", "--human-readable", etc., and
reports more information.
- "bup web" now supports "--human-readable".
- "bup import-rdiff-backup" has been added.
- "bup cat-file" has been added.
- The default "/usr" installation prefix can be overridden via PREFIX.
- Python 2.4 is no longer supported.
And we have at least one (likely minor) known issue:
- *Very* large (i.e. probably greater than MAX_LONG), or negative
filesystem timestamps may not always be handled correctly at the
moment. We'll fix that soon. And related -- some of the tests
may fail on FUSE filesystems.
Diffstat (limited to 'sysutils/bup/DESCR')
| -rw-r--r-- | sysutils/bup/DESCR | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/bup/DESCR b/sysutils/bup/DESCR index 69824b2d487..72ee22c59df 100644 --- a/sysutils/bup/DESCR +++ b/sysutils/bup/DESCR @@ -11,7 +11,7 @@ It uses the packfile format from git (the open source version control system), so you can access the stored data even if you don't like bup's user interface. Unlike git, it writes packfiles directly (instead of having a separate garbage -collection/repacking stage) so it's fast even with gratuitously huge amounts of +collection/repacking stage) so it's fast even with gratuitously huge amounts of data. bup's improved index formats also allow you to track far more filenames than git (millions) and keep track of far more objects (hundreds or thousands of gigabytes). |
