Timeline for Using rsync to move (not copy) files between directories?
Current License: CC BY-SA 4.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 3, 2022 at 19:27 | review | Late answers | |||
| Feb 3, 2022 at 23:16 | |||||
| Feb 3, 2022 at 19:15 | comment | added | Kusalananda♦ |
You fail to quote expansions, reading values that may contain backslashes wrongly, trimming whitespace from read values, using sed on data that is not text, using sed with unsanitized shell variables, needless testing for directory before mkdir -p, and reading the output from find with newline as the delimiter even though pathnames may contain newlines. There is also an issue if the source path is a substring of the destination path. You also do not consider the actual questions posed by the asker.
|
|
| S Feb 3, 2022 at 19:09 | review | First answers | |||
| Feb 17, 2022 at 19:15 | |||||
| S Feb 3, 2022 at 19:09 | history | answered | Flávio Menezes dos Reis | CC BY-SA 4.0 |