Displaying 1 result from an estimated 1 matches for "vib_office".
Did you mean:
libgoffice
2008 Apr 17
1
cron, rsync and permissions
...th the
following script:
mv *.log archive
rsync --log-file=oracle.log -av -e "ssh -i .ssh/rsync-key"
gian@oracle:/home/gian/exp* oracle/
rsync --log-file=vib_home.log -av --delete --exclude=".*/" -e "ssh -i
.ssh/rsync-key" gian@vib:/home/ vib_home/
rsync --log-file=vib_office.log -av --delete -e "ssh -i .ssh/rsync-key"
gian@vib:/office/ vib_office/
This script works fine from the command line, but the last two lines
hang with permissions errors when executed as cron job.
The cron job is in my user table.
First backup from server oracle works fine, because...