Rclone local repository

I was able to solve this on my own and will post the answer myself:

  1. Setup a remote with name local with rclone config
  2. n) new remote
  3. Name: local
  4. Type of Storage: 30 / Local Disk

After this my rclone.conf looks like:

# ~/.config/rclone/rclone.conf
[pcloud-test]
type = pcloud
token = {"access_token":"<TOKEN>","token_type":"bearer","expiry":"0001-01-01T00:00:00Z"}
hostname = eapi.pcloud.com

[local]
type = local

Then continue configuring duplicati:

  • Storage Type: rclone
  • Local Repository: local
  • Remote Repository: pcloud-test
  • Remote Path: Test (I created this folder on pcloud first …)

That’s it after running the Backup and test the restore, it all worked as expected and the file is backuped and restored smoothly as it should.

2 Likes