TN scale Rsync task Auxiliary Parameters edit/modify

TN scale 24.04.2.

When creating a rsync task I need to use the Auxiliary Parameters field to add custom settings --chmod=D0770,F660 --ignore-existing --prune-empty-dirs --include "*/" --include="*.xml" --exclude="*" . This is so that only certain files are sync’d and others ignored.

image

After saving, each of these gets parsed as a separate block within the Auxiliary Parameters field. Later, I need to revise or insert something (order matters). How? There is no edit button and I can’t copy the content, modify, then paste back in. The only working option is to retype everything by hand, add the modifications then paste back in. Surely there is a more efficient and simpler way to do this?

1 Like

Any updates on this?

The following is a work around to keep from retyping everything. My extras has about 10 different blocks. Insane to retype it all!@#

cli -c "task rsync get_instance id=1"

Where id=1 is the id of the rsync task. I only have one task, so it’s numbered as such.