My challenge with filtering directories is that
- first all directories will be created and
- afterwards (!) will be deleted (if empty)
I have some database directories with a lot of subdirectories (each database with more than 2500 subdirectories) and all of them will be created (and deleted afterwards) This takes 95% of backup time.
Example:
somewhere\ab.database\0\000
somewhere\ab.database\0\001
somewhere\ab.database\0\ and so on
somewhere\ab.database\1\001
somewhere\ab.database\1\002
somewhere\ab.database\1\ and so on
... and so on
somewhere\ab.database\F\ and so on
somewhere-else\xy.database\0\000
somewhere-else\xy.database\0\001
...
somewhere-else\xy.database\F\...
I completely want to filter out all "*.database" directories (and subdirectories) and do not want backup any files there.
- first all directories will be created and
- afterwards (!) will be deleted (if empty)
I have some database directories with a lot of subdirectories (each database with more than 2500 subdirectories) and all of them will be created (and deleted afterwards) This takes 95% of backup time.
Example:
somewhere\ab.database\0\000
somewhere\ab.database\0\001
somewhere\ab.database\0\ and so on
somewhere\ab.database\1\001
somewhere\ab.database\1\002
somewhere\ab.database\1\ and so on
... and so on
somewhere\ab.database\F\ and so on
somewhere-else\xy.database\0\000
somewhere-else\xy.database\0\001
...
somewhere-else\xy.database\F\...
I completely want to filter out all "*.database" directories (and subdirectories) and do not want backup any files there.
Statistics: Posted by kassera — 14 Apr 2024, 11:55