fix: print date at end of backup

main
mandlm 2023-08-19 12:05:05 +02:00
parent fbd294bc93
commit 4d7a1107c1
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 2 additions and 0 deletions

View File

@ -25,3 +25,5 @@ kopia repository connect filesystem \
--override-username ${KOPIA_USERNAME}
kopia snapshot create /backup
echo "Finished backup at $(date)"