Update 'backup_calendars.sh'

This commit is contained in:
fossilfranv 2023-02-20 18:05:47 +01:00
parent 9d648da9c9
commit 7825d0745c

View File

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