Update 'backup_calendars.sh'

This commit is contained in:
fossilfranv 2023-02-20 18:07:02 +01:00
parent a11fa9a853
commit 88fa1e04bc

View File

@ -23,3 +23,4 @@ wget \
--auth-no-challenge \ --auth-no-challenge \
--http-user=$user --http-password="$pwd" \ --http-user=$user --http-password="$pwd" \
"$url" "$url"
find /home/.franv/calendars/* -mtime +5 -exec rm {} \;