diff --git a/docs/content/bugs.md b/docs/content/bugs.md index 624f22618..5297a8242 100644 --- a/docs/content/bugs.md +++ b/docs/content/bugs.md @@ -21,6 +21,9 @@ about directories. You can work round this to some extent with the`purge` command which 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 ## For the same reason as the above, rclone doesn't have a concept of a diff --git a/docs/content/faq.md b/docs/content/faq.md index fe3802871..e442ec0c7 100644 --- a/docs/content/faq.md +++ b/docs/content/faq.md @@ -24,7 +24,7 @@ The syncs would be incremental (on a file by file basis). Eg - rclone sync drive:Folder s3:bucket + rclone sync drive:Folder s3:bucket ### Using rclone from multiple locations at the same time ### diff --git a/docs/layouts/chrome/navbar.html b/docs/layouts/chrome/navbar.html index 39db25d11..7656a6c42 100644 --- a/docs/layouts/chrome/navbar.html +++ b/docs/layouts/chrome/navbar.html @@ -19,6 +19,7 @@
  • Usage
  • Changelog
  • Bugs
  • +
  • FAQ
  • Licence
  • Authors