How to backup office files

From Backing up — restic 0.16.3 documentation :

[Negative excludes:] It works similarly to gitignore, with the same limitation: once a directory is excluded, it is not possible to include files inside the directory

That is once a directory has been excluded (due to the /A/* patterns), no files in that directory will be backed up. See also Only include some specific file extensions in backup

1 Like