Hi,
given the following filters:
+Documents/AAA/*
+Documents/BBB/CCC/*
+Documents/
in order to backup +Documents/BBB/CCC/*
, filters have to be edited this way:
+Documents/AAA/*
+Documents/BBB/CCC/*
+Documents/BBB/
+Documents/
Correct? I thought that +Documents/
was enough.
So for long paths i have to add a line for every subdirectory. Like to backup:
111/222/333/444/555
I have to add:
+111/222/333/444
+111/222/333
+111/222
+111/
etc?
I’m testing with duplicacy -d -log backup -enum-only
Thanks!