Closed chfoo closed 10 years ago
If the files are example.gz and the tracker provides /a/b, don't create file /a/b but instead always treat rsync destination as /a/b/ and create /a/b/example.gz.
example.gz
/a/b
/a/b/
/a/b/example.gz
Edit: Or possibly reject the destination.
If the files are
example.gz
and the tracker provides/a/b
, don't create file/a/b
but instead always treat rsync destination as/a/b/
and create/a/b/example.gz
.Edit: Or possibly reject the destination.