use new lizardfs rremove

master
Marc Wäckerlin 6 years ago
parent c3ee785af6
commit 42f160dd51
  1. 4
      lizardfs/lizsrdfs-snapshots.sh

@ -111,7 +111,7 @@ for src in "${SOURCES[@]}"; do
echo " " "lizardfs makesnapshot '${src}' '${DESTINATION}/${target}${date}'"
if test -n "$del"; then
for f in $(ls -d1 "${DESTINATION}/${target}"-* | sort -r | tail -n +"$del"); do
echo " " "rm -rf '$f'"
echo " " "lizardfs rremove '$f'"
done
fi
else
@ -119,7 +119,7 @@ for src in "${SOURCES[@]}"; do
lizardfs makesnapshot "${src}" "${DESTINATION}/${target}${date}"
if test -n "$del"; then
for f in $(ls -d1 "${DESTINATION}/${target}"-* | sort -r | tail -n +"$del"); do
rm -rf "$f"
lizardfs rremove "$f"
done
fi
fi

Loading…
Cancel
Save