mybin

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

commit e5983a96e173a678f768cef6d35351aa25dc9684
parent d4b99f07cbfb850a923d2897203cd0215c68ba7d
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Thu, 31 Mar 2016 00:08:52 +0200

btrfs-snapshot

Diffstat:
btrfs-snapshot | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/btrfs-snapshot b/btrfs-snapshot @@ -0,0 +1,4 @@ +#!/bin/bash + +btrfs subvolume snapshot -r $1 $1/snapshots/snapshot-`date +%s` +