Re: Bad example 17.1 in the 'File System Backups' section of the Handbook (17.8.1)

2020-06-16 Thread Donald Wilde
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

Bad example 17.1 in the 'File System Backups' section of the Handbook (17.8.1)

2020-06-16 Thread Donald Wilde
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