Replies: 1 comment
-
|
am also new to restic/backrest and i ended up using restic-server, which by far is way more simplier and reliable than smb on your synology you can run this docker compose file in backrest/restic you use this repo url if you want https and users auth you need to read docs, but locally on your own home network no outh/https should be fine |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm just trying to set up backrest on my Windows system. I'm new to restic as well, but I successfully managed to initialize a repo on my Synology NAS mounted via SMB as a mapped network drive (P:).
I can't however figure out how to connect to that repo in backrest. Here's what I have so far:
I installed backrest from the release binary and it reports its version as "1.9.2-SNAPSHOT-899f30c". In the installer, I chose to run it as admin user since I intend to use
--use-fs-snapshot. The successful interaction with the repo from the command line was done with backrest's bundled restic executable from within a PowerShell run as admin. Changing the backslashes to forward ones in the URI changes nothing.Any advice? What is the correct way to specify the URI for a mapped network drive in Windows (10)? I searched here and on the web but didn't find any helpful info. Any help would be greatly appreciated.
Thanks in advance and all the best,
Manuel
Beta Was this translation helpful? Give feedback.
All reactions