Skip to content

rclone

  • Config at ~/.config/rclone/rclone.conf
  • Docs

Configure

Interactive config:

rclone config

List all configured remotes:

rclone listremotes

Set/change password (passwords in rclone.conf are encrypted):

rclone config update webdav-test pass='...'

Usage

Sync:

rclone sync /tmp/test/ webdav-test: