We have a requirement to archive snapshots for long term retention. However since the snapshot directories are incremental, we do not want to simply zip it and send to archive storage. Is there a recommended alternate way to do this?
In short, we just want snapshots for last 7 days in the repository(which is in azure blob container) and want to send snapshots to archival storage (preferably onpremise) as they grow older than 7 days.
Thanks for the response. I understand that the way to do it is to take backup of the repository contents. But its not clear how this can be done in a scenario, where we want to archive one snapshot per day (and not a folder with a bunch of snapshots).
Should we define another repository and SLM policy that takes single snapshots per day and retains a single snapshot - and then archive the contents of that directory every day ?
Archiving a single snapshot doesn't really make sense, or at least it will be very expensive because it loses all the benefits of cross-snapshot data deduplication.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.