File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 227
227
228
228
Wildcards are not escaped in filename args, but they are escaped in options
229
229
like the [ ` --suffix ` ] ( rsync.1#opt ) and [ ` --usermap ` ] ( rsync.1#opt ) values.
230
- If your rsync script depends on the old arg-splitting behavior, either run
231
- it with the [ ` --old-args ` ] ( rsync.1#opt ) option or ` export RSYNC_OLD_ARGS=1 `
232
- in the script's environment. See also the [ ADVANCED USAGE] ( rsync.1# )
233
- section of rsync's manpage for how to use a more modern arg style.
230
+
231
+ If a script depends on the old arg behavior (perhaps because it quotes or
232
+ protects the args already, or perhaps because it expects arg splitting),
233
+ there are two easy ways to get things going with a modern rsync: either
234
+ ` export RSYNC_OLD_ARGS=1 ` in the script's environment (perhaps in the script
235
+ itself) or add the option [ ` --old-args ` ] ( rsync.1#opt ) to the rsync commands
236
+ that are run. See also the [ ADVANCED USAGE] ( rsync.1# ) section of rsync's
237
+ manpage for how to use a more modern arg style.
234
238
235
239
- A long-standing bug was preventing rsync from figuring out the current
236
240
locale's decimal point character, which made rsync always output numbers
You can’t perform that action at this time.
0 commit comments