Bug#639545: rsync handler does not correctly expand rsync options

2011-08-30 Thread intrigeri
tags 639545 + fixed-upstream forwarded 639545 https://labs.riseup.net/code/issues/3001 thanks Hi Chris, hi rhatto, Chris Lamb wrote (28 Aug 2011 00:11:36 GMT) : The rsync helper calls all rsync options as one *argv argument, like so: execve(/usr/bin/nice, [nice, -n, 0, /usr/bin/rsync, -av

Bug#639545: rsync handler does not correctly expand rsync options

2011-08-30 Thread rhatto
Em Tue, Aug 30, 2011 at 12:58:07PM +0200, intrigeri escreveu: tags 639545 + fixed-upstream forwarded 639545 https://labs.riseup.net/code/issues/3001 thanks Patch attached. - $nice $rsync ${rsync_options[@]} $filelist_flag $excludes $batch_option $orig $dest_path | tee -a $log +

Bug#639545: rsync handler does not correctly expand rsync options

2011-08-27 Thread Chris Lamb
Package: backupninja Version: 0.9.9-1 Tags: patch The rsync helper calls all rsync options as one *argv argument, like so: execve(/usr/bin/nice, [nice, -n, 0, /usr/bin/rsync, -av --delete --recursive --numer..., --exclude=/var/bkah..., The rdiff helper uses sh -c to expand this, so we can