How to use Restic and Rclone together?

What is the problem you are having with rclone?

Rclone doesn't do Delta transfers. How to use Restic for this purpose? How do I use rclone sync source:path dest:path command along with restic? Do you have any readily available docs for this?

What is your rclone version (output from rclone version)

rclone v1.55.0

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Windows 10, 64-bit

Which cloud storage system are you using? (eg Google Drive)

WebDav

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone sync source:path dest:path

The rclone config contents with secrets removed.

[webDav]
type = webdav
url = <URL>
vendor = other
user = <user>
pass = <password>


Here is the link for restic.

https://rclone.org/commands/rclone_serve_restic/

You'd use restic and not rclone sync to use it as it's a command line backup tool.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.