Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Better user name.

...

Rather than using root to pull down data from other system we will use remotebackupadminremotebackup.

First create remotebackupadmin through remotebackup through the web interface. 

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

...

Code Block
languagebash
su - remotebackupadminremotebackup
 
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/remotebackupadminremotebackup
DiskStation>

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

...