first
This commit is contained in:
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
sudo btrfs subvolume snapshot / /.snapshots/root-$(date +%F)
|
||||
sudo btrfs subvolume snapshot /home /.snapshots/home-$(date +%F)
|
||||
Reference in New Issue
Block a user