This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use --exclude-tag rather than --exclude-tag-under
--exclude-tag-under=FOO will exclude the file FOO from being part of the backup. That's a problem when we restore files because the tag file is lost and we'll later be backing up things we meant to ignore. --exclude-tag includes FOO in the backup and so if we restore there is no problem.
- Loading branch information