Re: scripting rsync ssh port issue

2008-04-04 Thread Matt McCutchen
Paul has addressed the errant dollar signs, the misspelled $DST, and two possible workarounds for the quoting issue, but I would like to explain the quoting issue a bit further. On Fri, 2008-04-04 at 11:23 -0400, Sterling Windmill wrote: > RSYNC_OPTIONS="-aH --delete --numeric-ids -e \'ssh -p 2292

Re: scripting rsync ssh port issue

2008-04-04 Thread Paul Slootman
On Fri 04 Apr 2008, Sterling Windmill wrote: > I am modifying a bash script of mine to issue an rsync to a remote host with > a non-standard ssh port. > > Unfortunately, no combination of "bashisms" seems to make it work properly. > > Code snippet: > > ... > > RSYNC_OPTIONS="-aH --delete --nu

scripting rsync ssh port issue

2008-04-04 Thread Sterling Windmill
I am modifying a bash script of mine to issue an rsync to a remote host with a non-standard ssh port. Unfortunately, no combination of "bashisms" seems to make it work properly. Code snippet: ... RSYNC_OPTIONS="-aH --delete --numeric-ids -e \'ssh -p 2292\'" RSYNC="ionice -c3 rsync $RSYNC_OPTIO

DO NOT REPLY [Bug 5373] rsync uses more space in destination even with -S specified

2008-04-04 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5373 --- Comment #1 from [EMAIL PROTECTED] 2008-04-04 09:13 CST --- (In reply to comment #0) > The target > filesystems continually run out of free space even though they are larger in > size. Do I understand you correctly: you are copying a

Re: rsync: writefd_unbuffered failed to write 4 bytes [sender]: Broken pipe

2008-04-04 Thread Sebastian Kösters
i now tested it on a fresh installes sun with Solaris 10 sparc without installing any patches and rsync works. If i install all patches the error message comes. Any idea? Mit freundlichen Grüßen Sebastian Kösters systems architect Trade Haven GmbH In der Steele 37, 40599 Düsseldorf T +

Re: rsync error

2008-04-04 Thread Daniel Maher
On Fri, 4 Apr 2008 17:11:25 +0530 "Kaushal Shriyan" <[EMAIL PROTECTED]> wrote: > hi steven > > I am getting the below error now > > building file list ... rsync: pop_dir "/root" failed: Permission > denied (13) rsync error: errors selecting input/output files, dirs > (code 3) at flist.c(1356) [s

Re: rsync error

2008-04-04 Thread Kaushal Shriyan
On Fri, Apr 4, 2008 at 4:51 PM, Steven Hartland <[EMAIL PROTECTED]> wrote: > Log file is likely locked. > > - Original Message - From: "Kaushal Shriyan" > <[EMAIL PROTECTED]> > > > > > hi > > > > I have the script http://pastebin.com/d4b062d28 and the roots cron > > entry are as below > >

Re: rsync error

2008-04-04 Thread Steven Hartland
Log file is likely locked. - Original Message - From: "Kaushal Shriyan" <[EMAIL PROTECTED]> hi I have the script http://pastebin.com/d4b062d28 and the roots cron entry are as below 30 2 * * * su sms /usr/local/bin/testrsync_mysql.sh I am getting the below error building file list ..

rsync error

2008-04-04 Thread Kaushal Shriyan
hi I have the script http://pastebin.com/d4b062d28 and the roots cron entry are as below 30 2 * * * su sms /usr/local/bin/testrsync_mysql.sh I am getting the below error building file list ... rsync: opendir "/var/lib/mysql/wordpress" failed: Permission denied (13) done mysql/ib_logfile0 mysql/

Rsync 3.0.1 released

2008-04-04 Thread Wayne Davison
I have released rsync 3.0.1. This is a bug-fix release, which also includes fixes/improvements for several issues in the daemon-exclude code. To see a full summary of the changes since 3.0.0, visit this link: http://rsync.samba.org/ftp/rsync/src/rsync-3.0.1-NEWS You can download the source ta