Exclude Synology #snapshot folder

I’m using the CLI version, what might be the best way to exclude the “#snapshot” directory on a Synology NAS when using the Snapshot Replication feature of the Synology?

Create a file named filter under .duplicacy and add -#snapshot/. Did you try this?

Thanks Gang. I didn’t try this as I wasn’t sure if the # would be picked up as a comment line.

So just tried this and it did not work.

I think I see the problem. The file should be called “filters”, not “filter” as stated above?

Sorry about the mistake. Yes, it is filters.

Thanks. And it worked after that change.