search for: oldsnap

Displaying 1 result from an estimated 1 matches for "oldsnap".

Did you mean: old_map
2009 Oct 08
0
rsync+zfs rotate script
...NAPCOUNT=`expr $SNAPCOUNT - 1` ; echo "" ; echo "" ; fi ; # start searching for the others until [ $SNAPCOUNT -lt 1 ]; do echo "Looking for ${LCL_POOL}/${LCL_ZFS}@${SNAPCOUNT}" ; if [ -d ${SNAPPATH}/${SNAPCOUNT} ]; then OLDSNAP=${SNAPCOUNT} ; NEWSNAP=${OLDSNAP} ; NEWSNAP=`expr $NEWSNAP + 1` ; echo "SNAPCOUNT = ${SNAPCOUNT} NEWSNAP = ${NEWSNAP}" ; echo "Found ${LCL_POOL}/${LCL_ZFS}@${OLDSNAP}" ; echo "" ;...