rsync options for each folder sync individually, maybe even different remote-folder-paths
Which addon? rsync
Is your feature request related to a problem? Please describe. I would like to have different options for each folder, for example, at the moment i have a config with three folders. I want to sync the config folder without touching the original obviously and i want to sync the frigate/recordings folder and frigate/clips folder maybe once every two or three days but here it should delete each file on the source (Home Assistant) after syncing it to the NAS. As i understand the options tab, it is global for all syncs (please correct me if i am wrong). I would like to be able to add options for each folder-sync individually.
Describe the solution you'd like I would like to be able to add options for each folder-sync and/or be able to separate the sync-jobs (maybe even to different remote-folder-paths)
Describe alternatives you've considered duplicating rsync plugin and do two or more configs, so a config for each folder sync maybe. An other solution would be, to get rid of the config-sync and rely on Samba-Backup completely and use rsync only for the frigate/recordings-stuff.
Additional context

And thanks for the plug-in in general, first coffee is out.
I will leave the issue open as item in my Todos, but don't await a implementation to soon. 😅 Kinda busy with other projects right now.
thats fine, i configure it in a way that it only copies/deletes frigate for now and do the backup over samba-backup for now. But it would be totally a feature i would love and would make use of heavily because the it would be possible to sync whatever you want in a way you want it to for each file/folder individually, for example sync secrets file daily, sync frigate all three days etc.. The solution i run now, is with shell-commands and "mv"-command. It runs in timeouts often and is not really a reliable solution.