###Change Storage class from nearline to coldline - Google Cloud for Arq Backup
- Upload the
storage-class.json
to 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}