On 6/16/20, Donald Wilde wrote:
> Example 17.1. Using dump over ssh
>
> # /sbin/dump -0uan -f - /usr | gzip -2 | ssh -c blowfish \
> targetu...@targetmachine.example.com dd
> of=/mybigfiles/dump-usr-l0.gz
>
> Problems seen in my circumstances (small system, single HDD):
>
> 1) dump(8) on
Example 17.1. Using dump over ssh
# /sbin/dump -0uan -f - /usr | gzip -2 | ssh -c blowfish \
targetu...@targetmachine.example.com dd of=/mybigfiles/dump-usr-l0.gz
Problems seen in my circumstances (small system, single HDD):
1) dump(8) only accepts [filesystem] options as listed in /et