gchamon / sysrsync

Simple and safe system's rsync wrapper for Python
MIT License
116 stars 14 forks source link

accept glob patterns in the source #44

Open alanhoyle opened 1 month ago

alanhoyle commented 1 month ago

This is semi-related to #14, but it would also be useful if the source= parameter accepted standard glob patterns like *.txt or prefix.*

I know this works on the unix command line where you can do:

$ rsync *.txt prefix.* /path/to/destination