Hi all
I’m trying to backup my truenas to an external storage.
I’ve created SSH keys on the truenas for root. I’ve copied the private key to roots home folder/.ssh
I’ve copied the public key to the remote ubuntu receiving the backup
I can make it work via SSH, but I would rather have the rsyncd handle it, as I don’t need the encryption overhead.
The problem is that when I enable the Module setting, gives the module number I get an error 13 permission denied
On the ubuntu I’ve created an rsync.conf that looks like this
log file = xxx
pid file = xxx
lock file = xxx
[BACKUPDEST]
/mnt/backup/
read only = no
and I’ve of course pointed the module in truenas to that module name.
Where am I going wrong?