Displaying 2 results from an estimated 2 matches for "snappath".
Did you mean:
sampath
2011 Oct 14
2
snapshot issues
...|__ sites |
|__ 00xx |
|__ email@address
If I use btrfsctl -s (btrfs sub snapshot isn''t working) snappath-name /btrfs/nfs1 I get a mountable snapshot of nfs1
but data is all that I can see below it. If I btrfsctl -s snappath-name /btrfs/nfs1/data/sites/0000 I can mount /0000 and
get a full list of email@address accounts but none of the files below them. I should have stated earlier, everything down...
2009 Oct 08
0
rsync+zfs rotate script
...t; >> $OUTFILE
echo "" >> $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} fo...