Displaying 1 result from an estimated 1 matches for "exp_dbase_2005".
2005 Jun 30
2
rsync .gz files?
...thout the --compress (because they are already compressed) but
the files never get rsynced.
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
My command is:
rsync --verbose --progress --stats --rsh=/usr/bin/ssh --recursive --delete
prsvr01::prod-db/backup/* /prod/db/backup
My module on the source host is:
[prod-db]
path = /prod/db
comment = /prod/db
uid = nobody
gid = nobody
read only = yes...