DD to local QNAP

0

ORIGINAL Q:

Trying to backup a full drive via DD to a QNAP, but it's not as simple as a DD from regular drive to regular drive.

How do I DD to a QNAP? The QNAP is local.


UPDATE 1:

Enabled SSH but unable to login via terminal:

enter image description here

oshirowanen

Posted 2019-09-08T10:05:27.507

Reputation: 1 858

Answers

0

If you have enabled SSH at the QNAP it is quiet simple:

dd if=/dev/sda | ssh -C <admin-account>@<QNAP-IP-Address> dd of=/path/to/store/disk.img

dirdi

Posted 2019-09-08T10:05:27.507

Reputation: 1 860

Please see update 1. – oshirowanen – 2019-09-08T15:53:32.200

Set the ssh server's port number to 22 and make sure to use an administrator account to login via ssh. – dirdi – 2019-09-08T16:20:28.413