ObjectiveFS supports automatic and checkpoint snapshots. You can mount a snapshot and use it as the source for a consistent point-in-time backup.
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.
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.
last updated by ObjectiveFS staff, April 21, 2021
ObjectiveFS is a shared file system for Linux and OS X that automatically scales and gives you scalable cloud storage.
If you have questions or article idea suggestions, please email us at support@objectivefs.com