This commit is contained in:
emh
2022-02-13 21:02:44 -05:00
parent 2e1e1f38b2
commit def5ca8b9a
86 changed files with 9017 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/bin/bash
sudo btrfs subvolume snapshot / /.snapshots/root-$(date +%F)
sudo btrfs subvolume snapshot /home /.snapshots/home-$(date +%F)