Table of Contents

This page last changed 2026.04.06 09:53 Visits: [1 time today, 2 times yesterday, and 12 total times]

Syncthing Notes

Whatsit

From https://syncthing.net/

Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers in real time, safely protected from prying eyes. Your data is your data alone and you deserve to choose where it is stored, whether it is shared with some third party, and how it’s transmitted over the internet.

Tech notes

Folder Details

For a given folder on a given machine:

This Device


Configuring Backup Copy from Windows to Mac

Windows machine is named "W" and Mac machine is named "M".  We'll have W backup its Documents and Downloads directory to M' external HDD DE32.

The intention is that M becomes the *mirror* of W’s folders, stored on an external HDD (`/Volumes/DE32`) on M. Here’s a step-by-step plan to do it safely.

1. Prepare the devices

2. Share folders from W

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

4. Initial Sync

5. Optional: Ignore temporary files

*.tmp
*.crdownload
*.part
.DS_Store
Thumbs.db

6. Automate future backups

7. Safety Notes

Result