btrfs-snapshot (78B)
1 #!/bin/bash 2 3 btrfs subvolume snapshot -r $1 $1/snapshots/snapshot-`date +%s` 4