We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5c0a83 commit b48ed75Copy full SHA for b48ed75
bin/v-backup-user
@@ -829,7 +829,7 @@ google_backup() {
829
if [ "$backups_count" -ge "$BACKUPS" ]; then
830
backups_rm_number=$((backups_count - BACKUPS))
831
for backup in $(echo "$backup_list" |head -n $backups_rm_number); do
832
- echo -e "$(date "+%F %T") Roated gcp backup: $backup"
+ echo -e "$(date "+%F %T") Rotated gcp backup: $backup"
833
$gsutil rm $backup > /dev/null 2>&1
834
done
835
fi
0 commit comments