mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 01:30:47 -04:00
use backup methods other than files and tapes. The -P argument is a normal sh(1) pipeline with either $DUMP_VOLUME or $RESTORE_VOLUME defined in the environment, respectively. For example, I can back up my home to three DVD+R[W]s as so: Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad0s2e 40028550 10093140 26733126 27% /home green# dump -0 -L -C16 -B4589840 -P 'growisofs -Z /dev/cd0=/dev/fd/0' /home |
||
|---|---|---|
| .. | ||
| cache.c | ||
| dump.8 | ||
| dump.h | ||
| dumprmt.c | ||
| itime.c | ||
| main.c | ||
| Makefile | ||
| optr.c | ||
| pathnames.h | ||
| tape.c | ||
| traverse.c | ||
| unctime.c | ||