cmonty14
(Thomas)
1
What is the problem you are having with rclone?
Hello,
I have created backups successfully in my Nextcloud storage.
I’m using restic, rclone and resticprofile.
I’m using multiple profiles representing different directories with different backup schedule etc.
Now I want to check the content of the created repositories in Nextcloud.
Can you please advise how to do this?
Run the command 'rclone version' and share the full output of the command.
rclone v1.60.1-DEV
os/version: debian kali-rolling (64 bit)
os/kernel: 6.3.0-kali1-amd64 (x86_64)
os/type: linux
os/arch: amd64
go/version: go1.19.8
go/linking: dynamic
go/tags: none
Which cloud storage system are you using? (eg Google Drive)
Nextcloud WebDAV
The rclone config contents with secrets removed.
[cloud.example.com]
type = webdav
url = https://cloud.example.com/remote.php/dav/files/<mynextlcouduser>
vendor = nextcloud
user = <mynextclouduser>
pass = <mysecretpassword>
very nice. it would help if you post what you did in details. And be specific what the issue with rclone
is. if it is restic
then go to https://forum.restic.net/ if resticprofile
to Issues · creativeprojects/resticprofile · GitHub
This is not forum for all IT issues on the planet:)
And update your rclone to the latest version
cmonty14
(Thomas)
3
Thanks for your reply.
However I'm asking what part of your reply is related to my question?
I didn't say there's an issue.
But I was referring to the restore procedure.
Therefore I will repeat my question again:
Can you please advise how to check the content of the created repositories in Nextcloud?
This is restic
questions:) rclone is only used by restic
to connect to webdav storage.
Using rclone you can list raw content of your repo, e.g.:
rclone ls cloud.example.com:path/to/repository
system
(system)
Closed
5
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.