mirror of
https://github.com/rclone/rclone
synced 2024-11-05 01:42:31 +01:00
1a87b69376
If remote:path points to a file make NewFs return a sentinel error fs.ErrorIsFile and an Fs which points to the parent. Use this to remove the LimitedFs and just add this file to the --files-from list. This means that server side operations can be used also. Fixes #518 Fixes #545 |
||
---|---|---|
amazonclouddrive | ||
b2 | ||
dircache | ||
docs | ||
drive | ||
dropbox | ||
fs | ||
fstest | ||
googlecloudstorage | ||
graphics | ||
hubic | ||
local | ||
oauthutil | ||
onedrive | ||
pacer | ||
rest | ||
s3 | ||
swift | ||
yandex | ||
.gitignore | ||
.travis.yml | ||
appveyor.yml | ||
CONTRIBUTING.md | ||
COPYING | ||
cross-compile | ||
ISSUE_TEMPLATE.md | ||
make_manual.py | ||
Makefile | ||
MANUAL.html | ||
MANUAL.md | ||
MANUAL.txt | ||
notes.txt | ||
rclone_test.go | ||
rclone.1 | ||
rclone.go | ||
README.md | ||
redirect_stderr_unix.go | ||
redirect_stderr_windows.go | ||
redirect_stderr.go | ||
RELEASE.md | ||
upload-github | ||
versioncheck.go |
Website | Documentation | Contributing | 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
- Microsoft One Drive
- Hubic
- Backblaze B2
- Yandex Disk
- The local filesystem
Features
- MD5/SHA1 hashes 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 (one way) mode to make a directory identical
- Check mode to check for file hash equality
- Can sync to and from network, eg two different cloud 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).