diff --git a/Infrastructure/Backups.md b/Infrastructure/Backups.md index 692055f..acd3603 100644 --- a/Infrastructure/Backups.md +++ b/Infrastructure/Backups.md @@ -2,7 +2,7 @@ title: Setting Up Kopia description: published: true -date: 2026-01-25T17:04:34.579Z +date: 2026-01-25T19:01:47.656Z tags: editor: markdown dateCreated: 2026-01-23T22:14:17.009Z @@ -35,34 +35,14 @@ added: -## Configure Kopia on Cinys desktop +## Configure Kopia on Cindys desktop 1. wised winget to get the ui and cli version 2. Created user cindy@DESKTOP-QLSVD8P on repository server (password LucyDog123) 3. On windows - `kopia repo connect server --url=https://192.168.5.10:51515 --override-username=cindy --server-cert-fingerprint=696a4999f594b5273a174fd7cab677d8dd1628f9b9d27e557daa87103ee064b2` +4. Ran first snapshot: `kopia snapshot create C:\Users\cindy` 4. When createing taks for cindy used password Harvey123= -Nice — if the repository is already connected, this is the easy (and satisfying) part 😄 -Let’s do a clean first snapshot of C:\Users\cindy from the Kopia CLI. - -I’ll assume: - -You’re in PowerShell - -Repo is connected (kopia repository status works) - -1️⃣ Sanity check (optional but recommended) - -Just to be sure Kopia sees the repo: - -kopia repository status - - -You should see repo details, not an error. - -2️⃣ Run the first backup (snapshot) - -Run: kopia snapshot create C:\Users\cindy