I was able to solve this on my own and will post the answer myself:
- Setup a remote with name
local
withrclone config
- n) new remote
- Name: local
- 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.