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.
2 parents c647fe1 + b48ed75 commit dcf0ae9Copy full SHA for dcf0ae9
bin/v-backup-user
@@ -821,7 +821,7 @@ google_backup() {
821
if [ "$backups_count" -ge "$BACKUPS" ]; then
822
backups_rm_number=$((backups_count - BACKUPS))
823
for backup in $(echo "$backup_list" |head -n $backups_rm_number); do
824
- echo -e "$(date "+%F %T") Roated gcp backup: $backup"
+ echo -e "$(date "+%F %T") Rotated gcp backup: $backup"
825
$gsutil rm $backup > /dev/null 2>&1
826
done
827
fi
0 commit comments