Open alanhoyle opened 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.*
source=
*.txt
prefix.*
I know this works on the unix command line where you can do:
$ rsync *.txt prefix.* /path/to/destination
This is semi-related to #14, but it would also be useful if the
source=
parameter accepted standard glob patterns like*.txt
orprefix.*
I know this works on the unix command line where you can do: