Skip to content
forked from rclone/rclone

"rsync for cloud storage" - Teldrive, Terabox, Alldebrid, Alist, Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Azure Blob, Azure Files, Yandex Files

License

Notifications You must be signed in to change notification settings

gulp79/rclone-extra

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

GitHub release Total Downloads Latest Downloads

⚠️ Unofficial Fork Disclaimer
This is an unofficial fork of rclone, with additional enhancements such as Alist, Alldebrid, iCloud Photos, Teldrive and Terabox support. Used also in https://github.com/gulp79/Round-Sync an Android GUI to Rclone. I am not affiliated with the upstream maintainers, and this fork does not intend to be malicious or harmful in any way.
Please read the source code if you're unsure or want to verify that it behaves as described.
Contributions, feedback, and scrutiny are welcome.

rclone logo

rclone logo

Website | Documentation | Download | Contributing | Changelog | Installation | Forum | bclone

Build Status Go Report Card GoDoc Docker Pulls

Rclone

Rclone ("rsync for cloud storage") is a command-line program to sync files and directories to and from different cloud storage providers.

Storage providers

Please see the full list of all storage providers and their features

Virtual storage providers

These backends adapt or modify other storage providers

  • Alias: rename existing remotes πŸ“„
  • Archive: read archive files πŸ“„
  • Cache: cache remotes (DEPRECATED) πŸ“„
  • Chunker: split large files πŸ“„
  • Combine: combine multiple remotes into a directory tree πŸ“„
  • Compress: compress files πŸ“„
  • Crypt: encrypt files πŸ“„
  • Hasher: hash files πŸ“„
  • Union: join multiple remotes to work together πŸ“„

Features

  • MD5/SHA-1 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
  • Bisync (two way) to keep two directories in sync bidirectionally
  • Check mode to check for file hash equality
  • Can sync to and from network, e.g. two different cloud accounts
  • Optional large file chunking (Chunker)
  • Optional transparent compression (Compress)
  • Optional encryption (Crypt)
  • Optional FUSE mount (rclone mount)
  • Multi-threaded downloads to local disk
  • Can serve local or remote files over HTTP/WebDAV/FTP/SFTP/DLNA

Installation & documentation

Please see the rclone website for:

Downloads

How to Add a Terabox Remote in rclone-extra

The Terabox backend requires authentication using your account’s cookie because Terabox does not provide an official API. Follow these steps:


1. Install the Modified rclone

Download and install the custom build from rclone-extra releases or compile it from source:


2. Get Your Terabox Authentication Cookie

You need the Cookie header from your logged-in session:

  1. Log in to Terabox using your browser.

  2. Open Developer Tools (F12) β†’ Network tab.

  3. Refresh the page and select any request to www.terabox.com.

  4. Look for the Request Headers section and copy the entire Cookie value.

    • Example:

      Cookie: BDUSS=xxxx; STOKEN=xxxx; ...
      

3. Configure the Remote

Run the rclone config command:

rclone config

Mostra piΓΉ linee

  • Choose n for a new remote.
  • Enter a name (e.g., terabox).
  • Select the backend: terabox.
  • When prompted for authentication, paste the full cookie string.

4. Test the Remote

Verify the configuration:

rclone ls terabox:

If everything is correct, you should see your files listed.


Notes

  • The cookie may expire after some time; repeat the process if you encounter authentication errors.

  • For better security, store the cookie in your rclone config file and restrict file permissions:

    chmod 600 ~/.config/rclone/rclone.conf
    

License

This is free software under the terms of the MIT license (check the COPYING file included in this package).

About

"rsync for cloud storage" - Teldrive, Terabox, Alldebrid, Alist, Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Azure Blob, Azure Files, Yandex Files

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 98.3%
  • Shell 0.6%
  • Python 0.4%
  • HTML 0.4%
  • JavaScript 0.2%
  • Makefile 0.1%