search for: newsnap

Displaying 2 results from an estimated 2 matches for "newsnap".

Did you mean: new_map
2009 Oct 08
0
rsync+zfs rotate script
...$OUTFILE echo "" >> $OUTFILE echo "--------------- BEGIN ZFS ROTATION ------------------" >> $OUTFILE date >> $OUTFILE echo "" >> $OUTFILE echo "Number of snapshots to keep=${SNAPCOUNT}" SNAPPATH=/${LCL_POOL}/${LCL_ZFS}/.zfs/snapshot NEWSNAP=${SNAPCOUNT} ; # destroy the oldest ($SNAPCOUNT) if exists if [ -d ${SNAPPATH}/${SNAPCOUNT} ] ; then echo "" ; echo "Found ${LCL_POOL}/${LCL_ZFS}@${SNAPCOUNT}" ; echo "destroying snapshot ${SNAPCOUNT} found for ${LCL_ZFS}" ; echo "...
2012 Jun 03
0
Non-root can create, but not delete, btrfs snapshots?
...-------------------------------- ~/test$ ls -la total 0 drwxr-xr-x 1 sliedes sliedes 0 Jun 4 02:28 . drwxr-xr-x 1 sliedes sliedes 7352 Jun 4 02:27 .. ~/test$ whoami sliedes ~/test$ groups sliedes dialout cdrom floppy audio src video plugdev kvm wireshark sbox ~/test$ btrfs subvolume snapshot / newsnap Create a snapshot of ''/'' in ''./newsnap'' ~/test$ ls -la total 32 drwxr-xr-x 1 sliedes sliedes 14 Jun 4 02:28 . drwxr-xr-x 1 sliedes sliedes 7352 Jun 4 02:27 .. drwxr-xr-x 1 root root 336 Jun 2 05:32 newsnap ~/test$ btrfs subvolume delete newsnap Delete...