telnet 10.0.0.8
Enter root as username and then <mypassword>
Now I am logged in to the box.
Then I execute eg. this command (depends on what I want to backup):
rsync -avz -e ssh /volume1/private/Backup/ImageLib/
<username>@storage1.datastorageunit.com:ImageLib/
The above command might take days or even weeks as I have a slow upload!
If you cannot log in with telnet, try SSH:
ssh ro...@10.0.0.8
In the commands above, replace 10.0.0.8 with whatever IP your NAS is
using. And replace root with something else if you don't have root access.
Regards,
Martin