Exclude paths in backups
resticprofile can handle Restic exclude patterns to skip paths during backups. When backing up a directory, you can (and should) provide exclude patterns to limit the size of the backup, skipping over any unnecessary files.
You can pass excludes as a list of patterns in your profiles.yaml, or give a path to a file with exclude patterns using the exclude-file: parameter.
Last updated on