Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: "synchronize local -mirror" removes excluded folders?

I believe so. To avoid that you would have to exclude also the local directory.
lumax

"synchronize local -mirror" removes excluded folders?

option batch continue
option confirm off
option synchdelete on
option exclude ""
synchronize local -mirror "D:\Backup\home\db\1" "/home/db/1"
synchronize local -mirror "D:\Backup\home\db\2" "/home/db/2"
synchronize local -mirror "D:\Backup\home\db\3" "/home/db/3"
option exclude "/home/db/*/;"
synchronize local -mirror "D:\Backup\home" "/home"

The last action will remove D:\Backup\home\db\1 ?