mybin

my ~/bin
git clone https://a3nm.net/git/mybin/
Log | Files | Refs | README

btrfs-snapshot (78B)


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