weka / snaptool

GNU General Public License v3.0
9 stars 4 forks source link

Feature request: Would like to be able to schedule bucket rotation at specified intervals #35

Open simont65 opened 5 months ago

simont65 commented 5 months ago

Hello, we are doing quaterly full snapshots and monthly incremental ones. I would like to be able to rotate the buckets every quarters in order to send them off site and start a full set of backups every quarter.

So every quarter,

  1. The OBS would be detached from the FS
  2. A new bucket created on the s3 object store
  3. The new bucket mapped to the OBS
  4. The OBS be re-attached to the filesystem
  5. Initiate an external hook script to act on the old bucket

Thank-you Simon