QNap TS-469U + Baracuda Backup
Hi Guys new user here and I am trying to backup the qnas using our Baracuda Backup which supports linux(SSHFS). I am following the instructions on how to do it (Example code below)
Copy the commands in the To backup data on all other Linux- or Unix-based servers
mkdir .ssh;
echo "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA9DeVRpSrQKA75kVnMPhntpFaleyxuS1pgHhEYLsp4+bIT5OTlEMj2XDJkDb/wSkaSvGou4kYi6fAjPg2X757wBxzscKR6VNVXailOhHVzH0goKYktmFE6YIms3QMGgT1hUCSTnySWYO0TsN++bTlbCqz+**+A07OkB1bAJEEDOeZs79gL42Gl5nX1+fmq4UqoCMzIITndNTVH9NRiIFf/SfRbludzUdY/WzAW2FStRkwThPgROZlbG60YQSFjFhUtCZkkR8b/7dAJQWissUQ7weICgPebzuiTW3CQGmImlqshUUllGiNahwoDhQbvw0LZmyvFkgqR61iSw==
" >> .ssh/authorized_keys;
chmod 600 .ssh/authorized_keys;
chmod 700 .ssh;
Locate the line PubkeyAuthentication yes, and remove the ...
more ...Statistics : 1 Post || 53 Views
Post by
Rygar