###Change Storage class from nearline to coldline - Google Cloud for Arq Backup
- Upload the
storage-class.jsonto your google cloud console command line (things older than 1 day) - run
gsutil defstorageclass get gs://{BUCKETNAME} - run
gsutil defstorageclass set COLDLINE gs://{BUCKETNAME} - run
gsutil lifecycle get gs://{BUCKETNAME} - run
gsutil lifecycle set storage-class.json gs://{BUCKETNAME}