-
The default install PREFIX is now "/usr/local".
-
BINDIR, DOCDIR, LIBDIR, and MANDIR settings no longer side-step DESTDIR. i.e.
make DESTDIR=/x MANDIR=/yinstall will install the manpages to "/x/y" not just "/y". -
The index format has changed, which will trigger a full index rebuild on the next index run, making that run more expensive than usual.
-
When given
--xdev,bup saveshould no longer skip directories that are explicitly listed on the command line when the directory is both on a separate filesystem, and a subtree of another path listed on the command line. Previouslybup save --xdev / /usrcould skip "/usr" if it was on a separate filesystem from "/". -
Tags along a branch are no longer shown in the branch's directory in the virtual filesystem (VFS). i.e. given
bup tag special /foo/latest, "/foo/special" will no longer be visible viabup ls,bup web,bup fuse, etc., but the tag will still be available as "/.tag/special".
-
bup now provides experimental
rmandgcsubcommands, which should allow branches and saves to be deleted, and their storage space reclaimed (assuming nothing else refers to the relevant data). For the moment, these commands require an--unsafeargument and should be treated accordingly. Although if an attempt tojoinorrestorethe data you still care about after agcsucceeds, that's a fairly encouraging sign that the commands worked correctly. (Thet/compare-treescommand in the source tree can be used to help test before/after results.)Note that the current
gccommand is probabilistic, which means it may not remove all of the obsolete data from the repository, but also means that the command should be fairly efficient, even for large repositories. -
bup may have less impact on the filesystem cache. It now attempts to leave the cache roughly the way it found it when running a
saveorsplit. -
A specific Python can be specified at
./configuretime via PYTHON, i.e.PYTHON=/some/python ./configure, and that Python will be embedded in all of the relevant scripts as an explicit "#!/..." line duringmake install. -
bup webwill now attempt an orderly shutdown when it receives a SIGTERM. -
bup webwill listen on a filesystem socket when given an address like "unix://...". -
bup no longer limits the number of files in a directory to 100000. The limit is now UINT_MAX.
-
bup fusenow has a--verboseargument, and responds to--debug.
-
bup save should not fail when asked to save a subdirectory of a directory that was completely up to date in the index. Previously this could cause a "shalists" assertion failure.
-
The way bup writes the data to disk (the packfiles in particular), should be a bit safer now if there is a coincident power failure or system crash.
-
A problem has been fixed that could cause bup to ignore the current TZ setting when computing the local time.
-
bup should no longer generate broken commits when the timezone offset is not an integer number of hours (e.g. TZ=Australia/Adelaide).
-
bup midx --outputshould now work when used with--autoor--force. -
bup import-rsnapshotshould exit with a status of 1, not -1. -
bup should be more likely to get the data to permanent storage safely on OS X, which appears to follow a surprising interpretation of the
fsync()specification. -
bup webshould handle non-ASCII paths better. It will no longer treat them as (and try to convert them to) Unicode (which they're not). -
bup restoreshould no longer crash when an attempt to remove an xattr returns EACCES.
-
The tests can now be run in parallel (and possibly much more quickly) via
make -j check. -
The build system now creates and uses cmd/bup-python which refers to the
./configureselected python.
Aidan Hobson Sayers, Ben Kelly, Ben Wiederhake, Brandon Smith, Brian Minton, David Kettler, Frank Gevaerts, Gabriel Filion, Greg Troxel, James Lott, Karl-Philipp Richter, Luis Sanchez Sanchez, Marcus Schopen, Mark J Hewitt, Markus, Mathieu Schroeter, Michael March, Nimen Nachname, Nix, Patrick Rouleau, Paul Kronenwetter, Rob Browning, Robert Edmonds, Simon Persson, Tadej Janež, Thomas Klausner, Tilo Schwarz, Tim Riemenschneider, Wayne Scott, pspdevel, and stevelr