Rclone

· 2 мин. чтения
Оглавление

The Swiss army knife of cloud storage

Rclone has powerful cloud equivalents to the unix commands rsync, cp, mv, mount, ls, ncdu, tree, rm, and cat. Rclone’s familiar syntax includes shell pipeline support, and –dry-run protection. It is used at the command line, in scripts or via its API.

версия под андроид - RCX

https://rclone.org

RCX

RCX - Rclone for Android

github.com/x0b/rcx f-droid.org/ru/packages/io.github.x0b.rcx/

  • File Management (list, view, download, upload, move, rename, delete files and folders)
  • Streaming (Stream media files, serve files and directories over FTP, HTTP, WebDAV or DLNA)
  • Integration (Access local storage devices and share files with the application to store them on a remote)
  • Many cloud storage providers (all via rclone config import, some without)
  • Material Design (Dark theme, custom primary and accent colors)
  • All architectures (runs on ARM, ARM64, x86 and x64 devices, Android 7+)
  • Storage Access Framework (SAF) (see docs) for SD card and USB device access.

Time Machine бэкап S3

Rclone позволяет примонтировать хранилище, в том числе - S3

Жалуются, что траффика ест

Webdav

Поднять webdav сервер в текущей директории (например, чтобы открыть в браузере Tiddlywiki-блокнот и сохранять его из браузера)

rclone serve webdav ./

Работа с удалёнными хранилищами

Настроить хранилище (адрес, логин-пароль)

rclone config

Синхронизировать папку:

rclone sync local-folder remote:folder -i