Documentation updates

This commit is contained in:
Nick Craig-Wood
2014-04-26 17:43:41 +01:00
parent 365dc2ff59
commit 580fa3a5a7
8 changed files with 35 additions and 33 deletions

View File

@ -2,7 +2,7 @@
title: "Rclone"
description: "rclone syncs files to and from Google Drive, S3, Swift and Cloudfiles."
type: page
date: "2014-03-19"
date: "2014-04-26"
groups: ["about"]
---
@ -11,7 +11,7 @@ Rclone
[![Logo](/img/rclone-120x120.png)](http://rclone.org/)
Sync files and directories to and from
Rclone is a command line program to sync files and directories to and from
* Google Drive
* Amazon S3

View File

@ -1,12 +1,12 @@
---
title: "Contact"
description: "Contact the rclone project"
date: "2014-03-19"
date: "2014-04-26"
---
Contact the rclone project
* [Github project page for source and reporting bugs](http://github.com/ncw/rclone)
* [Github project page for source, reporting bugs and pull requests](http://github.com/ncw/rclone)
* <a href="https://plus.google.com/110609214444437761115" rel="publisher">Google+ page for general comments</a></li>
Or email [Nick Craig-Wood](mailto:nick@craig-wood.com)

View File

@ -1,7 +1,7 @@
---
title: "Documentation"
description: "Rclone Documentation"
date: "2014-03-19"
date: "2014-04-26"
---
Install
@ -9,7 +9,7 @@ Install
Rclone is a Go program and comes as a single binary file.
[Download the relevant binary.](/downloads/)
[Download](/downloads/) the relevant binary.
Or alternatively if you have Go installed use
@ -17,15 +17,13 @@ Or alternatively if you have Go installed use
and this will build the binary in `$GOPATH/bin`.
You can then modify the source and submit patches.
Configure
---------
First you'll need to configure rclone. As the object storage systems
have quite complicated authentication these are kept in a config file
`.rclone.conf` in your home directory by default. (You can use the
`-config` option to choose a different config file.)
`--config` option to choose a different config file.)
The easiest way to make the config is to run rclone with the config
option:

View File

@ -1,7 +1,7 @@
---
title: "Google drive"
description: "Rclone docs for Google drive"
date: "2014-03-19"
date: "2014-04-26"
---
Paths are specified as `drive:path`

View File

@ -1,7 +1,7 @@
---
title: "Local Filesystem"
description: "Rclone docs for the local filesystem"
date: "2014-03-19"
date: "2014-04-26"
---
Local Filesystem
@ -19,7 +19,7 @@ but it is probably easier not to.
Modified time
-------------
We read and write the modified time using an accuracy determined by
Rclone reads and writes the modified time using an accuracy determined by
the OS. Typically this is 1ns on Linux, 10 ns on Windows and 1 Second
on OS X.

View File

@ -1,7 +1,7 @@
---
title: "Amazon S3"
description: "Rclone docs for Amazon S3"
date: "2014-03-19"
date: "2014-04-26"
---
Paths are specified as `remote:bucket` or `remote:`

View File

@ -1,7 +1,7 @@
---
title: "Swift"
description: "Swift"
date: "2014-03-19"
date: "2014-04-26"
---
Swift refers to [Openstack Object Storage](http://www.openstack.org/software/openstack-storage/).