mirror of https://github.com/digint/btrbk
![]() We use "dd" instead of shell redirections, as it is common to have special filesystems (like NFS, SMB, FUSE) mounted on the raw target path. By using "dd" we make sure to write in reasonably large blocks (default=128K), which is not always the case when using redirections (e.g. "gpg > outfile" writes in 8K blocks). Another approach would be to always pipe through "cat", which uses st_blksize from fstat(2) (with a minimum of 128K) to determine the block size. |
||
---|---|---|
.. | ||
FAQ.md | ||
btrbk.1 | ||
btrbk.conf.5 | ||
ssh_filter_btrbk.1 | ||
upgrade_to_v0.23.0.md |