Untitled
unknown
sh
a year ago
262 B
17
Indexable
for CONFIG in $SNAPPER_CONFIGS ; do
TIMELINE_CREATE="no"
. /etc/snapper/configs/$CONFIG
if [ "$TIMELINE_CREATE" = "yes" ] ; then
snapper --config=$CONFIG --quiet create --description="timeline" --cleanup-algorithm="timeline"
fi
done
exit 0
Editor is loading...
Leave a Comment