mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
restore was failing because ZFS was reporting a blocksize that was not a multiple of 1024. Replace restore's failed assertion with code that writes restored files in a blocksize that works for restore (a multiple of 1024) despite being non-optimal for ZFS. Submitted by: Dmitry Morozovsky Tested by: Dmitry Morozovsky MFC after: 1 week |
||
|---|---|---|
| .. | ||
| dirs.c | ||
| extern.h | ||
| interactive.c | ||
| main.c | ||
| Makefile | ||
| restore.8 | ||
| restore.c | ||
| restore.h | ||
| symtab.c | ||
| tape.c | ||
| utilities.c | ||