mirror of
https://github.com/rclone/rclone
synced 2025-01-21 02:27:30 +01:00
79fd662676
Protects all variables in the pacer from concurrent modifications. It is now safe to modify pacer settings while it is running. I decided to not go for an RWMutex, since all accesses are very short, so the overhead of an RWMutex isn't worth it. Fixes #138. |
||
---|---|---|
amazonclouddrive | ||
dircache | ||
docs | ||
drive | ||
dropbox | ||
fs | ||
fstest | ||
googlecloudstorage | ||
graphics | ||
local | ||
oauthutil | ||
pacer | ||
s3 | ||
swift | ||
.gitignore | ||
.travis.yml | ||
COPYING | ||
cross-compile | ||
make_manual.py | ||
Makefile | ||
notes.txt | ||
rclone_test.go | ||
rclone.go | ||
README.md | ||
redirect_stderr_unix.go | ||
redirect_stderr_windows.go | ||
redirect_stderr.go | ||
RELEASE.md |
Website | Documentation | Changelog | Installation | G+
Rclone is a command line program to sync files and directories to and from
- Google Drive
- Amazon S3
- Openstack Swift / Rackspace cloud files / Memset Memstore
- Dropbox
- Google Cloud Storage
- Amazon Cloud Drive
- The local filesystem
Features
- MD5SUMs checked at all times for file integrity
- Timestamps preserved on files
- Partial syncs supported on a whole file basis
- Copy mode to just copy new/changed files
- Sync mode to make a directory identical
- Check mode to check all MD5SUMs
- Can sync to and from network, eg two different Drive accounts
See the home page for installation, usage, documentation, changelog and configuration walkthroughs.
License
This is free software under the terms of MIT the license (check the COPYING file included in this package).