Synchronization with exclude filemask still scans directory
I am setting up an automated backup for a remote server. I want to have a complete backup first, but then subsequent synchronizations should skip certain directories. It appears though that as long as the directory exists on the local side, it will still scan the directory on the remote server – even with the -filemask="|*/largedirectory/"
If I delete the local version, it will skip scanning it as expected.
Is there any way to keep the local copy but force it to skip scanning the remote folder?
My command looks like:
synchronize local -criteria=Both -filemask="| */largedirectory/"
Cheers!
If I delete the local version, it will skip scanning it as expected.
Is there any way to keep the local copy but force it to skip scanning the remote folder?
My command looks like:
synchronize local -criteria=Both -filemask="| */largedirectory/"
Cheers!