e43c55e3a8
Upstream changes: * 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 save` should 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. Previously `bup save --xdev / /usr` could 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 via `bup ls`, `bup web`, `bup fuse`, etc., but the tag will still be available as "/.tag/special". * bup now provides experimental `rm` and `gc` subcommands, 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 `--unsafe` argument and should be treated accordingly. Although if an attempt to `join` or `restore` the data you still care about after a `gc` succeeds, that's a fairly encouraging sign that the commands worked correctly. (The `t/compare-trees` command in the source tree can be used to help test before/after results.) Note that the current `gc` command 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 `save` or `split`. * A specific Python can be specified at `./configure` time via PYTHON, i.e. `PYTHON=/some/python ./configure`, and that Python will be embedded in all of the relevant scripts as an explicit "#!/..." line during `make install`. * 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. * 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. * The build system now creates and uses cmd/bup-python which refers to the `./configure` selected python.
100 lines
2.2 KiB
Text
100 lines
2.2 KiB
Text
@comment $NetBSD: PLIST,v 1.7 2016/09/18 23:02:48 gdt Exp $
|
|
bin/bup
|
|
lib/bup/bup/__init__.py
|
|
lib/bup/bup/_helpers.so
|
|
lib/bup/bup/_release.py
|
|
lib/bup/bup/bloom.py
|
|
lib/bup/bup/client.py
|
|
lib/bup/bup/csetup.py
|
|
lib/bup/bup/drecurse.py
|
|
lib/bup/bup/git.py
|
|
lib/bup/bup/hashsplit.py
|
|
lib/bup/bup/helpers.py
|
|
lib/bup/bup/hlinkdb.py
|
|
lib/bup/bup/index.py
|
|
lib/bup/bup/ls.py
|
|
lib/bup/bup/metadata.py
|
|
lib/bup/bup/midx.py
|
|
lib/bup/bup/options.py
|
|
lib/bup/bup/path.py
|
|
lib/bup/bup/shquote.py
|
|
lib/bup/bup/ssh.py
|
|
lib/bup/bup/version.py
|
|
lib/bup/bup/vfs.py
|
|
lib/bup/bup/vint.py
|
|
lib/bup/bup/xstat.py
|
|
lib/bup/cmd/bup-bloom
|
|
lib/bup/cmd/bup-cat-file
|
|
lib/bup/cmd/bup-daemon
|
|
lib/bup/cmd/bup-damage
|
|
lib/bup/cmd/bup-drecurse
|
|
lib/bup/cmd/bup-fsck
|
|
lib/bup/cmd/bup-ftp
|
|
lib/bup/cmd/bup-fuse
|
|
lib/bup/cmd/bup-gc
|
|
lib/bup/cmd/bup-help
|
|
lib/bup/cmd/bup-import-duplicity
|
|
lib/bup/cmd/bup-import-rdiff-backup
|
|
lib/bup/cmd/bup-import-rsnapshot
|
|
lib/bup/cmd/bup-index
|
|
lib/bup/cmd/bup-init
|
|
lib/bup/cmd/bup-join
|
|
lib/bup/cmd/bup-list-idx
|
|
lib/bup/cmd/bup-ls
|
|
lib/bup/cmd/bup-margin
|
|
lib/bup/cmd/bup-memtest
|
|
lib/bup/cmd/bup-meta
|
|
lib/bup/cmd/bup-midx
|
|
lib/bup/cmd/bup-mux
|
|
lib/bup/cmd/bup-newliner
|
|
lib/bup/cmd/bup-on
|
|
lib/bup/cmd/bup-on--server
|
|
lib/bup/cmd/bup-random
|
|
lib/bup/cmd/bup-restore
|
|
lib/bup/cmd/bup-rm
|
|
lib/bup/cmd/bup-save
|
|
lib/bup/cmd/bup-server
|
|
lib/bup/cmd/bup-split
|
|
lib/bup/cmd/bup-tag
|
|
lib/bup/cmd/bup-tick
|
|
lib/bup/cmd/bup-version
|
|
lib/bup/cmd/bup-web
|
|
lib/bup/cmd/bup-xstat
|
|
lib/bup/web/list-directory.html
|
|
lib/bup/web/static/styles.css
|
|
man/man1/bup-bloom.1
|
|
man/man1/bup-cat-file.1
|
|
man/man1/bup-daemon.1
|
|
man/man1/bup-damage.1
|
|
man/man1/bup-drecurse.1
|
|
man/man1/bup-fsck.1
|
|
man/man1/bup-ftp.1
|
|
man/man1/bup-fuse.1
|
|
man/man1/bup-gc.1
|
|
man/man1/bup-help.1
|
|
man/man1/bup-import-duplicity.1
|
|
man/man1/bup-import-rdiff-backup.1
|
|
man/man1/bup-import-rsnapshot.1
|
|
man/man1/bup-index.1
|
|
man/man1/bup-init.1
|
|
man/man1/bup-join.1
|
|
man/man1/bup-ls.1
|
|
man/man1/bup-margin.1
|
|
man/man1/bup-memtest.1
|
|
man/man1/bup-meta.1
|
|
man/man1/bup-midx.1
|
|
man/man1/bup-mux.1
|
|
man/man1/bup-newliner.1
|
|
man/man1/bup-on.1
|
|
man/man1/bup-random.1
|
|
man/man1/bup-restore.1
|
|
man/man1/bup-rm.1
|
|
man/man1/bup-save.1
|
|
man/man1/bup-server.1
|
|
man/man1/bup-split.1
|
|
man/man1/bup-tag.1
|
|
man/man1/bup-tick.1
|
|
man/man1/bup-web.1
|
|
man/man1/bup.1
|
|
share/doc/bup/DESIGN
|
|
share/doc/bup/README
|