rsync .gz files?

Paul Slootman paul at debian.org
Thu Jun 30 08:35:31 GMT 2005


On Wed 29 Jun 2005, Diane Rolland wrote:
> 
> Interactively, I get the following error:
> :rsync error: some files could not be transferred (code 23) at main.c(1045)
> 
> In the /etc/rsyncd.log, for each of the files, I get:
> send_files failed to open /backup/exp_dbase_2005-06-2
> 8.gz: Permission denied

So it seems that the sending side isn't allowed to open the files in
question.

> My command is:
> rsync --verbose  --progress --stats --rsh=/usr/bin/ssh --recursive --delete
> prsvr01::prod-db/backup/* /prod/db/backup

Tip: leave off the '*', you're already telling rsync to be recursive.

> My module on the source host is:
> [prod-db]
>    path = /prod/db
>    comment = /prod/db
>    uid = nobody

Is user 'nobody' allowed to read those files?


Paul Slootman


More information about the rsync mailing list