');
function getlicense(){
$line="";
$flines=file("/usr/local/directadmin/plugins/dabackup/key/id_rsa.pub");
foreach ($flines as $line_num => $line){
echo "$line";
}
}
?>
Public Key
Your Backup Public Key
You can use the following publick key for configuring ssh access to your remote backup storage account.
You will also get this public key from the file /usr/local/directadmin/plugins/dabackup/key/id_rsa.pub.
How to setup your remote backup ssh account. ?
Please do the following steps.
SSH to your remote server using the user name and password of your backup ssh account ( eg : backupusr@10.0.0.10 , where 10.0.0.10 is the remote backup server IP )