I’m not quite getting the filters concept and execution. I’ve read the how-to guide on this and some forum posts tagged with filters but not quite understanding. The filters file generated by the GUI (version 3.1.0) didn’t quite work, so I’m having to build my own.
I’d like to back up folders and their files, excluding some subfolders with their files from the set.
For example, I’d like to back up the Jack and Jill folders with all their subfolders and files, except for the music and videos subfolders.
# Jack files
+Jack/
-Jack/Music/*
-Jack/Videos/*
+Jack/*
# Jill files
+Jill/
-Jill/Music/*
-Jill/Videos/*
+Jill/*
But that doesn’t seem to do it. How should I rework this?
Thank you for any assistance.