Outdated Documentation
You're viewing documentation for version v1.0.5. This version may contain outdated information.
mount
NAME
plakar-mount —
Mount Plakar snapshots as read-only
filesystem
SYNOPSIS
plakar mount | mountpoint |
DESCRIPTION
The plakar mount command mounts a Plakar
repository snapshot as a read-only filesystem at the specified
mountpoint. This allows users to access snapshot
contents as if they were part of the local file system, providing easy
browsing and retrieval of files without needing to explicitly restore them.
This command may not work on all Operating Systems.
EXAMPLES
Mount a snapshot to the specified directory:
$ plakar mount ~/mnt
DIAGNOSTICS
The plakar-mount utility exits 0 on
success, and >0 if an error occurs.
- 0
- Command completed successfully.
- >0
- An error occurred, such as an invalid mountpoint or failure during the mounting process.
SEE ALSO
Found a bug or mistake in the documentation? Create an issue on GitHub