Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

rsync exclude files mathing name* pattern #32

@mehargags

Description

@mehargags

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*'

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions