Hello,
I am wondering if it is possible to allow rescursion into rsyncd modules. For example, I have a module set up like the following:
But let's say for my push command I want to use:
It seems to not work. It says permission denied. I don't want to set up a module specifically for /home/backup/nagios/daily because I also have folders for other server backups and daily/weekly in each of those. So I'd rather be allowed to recurse into the module with my push command.
Is this possible?
I am wondering if it is possible to allow rescursion into rsyncd modules. For example, I have a module set up like the following:
Code:
[backup]
path = /home/backup
write only = yes
read only = no
auth users = backup
secrets file = /usr/local/etc/rsyncd.secrets
But let's say for my push command I want to use:
Code:
rsync /file/i/want/to/transfer.gz rsync://backup@192.168.30.76:9000/backup/nagios/daily
It seems to not work. It says permission denied. I don't want to set up a module specifically for /home/backup/nagios/daily because I also have folders for other server backups and daily/weekly in each of those. So I'd rather be allowed to recurse into the module with my push command.
Is this possible?