Skip to content
spider-network edited this page Jun 21, 2012 · 2 revisions

Backup space

$> ssh-keygen
$> ssh-keygen -e -f .ssh/id_rsa.pub | grep -v "Comment:" > .ssh/id_rsa_rfc.pub
$> cat .ssh/id_rsa_rfc.pub >> temp_authorized_keys
$> echo mkdir .ssh | sftp u48525@u48525.your-backup.de
$> scp temp_authorized_keys u48525@u48525.your-backup.de:.ssh/authorized_keys
$> sftp u48525@u48525.your-backup.de
sftp> df -h
    Size     Used    Avail   (root)    %Capacity
   100GB    272KB    100GB    100GB           0%       
sftp> exit
$>
Clone this wiki locally