1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-10 12:33:46 +00:00

Rename docs directory

This commit is contained in:
Nick Craig-Wood
2014-04-17 22:32:39 +01:00
parent 8d32651c53
commit 40f755df20
31 changed files with 5 additions and 6 deletions

19
docs/content/local.md Normal file
View File

@@ -0,0 +1,19 @@
Local Filesystem
----------------
Local paths are specified as normal filesystem paths, eg `/path/to/wherever`, so
rclone sync /home/source /tmp/destination
Will sync `/home/source` to `/tmp/destination`
These can be configured into the config file for consistencies sake,
but it is probably easier not to.
Modified time
-------------
We read and write 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.