mirror of
https://github.com/kopia/kopia.git
synced 2026-01-28 16:23:04 -05:00
Snapshot restore will take a snapshot ID and restore the associated snapshot to the target path. - Looks up the manifest with the snapshot ID - Gets the snapshot root entry - Copies the snapshot from the root entry to the target path Because it uses the parent manifest with the copied permissions, the restored directory will have the permissions of the original source directory.