make sure that ssh is enabled:
log into the nas head via ssh: default password is welc0me
navigate to the mount you want to access. In this case, the mount point is "home" if you rsync files here as root, the account privileges will be messed up (they should be nobody/share), so fix them with the command
chown -R nobody:share /share/home
References:
|