Path to this page:
./
net/rclone,
Rsync for cloud storage
Branch: CURRENT,
Version: 1.68.2,
Package name: rclone-1.68.2,
Maintainer: leotRclone is a command line program to sync files and directories to and from:
Amazon Drive, Amazon S3, Backblaze B2, Box, Ceph, DigitalOcean Spaces,
Dreamhost, Dropbox, FTP, Google Cloud Storage, Google Drive, HTTP, Hubic,
Memset Memstore, Microsoft Azure Blob Storage, Microsoft OneDrive, Minio,
Nextcloud, OVH, Openstack Swift, Oracle Cloud Storage, Owncloud, pCloud,
put.io, QingStor, Rackspace Cloud Files, SFTP, Wasabi, WebDAV, 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
- Optional encryption (Crypt)
- Optional cache (Cache)
- Optional FUSE mount (rclone mount)
Required to build:[
pkgtools/cwrappers] [
lang/go114]
Master sites:
Filesize: 17047.44 KB
Version history: (Expand)
- (2024-11-16) Updated to version: rclone-1.68.2
- (2024-10-01) Updated to version: rclone-1.68.1
- (2024-09-10) Updated to version: rclone-1.68.0
- (2024-09-06) Updated to version: rclone-1.67.0nb1
- (2024-08-20) Updated to version: rclone-1.67.0
- (2024-08-11) Updated to version: rclone-1.65.0nb7
CVS history: (Expand)
2024-11-16 18:00:12 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
rclone: updated to 1.68.2
v1.68.2 - 2024-11-15
* Security fixes
* local backend: CVE-2024-52522: fix permission and ownership on symlinks \
with `--links` and `--metadata` (Nick Craig-Wood)
* Only affects users using `--metadata` and `--links` and copying files \
to the local backend
* See \
https://github.com/rclone/rclone/security/advisories/GHSA-hrxh-9w67-g4cv
* build: bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 (dependabot)
* This is an issue in a dependency which is used for JWT certificates
* See \
https://github.com/golang-jwt/jwt/security/advisories/GHSA-29wx-vh33-7x7r
* Bug Fixes
* accounting: Fix wrong message on SIGUSR2 to enable/disable bwlimit (Nick \
Craig-Wood)
* bisync: Fix output capture restoring the wrong output for logrus \
(Dimitrios Slamaris)
* dlna: Fix loggingResponseWriter disregarding log level (Simon Bos)
* serve s3: Fix excess locking which was making serve s3 single threaded \
(Nick Craig-Wood)
* doc fixes (Nick Craig-Wood, tgfisher, Alexandre Hamez, Randy Bush)
* Local
* Fix permission and ownership on symlinks with `--links` and `--metadata` \
(Nick Craig-Wood)
* Fix `--copy-links` on macOS when cloning (nielash)
* Onedrive
* Fix Retry-After handling to look at 503 errors also (Nick Craig-Wood)
* Pikpak
* Fix cid/gcid calculations for fs.OverrideRemote (wiserain)
* Fix fatal crash on startup with token that can't be refreshed (Nick Craig-Wood)
* S3
* Fix crash when using `--s3-download-url` after migration to SDKv2 (Nick \
Craig-Wood)
* Storj provider: fix server-side copy of files bigger than 5GB (Kaloyan Raev)
* Fix multitenant multipart uploads with CEPH (Nick Craig-Wood)
|
2024-10-01 11:18:31 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
rclone: updated to 1.68.1
v1.68.1 - 2024-09-24
* Bug Fixes
* build: Fix docker release build (ttionya)
* doc fixes (Nick Craig-Wood, Pawel Palucha)
* fs
* Fix `--dump filters` not always appearing (Nick Craig-Wood)
* Fix setting `stringArray` config values from environment variables \
(Nick Craig-Wood)
* rc: Fix default value of `--metrics-addr` (Nick Craig-Wood)
* serve docker: Add missing `vfs-read-chunk-streams` option in docker volume \
driver (Divyam)
* Onedrive
* Fix spurious "Couldn't decode error response: EOF" DEBUG (Nick \
Craig-Wood)
* Pikpak
* Fix login issue where token retrieval fails (wiserain)
* S3
* Fix rclone ignoring static credentials when `env_auth=true` (Nick Craig-Wood)
|
2024-09-10 10:41:58 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
rclone: updated to 1.68.0
1.68.0
https://rclone.org/changelog/#v1-68-0-2024-09-08
|
2024-09-06 20:49:02 by Benny Siegert | Files touched by this commit (180) | |
Log message:
Revbump all Go packages after go122 update
|
2024-08-20 11:25:00 by Adam Ciarcinski | Files touched by this commit (6) | |
Log message:
rclone: updated to 1.67.0
v1.67.0
https://rclone.org/changelog/#v1-67-0-2024-06-14
|
2024-08-11 17:57:15 by Benny Siegert | Files touched by this commit (176) | |
Log message:
Revbump all Go packages after update
|
2024-07-03 08:59:36 by Benny Siegert | Files touched by this commit (169) | |
Log message:
Revbump all Go packages after go122 security update
|
2024-06-13 15:47:13 by Benny Siegert | Files touched by this commit (169) | |
Log message:
Revbump all Go packages after go122 update
|