fix: print date at end of backup
This commit is contained in:
parent
fbd294bc93
commit
4d7a1107c1
1 changed files with 2 additions and 0 deletions
|
@ -25,3 +25,5 @@ kopia repository connect filesystem \
|
|||
--override-username ${KOPIA_USERNAME}
|
||||
|
||||
kopia snapshot create /backup
|
||||
|
||||
echo "Finished backup at $(date)"
|
||||
|
|
Loading…
Reference in a new issue