
Snowhog , how long did it take to send to full snapshots to your remote HDD

STARTCLOCK=$(date +%s) # run stuff... STOPCLOCK=$(date +%s) SECS=$((STOPCLOCK - STARTCLOCK)) DURATION=$(date -d "0 $SECS sec" +%H:%M:%S)
MKSNAP1="btrfs su snapshot -r /mnt/@ /mnt/snapshots/@$NOW" eval $MKSNAP1
btrfs su snapshot -r /mnt/@ /mnt/snapshots/@$NOW
Leave a comment: