Untitled
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
Leave a Comment