Needs Suggestion Ticket
Details
Details
Assignee
Triage Team
Triage TeamReporter
Corey Hinshaw
Corey HinshawComponents
Fix versions
Affects versions
Priority
More fields
More fields
Katalon Platform
Katalon Platform
Created February 1, 2020 at 5:55 AM
Updated July 1, 2022 at 4:46 PM
Resolved April 28, 2021 at 3:53 PM
In the current Rsync task GUI, there appears to be no easy way to specify multiple remote directories to sync in a single task. Ex: If I would like to rsync /etc, /var/www, and /var/backups from a remote host.
It is possible to accomplish, but AFAIK requires the use of a long chain of repetative --include and --exclude options. This works, but is error-prone.
One possibility: Allow comma separated paths or newline separated paths on the rsync screen. For example, to specify the paths above: /etc,/var/www,/var/backups