Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
customizable
on Dec 9, 2022
|
parent
|
context
|
favorite
| on:
The various scripts I use to back up my home compu...
You can actually extract individual files from a snapshot by using the hidden .zfs directory like: /mnt-point/.zfs/snapshot/snapshot-name
Another alternative is to create a clone from a snapshot, which also makes the data writable.
_abox
on Dec 10, 2022
[–]
A snapshot yes but not a zfs send stream which is a single file.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Another alternative is to create a clone from a snapshot, which also makes the data writable.