Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The reason for this error is that you are not logged in as root.

...

Remote Backup User

Rather than using root to perform tasks we user serveradminpull down data from other system we will use remotebackupadmin.

First create serveradmin through remotebackupadmin through the web interface. 

Next, using the shell as root, create serveradminremotebackupadmin's home directory manually,

...

Code Block
languagebash
su - serveradminremotebackupadmin
 
BusyBox v1.16.1 (2012-06-06 04:34:01 CST) built-in shell (ash)
Enter 'help' for a list of built-in commands.
DiskStation> pwd # Check that your home directory is right.
/volume1/homes/serveradminremotebackupadmin
DiskStation>

Add the private key required keys to remotebackupadmin required to log into other systems to transfer backups.

...