You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 1, 2025. It is now read-only.
What would be the correct syntax when using rsync to put files?
For example I want to sync everything in my /backup dir excluding files starting with name "admin..xx" and "tmp..xx"
--exclude-tag='admin*, tmp*'
Does this look good ? or else please correct me /usr/local/bin/ydcmd --rsync put /backup disk:/Docs --exclude-tag='admin*, tmp*'