mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-26 01:37:20 +00:00
21bd01ef16
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. |
||
---|---|---|
.. | ||
_static | ||
borg_theme/css | ||
misc | ||
usage | ||
api.rst | ||
authors.rst | ||
changes.rst | ||
conf.py | ||
development.rst | ||
faq.rst | ||
global.rst.inc | ||
index.rst | ||
installation.rst | ||
internals.rst | ||
Makefile | ||
quickstart.rst | ||
support.rst | ||
usage.rst |