mirror of
https://github.com/rclone/rclone.git
synced 2025-02-03 20:20:36 +01:00
Add FAQ to menu and documentation fixes
This commit is contained in:
parent
cc8fe0630c
commit
96cc3e5a0b
@ -21,6 +21,9 @@ about directories.
|
|||||||
You can work round this to some extent with the`purge` command which
|
You can work round this to some extent with the`purge` command which
|
||||||
will delete everything under the path, **inluding** empty directories.
|
will delete everything under the path, **inluding** empty directories.
|
||||||
|
|
||||||
|
This may be fixed at some point in
|
||||||
|
[Issue #100](https://github.com/ncw/rclone/issues/100)
|
||||||
|
|
||||||
### Directory timestamps aren't preserved ##
|
### Directory timestamps aren't preserved ##
|
||||||
|
|
||||||
For the same reason as the above, rclone doesn't have a concept of a
|
For the same reason as the above, rclone doesn't have a concept of a
|
||||||
|
@ -24,7 +24,7 @@ The syncs would be incremental (on a file by file basis).
|
|||||||
|
|
||||||
Eg
|
Eg
|
||||||
|
|
||||||
rclone sync drive:Folder s3:bucket
|
rclone sync drive:Folder s3:bucket
|
||||||
|
|
||||||
|
|
||||||
### Using rclone from multiple locations at the same time ###
|
### Using rclone from multiple locations at the same time ###
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
<li><a href="/docs/"><i class="fa fa-book"></i> Usage</a></li>
|
<li><a href="/docs/"><i class="fa fa-book"></i> Usage</a></li>
|
||||||
<li><a href="/changelog/"><i class="fa fa-book"></i> Changelog</a></li>
|
<li><a href="/changelog/"><i class="fa fa-book"></i> Changelog</a></li>
|
||||||
<li><a href="/bugs/"><i class="fa fa-book"></i> Bugs</a></li>
|
<li><a href="/bugs/"><i class="fa fa-book"></i> Bugs</a></li>
|
||||||
|
<li><a href="/faq/"><i class="fa fa-book"></i> FAQ</a></li>
|
||||||
<li><a href="/licence/"><i class="fa fa-book"></i> Licence</a></li>
|
<li><a href="/licence/"><i class="fa fa-book"></i> Licence</a></li>
|
||||||
<li><a href="/authors/"><i class="fa fa-book"></i> Authors</a></li>
|
<li><a href="/authors/"><i class="fa fa-book"></i> Authors</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
Loading…
Reference in New Issue
Block a user