mirror of
https://github.com/rclone/rclone
synced 2025-03-30 15:56:10 +02:00
doc: improve wording
This commit is contained in:
parent
a36ef8582f
commit
db9d94f5de
docs/content
@ -1702,7 +1702,7 @@ Point release to fix hubic and azureblob backends.
|
|||||||
* Allow overlapping directories in move when server side dir move is supported
|
* Allow overlapping directories in move when server side dir move is supported
|
||||||
* Add --stats-unit option - thanks Scott McGillivray
|
* Add --stats-unit option - thanks Scott McGillivray
|
||||||
* Bug Fixes
|
* Bug Fixes
|
||||||
* Fix the config file being overwritten when two rclones are running
|
* Fix the config file being overwritten when two rclone instances are running
|
||||||
* Make rclone lsd obey the filters properly
|
* Make rclone lsd obey the filters properly
|
||||||
* Fix compilation on mips
|
* Fix compilation on mips
|
||||||
* Fix not transferring files that don't differ in size
|
* Fix not transferring files that don't differ in size
|
||||||
|
@ -49,7 +49,7 @@ Server B> rclone sync /tmp/whatever remote:ServerB
|
|||||||
```
|
```
|
||||||
|
|
||||||
If you sync to the same directory then you should use rclone copy
|
If you sync to the same directory then you should use rclone copy
|
||||||
otherwise the two rclones may delete each others files, eg
|
otherwise the two instances of rclone may delete each other's files, eg
|
||||||
|
|
||||||
```
|
```
|
||||||
Server A> rclone copy /tmp/whatever remote:Backup
|
Server A> rclone copy /tmp/whatever remote:Backup
|
||||||
|
Loading…
x
Reference in New Issue
Block a user