1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-01-23 15:58:55 +00:00
borg/borg/testsuite
Thomas Waldmann 7d178e09b0 Implement --keep-tag-files to preserve directory roots/tag-files
We also add --keep-tag-files to keep in the archive the root directory and the
tag/exclusion file in the archive.

This is taken from a attic PR (and adapted for borg):
    commit f61e22cacc90e76e6c8f4b23677eee62c09e97ac
    Author: Yuri D'Elia <yuri.delia@eurac.edu>
    Date:   Mon Dec 15 12:27:43 2014 +0100
2015-11-09 04:08:49 +01:00
..
__init__.py move test utilities to testsuite package, add FakeInputs utility 2015-11-01 19:13:45 +01:00
archive.py
archiver.py Implement --keep-tag-files to preserve directory roots/tag-files 2015-11-09 04:08:49 +01:00
benchmark.py
chunker.py
compress.py
crypto.py
hashindex.py
helpers.py refactor confirmation code, reduce code duplication, add tests 2015-11-01 19:18:29 +01:00
key.py
locking.py
logger.py remove unused imports, add missing imports 2015-11-02 20:36:13 +01:00
lrucache.py
platform.py
repository.py
upgrader.py
xattr.py