nndocs:btrfs
Differences
This shows you the differences between two versions of the page.
| nndocs:btrfs [2025/07/15 17:41] – created naptastic | nndocs:btrfs [2026/07/17 18:30] (current) – add backups information naptastic | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| btrfs property set -ts / | btrfs property set -ts / | ||
| + | |||
| + | ===Backups=== | ||
| + | https:// | ||
| + | |||
| + | btrfs subvolume snapshot -r / | ||
| + | |||
| + | # WRONG: This pushes backups to the backup server. We must pull from the host | ||
| + | # to the backup server! | ||
| + | btrfs send -p / | ||
| + | ssh root@backups.narf.rocks \ | ||
| + | btrfs receive / | ||
| + | |||
| + | # UNTESTED | ||
| + | btrfs receive / | ||
| + | ssh root@$hostname \ | ||
| + | btrfs-send -p / | ||
nndocs/btrfs.txt · Last modified: 2026/07/17 18:30 by naptastic
