How to create "include only" patterns when creating new backups #98
-
|
I need to create backups for my docker-compose.yaml and .env files only (excluding everything else), while trans-versing subfolders where I keep my docker apps. When creating a new backup, there is a section named "Exclude patterns". I have used: .. but that did not seem to work. The backup completed fine, but everything was included. I've also tried: .. which of course, failed. I am still not sure if this is something related to Restic glob syntax, or is it just that Zerobyte that provides that section for exclusions only. Is there any way to do "include-only" patterns ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
Hello, this is indeed a valid use-case I didn't consider. I went with the assumption the the file selector was the include pattern. But your case is perfectly valid, if you don't want to go and select everything manually |
Beta Was this translation helpful? Give feedback.

Hello, this is indeed a valid use-case I didn't consider. I went with the assumption the the file selector was the include pattern. But your case is perfectly valid, if you don't want to go and select everything manually