public:managing_zfs_on_debian
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| public:managing_zfs_on_debian [2024/04/19 22:12] – [Transferring a snapshot to a pool on another server] thomas | public:managing_zfs_on_debian [2024/05/03 21:29] (current) – [Transferring a snapshot to a pool on another server] thomas | ||
|---|---|---|---|
| Line 98: | Line 98: | ||
| nc -l -p 7777 | zfs recv -F tank/ | nc -l -p 7777 | zfs recv -F tank/ | ||
| </ | </ | ||
| + | |||
| + | :!: Apparently, when using '' | ||
| If you have '' | If you have '' | ||
| Line 112: | Line 114: | ||
| zfs send --raw storage-master/ | zfs send --raw storage-master/ | ||
| </ | </ | ||
| + | |||
| + | If you want to send the difference between two snapshots, you can do so as follows: | ||
| + | |||
| + | < | ||
| + | zfs send -i tank/ | ||
| + | </ | ||
| + | |||
| + | This also works with the '' | ||
| ====== References ====== | ====== References ====== | ||
| * https:// | * https:// | ||
| * https:// | * https:// | ||
| + | * https:// | ||
| {{tag> | {{tag> | ||
public/managing_zfs_on_debian.1713564751.txt.gz · Last modified: by thomas
