Filesystem Backup From A Snapshot
ObjectiveFS supports automatic and checkpoint snapshots. You can mount a snapshot and use it as the source for a consistent point-in-time backup.
Using an Automatic Snapshot as the backup source
- Find the list of automatic snapshots on your filesystem.
$ mount.objectivefs list -sz <filesystem>
- Mount the snapshot that you would like as the source for your backup.
$ mount.objectivefs <snapshot> /snapshot
- Run your backup program with the snapshot directory as the source and copy to a different S3 bucket or a different cloud provider.
Using a Checkpoint Snapshot as the backup source
- Take a checkpoint snapshot of the latest data of your filesystem.
$ mount.objectivefs snapshot <filesystem>
- Find the name of your checkpoint snapshot. Checkpoint snapshots are listed as ‘manual’ in the SNAP column.
$ mount.objectivefs list -sz <filesystem>
- Mount the snapshot that you would like as the source for your backup.
$ mount.objectivefs <snapshot> /snapshot
- Run your backup program with the snapshot directory as the source and copy to a different S3 bucket or a different cloud provider.
References
last updated by ObjectiveFS staff, February 28, 2024
ObjectiveFS is a shared file system for Linux and macOS that automatically scales and gives you scalable cloud storage.
If you have questions or article idea suggestions, please email us at support@objectivefs.com