auto advertisement of time machine shares

This commit is contained in:
Matthew Tran
2025-02-22 22:32:20 -08:00
parent ba62e62a59
commit 3fc2698db9
2 changed files with 67 additions and 28 deletions
+5 -1
View File
@@ -44,7 +44,11 @@ Services deployed on [matthewtran.com](https://matthewtran.com).
## backup
Run `scripts/backup.py` and save the resultant `data.zip` somewhere. I should probably automate this.
Run `scripts/backup.py` and save the resultant `data.zip` somewhere. Also run the following commands for BTRFS maintenance. I should probably automate this.
```
btrfs device stats <mount>
btrfs scrub start -B <mount>
```
## security