tokensolution
Cadet
- Joined
- Apr 26, 2018
- Messages
- 7
Hello all, I'm using the Rsync WebUI under tasks. The GUI has a lot of check boxes for options but it looks like you need to use the "extra options" section to add further options.
I am trying to exclude folders from an rsync, and to start out simple I am just trying to exclude one folder to figure out the syntax.
So far what this thread calls for does not work:
www.ixsystems.com
Nor this thread:
www.ixsystems.com
What would be the proper syntax via this WebUI method?
I am trying to exclude folders from an rsync, and to start out simple I am just trying to exclude one folder to figure out the syntax.
So far what this thread calls for does not work:
Rsync Exclude Folder Extra Options not working
So I have tried multiple configurations trying to exclude a folder from being copied during a rsync task. Currently my Extra Options look like this, --password-file=/mnt/v01/rsync --exclude="/mnt/v01/Data/Backup/" I am trying to have rsync backup my Data folder, but exclude the Backup folder...

Nor this thread:
SOLVED - Rsync with multiple options not working
I have a few rsync tasks setup, and I am struggling with the Extra options field. First I added this, for logging: --progress --log-file=/var/log/rsync.log That works as intended. I then tried putting this in the Extra options field, to exclude mounted folders: --exclude=Folder1...

What would be the proper syntax via this WebUI method?