computers:tricksandtips
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| computers:tricksandtips [2026/01/15 15:12] – [Directory Sync with Unison] david | computers:tricksandtips [2026/01/15 15:30] (current) – [Directory Sync with Unison] david | ||
|---|---|---|---|
| Line 353: | Line 353: | ||
| - Command to sync directories < | - Command to sync directories < | ||
| unison / | unison / | ||
| + | </ | ||
| + | - Creating a Sync Profile < | ||
| + | # Root directories to sync | ||
| + | root = / | ||
| + | root = ssh:// | ||
| + | |||
| + | # Automatic settings | ||
| + | auto = true # Skip prompts for non-conflicting changes | ||
| + | batch = true # Do not ask any questions at all | ||
| + | times = true # Preserve modification times | ||
| + | |||
| + | # Paths to ignore (supports globs) | ||
| + | ignore = Name {.git, | ||
| + | ignore = Path build | ||
| </ | </ | ||
| ===== rsync limiting bandwidth ===== | ===== rsync limiting bandwidth ===== | ||
computers/tricksandtips.txt · Last modified: by david
