syncthing
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| syncthing [2026.04.06 08:44] – Steve Isenberg | syncthing [2026.04.06 09:53] (current) – Steve Isenberg | ||
|---|---|---|---|
| Line 28: | Line 28: | ||
| * **Listeners**: | * **Listeners**: | ||
| * **Discovery**: | * **Discovery**: | ||
| + | |||
| + | ---- | ||
| + | |||
| + | ====Configuring Backup Copy from Windows to Mac==== | ||
| + | Windows machine is named ” | ||
| + | |||
| + | The intention is that M becomes the *mirror* of W’s folders, stored on an external HDD (`/ | ||
| + | |||
| + | |||
| + | === 1. Prepare the devices === | ||
| + | |||
| + | * **On W (Windows machine)** | ||
| + | - Install and run Syncthing. | ||
| + | - Identify the folders to back up: | ||
| + | - Downloads: `C: | ||
| + | - Documents: `C: | ||
| + | * **On M (Mac machine)** | ||
| + | - Install and run Syncthing. | ||
| + | - Ensure external HDD (`DE32`) is mounted and has enough space. | ||
| + | - Decide on backup paths on M: | ||
| + | - `/ | ||
| + | - `/ | ||
| + | |||
| + | === 2. Share folders from W === | ||
| + | |||
| + | * On W: | ||
| + | - Open Syncthing and click **Add Folder** for each folder if not already shared. | ||
| + | - Set a **Folder ID**, e.g., `W-Downloads` or `W-Documents`. | ||
| + | - Share each folder with M. | ||
| + | |||
| + | Note: Folder names on W and M do not need to match. Syncthing uses Folder ID to identify folders. | ||
| + | |||
| + | === 3. Accept folder shares on M === | ||
| + | |||
| + | * On M: | ||
| + | - Accept incoming share requests from W for `W-Downloads` and `W-Documents`. | ||
| + | - Set the **Folder Path** to the external HDD: | ||
| + | - `/ | ||
| + | - `/ | ||
| + | - Set **Folder Type → Receive Only** to make M a read-only mirror of W. | ||
| + | |||
| + | === 4. Initial Sync === | ||
| + | |||
| + | * Syncthing will start scanning and then syncing files from W to M. | ||
| + | * Monitor the folder status: `Scanning` → `Out of Sync` → `Up to Date`. | ||
| + | * For large folders, initial sync may take time. | ||
| + | |||
| + | === 5. Optional: Ignore temporary files === | ||
| + | |||
| + | * To avoid backing up temporary or incomplete files in Downloads, add ignore patterns on W: | ||
| + | |||
| + | < | ||
| + | *.tmp | ||
| + | *.crdownload | ||
| + | *.part | ||
| + | .DS_Store | ||
| + | Thumbs.db | ||
| + | </ | ||
| + | |||
| + | === 6. Automate future backups === | ||
| + | |||
| + | * Syncthing continuously monitors W for changes and replicates them to M. | ||
| + | * Keep external HDD mounted. | ||
| + | * Keep Folder Type **Receive Only**. | ||
| + | * Optionally, reduce rescan frequency for large folders to save CPU. | ||
| + | |||
| + | === 7. Safety Notes === | ||
| + | |||
| + | * Do not set M to **Send & Receive** for these folders. | ||
| + | * Ensure external HDD is always mounted; otherwise, M will report ” | ||
| + | * Use clear Folder IDs (`W-Downloads`, | ||
| + | |||
| + | === Result === | ||
| + | |||
| + | * W’s Downloads and Documents are continuously mirrored to M’s external HDD. | ||
| + | * M cannot accidentally overwrite W. | ||
| + | * Provides an offline-friendly backup in `/ | ||
| + | |||
| + | |||
syncthing.1775490254.txt.gz · Last modified: by Steve Isenberg
