1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-26 01:37:20 +00:00
borg/docs
Thomas Waldmann 21bd01ef16 add a --filter option replacing --changed/--unchanged
the problem here was that we do not just have changed and unchanged items,
but also a lot of items besides regular files which we just back up "as is" without
determining whether they are changed or not. thus, we can't support changed/unchanged
in a way users would expect them to work.

the A/M/U status only applies to the data content of regular files (compared to the index).
for all items, we ALWAYS save the metadata, there is no changed / not changed detection there.

thus, I replaced this with a --filter option where you can just specify which
status chars you want to see listed in the output.

E.g. --filter AM will only show regular files with A(dded) or M(odified) state, but nothing else.
Not giving --filter defaults to showing all items no matter what status they have.

Output is emitted via logger at info level, so it won't show up except if the logger is at that level.
2015-12-02 03:29:20 +01:00
..
_static logo: have a separate, bigger logo (do not reuse the favicon) 2015-11-20 19:06:40 +01:00
borg_theme/css rtd theme adjustment: borg darkness for the upper left corner 2015-11-20 18:51:11 +01:00
misc borgbackup install+basics presentation(asciinema + script) 2015-10-24 23:40:51 +02:00
usage commit usage files directly into git 2015-11-13 10:42:52 -05:00
api.rst commit usage files directly into git 2015-11-13 10:42:52 -05:00
authors.rst move authors to a stub, include LICENSE 2015-10-07 18:33:31 -04:00
changes.rst update CHANGES 2015-11-24 17:38:12 +01:00
conf.py style changes of previous changeset did not work on rtd, try 2 2015-11-20 19:32:04 +01:00
development.rst upgrade OS X FUSE to 3.0.9, update release todo docs 2015-11-20 01:12:31 +01:00
faq.rst cross-reference the status oddity in the usage 2015-11-23 19:48:33 -05:00
global.rst.inc docs: restructure installation.rst, add OSX instructions 2015-10-17 18:40:15 +02:00
index.rst docs: remove api docs (too much breakage on rtd) 2015-10-27 20:46:57 +01:00
installation.rst more precise binary installation steps 2015-11-20 15:49:53 +01:00
internals.rst improve chunker params docs, fixes #362 2015-11-02 19:47:09 +01:00
Makefile fix homepage URL in all remaining places 2015-10-09 15:54:04 -04:00
quickstart.rst docs: warn about not running out of space 2015-11-04 01:51:09 +01:00
support.rst new mailing list borgbackup@python.org 2015-11-18 15:40:23 +01:00
usage.rst add a --filter option replacing --changed/--unchanged 2015-12-02 03:29:20 +01:00