詳細情報
タイトル | rclone |
---|---|
URL | https://rclone.org/ |
バージョン | 1.58.1 1.58.0 1.42 1.41 1.40 1.39 1.38 1.37 1.36 1.35 1.34 |
更新日 | 2022/04/30 |
追加日 | 2016/09/03 |
種別 | フリーソフト |
説明 | クラウドストレージ版のrsync。 |
スクリーンショット
スクリーンショットはありません。
レビュー
レビューはありません。
更新グラフ
バージョン履歴
No. | バージョン名 | 日付 |
---|---|---|
1 | 1.58.1 | 2022/04/30 |
v1.58.1 - 2022-04-29 See commits Bug Fixes build: Update github.com/billziss-gh to github.com/winfsp (Nick Craig-Wood) filter: Fix timezone of --min-age/-max-age from UTC to local as documented (Nick Craig-Wood) rc/js: Correct RC method names (Sơn Trần-Nguyễn) docs Fix some links to command pages (albertony) Add --multi-thread-streams note to --transfers. (Zsolt Ero) Mount Fix --devname and fusermount: unknown option 'fsname' when mounting via rc (Nick Craig-Wood) VFS Remove wording which suggests VFS is only for mounting (Nick Craig-Wood) Dropbox Fix retries of multipart uploads with incorrect_offset error (Nick Craig-Wood) Google Cloud Storage Use the s3 pacer to speed up transactions (Nick Craig-Wood) pacer: Default the Google pacer to a burst of 100 to fix gcs pacing (Nick Craig-Wood) Jottacloud (省略されました) | ||
2 | 1.58.0 | 2022/04/10 |
Downloads Docs Installation Usage Filtering GUI Remote Control Changelog Bugs FAQ Flags Licence Authors Privacy Policy Commands Overview rclone rclone about rclone authorize (省略されました) | ||
3 | 1.42 | 2018/06/17 |
OpenDrive v1.42 - 2018-06-16 New backends OpenDrive (Oliver Heyme, Jakub Karlicek, ncw) New commands deletefile command (Filip Bartodziej) New Features copy, move: Copy single files directly, don’t use --files-from work-around this makes them much more efficient Implement --max-transfer flag to quit transferring at a limit make exit code 8 for --max-transfer exceeded copy: copy empty source directories to destination (Ishuah Kariuki) check: Add --one-way flag (Kasper Byrdal Nielsen) Add siginfo handler for macOS for ctrl-T stats (kubatasiemski) rc add core/gc to run a garbage collection on demand enable go profiling by default on the --rc port return error from remote on failure lsf (省略されました) | ||
4 | 1.41 | 2018/04/29 |
Mega v1.41 - 2018-04-28 New backends Mega support added Webdav now supports SharePoint cookie authentication (hensur) New commands link: create public link to files and folders (Stefan Breunig) about: gets quota info from a remote (a-roussos, ncw) hashsum: a generic tool for any hash to produce md5sum like output New Features lsd: Add -R flag and fix and update docs for all ls commands ncdu: added a “refresh” key - CTRL-L (Keith Goldfarb) serve restic: Add append-only mode (Steve Kriss) serve restic: Disallow overwriting files in append-only mode (Alexander Neumann) serve restic: Print actual listener address (Matt Holt) size: Add --json flag (Matthew Holt) sync: implement --ignore-errors (Mateusz Pabian) dedupe: Add dedupe largest functionality (Richard Yang) fs: Extend SizeSuffix to include TB and PB for rclone about (省略されました) | ||
5 | 1.40 | 2018/03/19 |
Remote Control rclone mount rclone ncdu rclone cat rclone rcat v1.40 - 2018-03-19 New backends Alias backend to create aliases for existing remote names (Fabian M旦ller) New commands lsf: list for parsing purposes (Jakub Tasiemski) by default this is a simple non recursive list of files and directories it can be configured to add more info in an easy to parse way serve restic: for serving a remote as a Restic REST endpoint This enables restic to use any backends that rclone can access Thanks Alexander Neumann for help, patches and review rc: enable the remote control of a running rclone The running rclone must be started with --rc and related flags. Currently there is support for bwlimit, and flushing for mount and cache. New Features (省略されました) | ||
6 | 1.39 | 2017/12/24 |
Cache pCloud WebDAV v1.39 - 2017-12-23 New backends WebDAV tested with nextcloud, owncloud, put.io and others! Pcloud cache - wraps a cache around other backends (Remus Bunduc) useful in combination with mount NB this feature is in beta so use with care New commands serve command with subcommands: serve webdav: this implements a webdav server for any rclone remote. serve http: command to serve a remote over HTTP config: add sub commands for full config file management create/delete/dump/edit/file/password/providers/show/update touch: to create or update the timestamp of a file (Jakub Tasiemski) New Features (省略されました) | ||
7 | 1.38 | 2017/10/01 |
Amazon S3 Box Crypt (encrypts the others) Dropbox Google Cloud Storage Google Drive Hubic Microsoft Azure Blob Storage Microsoft OneDrive QingStor Openstack Swift SFTP Yandex Disk The local filesystem v1.38 - 2017-09-30 New backends Azure Blob Storage (thanks Andrei Dragomir) Box Onedrive for Business (thanks Oliver Heyme) (省略されました) | ||
8 | 1.37 | 2017/07/23 |
Microsoft OneDrive FTP HTTP v1.37 - 2017-07-22 New backends FTP - thanks to Antonio Messina HTTP - thanks to Vasiliy Tolstov New commands rclone ncdu - for exploring a remote with a text based user interface. rclone lsjson - for listing with a machine readable output rclone dbhashsum - to show Dropbox style hashes of files (local or Dropbox) New Features Implement --fast-list flag This allows remotes to list recursively if they can This uses less transactions (important if you pay for them) This may or may not be quicker This will user more memory as it has to hold the listing in memory --old-sync-method deprecated - the remaining uses are covered by --fast-list This involved a major re-write of all the listing code (省略されました) | ||
9 | 1.36 | 2017/03/19 |
SFTP v1.36 - 2017-03-18 New Features SFTP remote (Jack Schmidt) Re-implement sync routine to work a directory at a time reducing memory usage Logging revamped to be more inline with rsync - now much quieter -v only shows transfers -vv is for full debug --syslog to log to syslog on capable platforms Implement --backup-dir and --suffix Implement --track-renames (initial implementation by Bj淡rn Erik Pedersen) Add time-based bandwidth limits (Lukas Loesche) rclone cryptcheck: checks integrity of crypt remotes Allow all config file variables and options to be set from environment variables Add --buffer-size parameter to control buffer size for copy Make --delete-after the default Add --ignore-checksum flag (fixed by Hisham Zarka) rclone check: Add --download flag to check all the data, not just hashes rclone cat: add --head, --tail, --offset, --count and --discard (省略されました) | ||
10 | 1.35 | 2017/01/03 |
v1.35 - 2017-01-02 New Features moveto and copyto commands for choosing a destination name on copy/move rmdirs command to recursively delete empty directories Allow repeated --include/--exclude/--filter options Only show transfer stats on commands which transfer stuff show stats on any command using the --stats flag Allow overlapping directories in move when server side dir move is supported Add --stats-unit option - thanks Scott McGillivray Bug Fixes Fix the config file being overwritten when two rclones are running Make rclone lsd obey the filters properly Fix compilation on mips Fix not transferring files that don’t differ in size Fix panic on nil retry/fatal error Mount Retry reads on error - should help with reliability a lot Report the modification times for directories from the remote Add bandwidth accounting and limiting (fixes --bwlimit) (省略されました) | ||
11 | 1.34 | 2016/11/07 |
v1.34 - 2016-11-06 New Features Stop single file and --files-from operations iterating through the source bucket. Stop removing failed upload to cloud storage remotes Make ContentType be preserved for cloud to cloud copies Add support to toggle bandwidth limits via SIGUSR2 - thanks Marco Paganini rclone check shows count of hashes that couldn’t be checked rclone listremotes command Support linux/arm64 build - thanks Fredrik Fornwall Remove Authorization: lines from --dump-headers output Bug Fixes Ignore files with control characters in the names Fix rclone move command Delete src files which already existed in dst Fix deletion of src file when dst file older Fix rclone check on crypted file systems Make failed uploads not count as “Transferred” Make sure high level retries show with -q Use a vendor directory with godep for repeatable builds (省略されました) |