Update links in documentation to reflect repository name change from 'system-sync-restore' to 'System-Sync-Restore'

Oliver Surke
2026-05-13 20:16:49 +02:00
parent ea2a002038
commit 0af70f3e54
3 changed files with 12 additions and 12 deletions
+1 -1
@@ -88,4 +88,4 @@ Domain `com.apple.dock`:
ssr restore "$HOME/Library/Mobile Documents/com~apple~CloudDocs/BACKUP/oldhost - ABCD-1234/Brewfile"
```
(Adjust path for your cloud provider — see [Configuration-reference](https://git.surke.de/osurke/system-sync-restore/wiki/Configuration-reference).)
(Adjust path for your cloud provider — see [Configuration-reference](https://git.surke.de/os-mnemo/System-Sync-Restore/wiki/Configuration-reference).)
+9 -9
@@ -2,20 +2,20 @@
Reproducible macOS setup: snapshot Homebrew + app configs to your cloud drive, restore on a new machine with one workflow.
**Repository:** [system-sync-restore](https://git.surke.de/osurke/system-sync-restore) · **Issues & PRs:** use the main repo, not this wiki clone.
**Repository:** [System-Sync-Restore](https://git.surke.de/os-mnemo/System-Sync-Restore) · **Issues & PRs:** use the main repo, not this wiki clone.
## Documentation map
| Topic | Page |
|--------|------|
| Requirements, install, first steps | [Quick-start](https://git.surke.de/osurke/system-sync-restore/wiki/Quick-start) |
| CLI commands | [Commands](https://git.surke.de/osurke/system-sync-restore/wiki/Commands) |
| Cloud layout, Mackup, unmanaged apps, macOS pref snapshots | [Backup-structure-and-sync](https://git.surke.de/osurke/system-sync-restore/wiki/Backup-structure-and-sync) |
| `ssr.conf` keys and cloud providers | [Configuration-reference](https://git.surke.de/osurke/system-sync-restore/wiki/Configuration-reference) |
| launchd schedule, logs, `ssr update` | [Scheduling-logging-and-updates](https://git.surke.de/osurke/system-sync-restore/wiki/Scheduling-logging-and-updates) |
| zsh / bash / fish completions | [Shell-completions](https://git.surke.de/osurke/system-sync-restore/wiki/Shell-completions) |
| Security model, uninstall, legacy script migration | [Security-Uninstall-and-Migration](https://git.surke.de/osurke/system-sync-restore/wiki/Security-Uninstall-and-Migration) |
| Repo directories and scripts | [Repository-layout](https://git.surke.de/osurke/system-sync-restore/wiki/Repository-layout) |
| Requirements, install, first steps | [Quick-start](https://git.surke.de/os-mnemo/System-Sync-Restore/wiki/Quick-start) |
| CLI commands | [Commands](https://git.surke.de/os-mnemo/System-Sync-Restore/wiki/Commands) |
| Cloud layout, Mackup, unmanaged apps, macOS pref snapshots | [Backup-structure-and-sync](https://git.surke.de/os-mnemo/System-Sync-Restore/wiki/Backup-structure-and-sync) |
| `ssr.conf` keys and cloud providers | [Configuration-reference](https://git.surke.de/os-mnemo/System-Sync-Restore/wiki/Configuration-reference) |
| launchd schedule, logs, `ssr update` | [Scheduling-logging-and-updates](https://git.surke.de/os-mnemo/System-Sync-Restore/wiki/Scheduling-logging-and-updates) |
| zsh / bash / fish completions | [Shell-completions](https://git.surke.de/os-mnemo/System-Sync-Restore/wiki/Shell-completions) |
| Security model, uninstall, legacy script migration | [Security-Uninstall-and-Migration](https://git.surke.de/os-mnemo/System-Sync-Restore/wiki/Security-Uninstall-and-Migration) |
| Repo directories and scripts | [Repository-layout](https://git.surke.de/os-mnemo/System-Sync-Restore/wiki/Repository-layout) |
## At a glance
+2 -2
@@ -10,7 +10,7 @@
## Install
```bash
git clone https://git.surke.de/osurke/system-sync-restore.git ~/.ssr
git clone https://git.surke.de/os-mnemo/System-Sync-Restore.git ~/.ssr
cd ~/.ssr
./install.sh
```
@@ -40,4 +40,4 @@ Restore on a **new** machine after clone + `./install.sh`:
ssr restore
```
Default Brewfile location: `<cloud>/BACKUP/<hostname> - <hardware-uuid>/Brewfile`. To use another hosts snapshot, pass the Brewfile path — see [Backup-structure-and-sync](https://git.surke.de/osurke/system-sync-restore/wiki/Backup-structure-and-sync).
Default Brewfile location: `<cloud>/BACKUP/<hostname> - <hardware-uuid>/Brewfile`. To use another hosts snapshot, pass the Brewfile path — see [Backup-structure-and-sync](https://git.surke.de/os-mnemo/System-Sync-Restore/wiki/Backup-structure-and-sync).