Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
To optimize ongoing Cloud Storage spend by removing backup files older than 90 days from your backup Cloud Storage bucket, which approach should you take?
A
Schedule a cron script using gsutil ls -lr gs://backups/** to find and remove items older than 90 days
gsutil ls -lr gs://backups/**
B
Write a lifecycle management rule in JSON and push it to the bucket with gsutil
gsutil
C
Write a lifecycle management rule in XML and push it to the bucket with gsutil
D
Schedule a cron script using gsutil ls -l gs://backups/** to find and remove items older than 90 days and schedule it with cron
gsutil ls -l gs://backups/**