Re: rsync from apache

2008-05-21 Thread david reinares
This is just a workaround, but you could modify the apache account to have a home directory. Then you generate a pair of private/public keys and put the private in .ssh directory in the apache home directory and copy the public key into the authorized_keys in .ssh in the external server's user acco

source-filter_dest-filter patch failing with rsync 3.0.0

2008-05-19 Thread david reinares
I'm using the source-filter option in this patch with the command rsync.exe -a -v -e ssh --source-filter="/cygdrive/c/openssl.exe enc -des3 -pass pass:whatever -a" /cygdrive/c/backup [EMAIL PROTECTED]: to crypt files to be sent at source with openssl. At some point rsync fails an i get 104435520 [

Re: crypting remote data

2008-03-11 Thread david reinares
I guess i'll have to figure out another way to rsync and crypt in a efficient way..another idea? By the way thank you very much and sorry for the inconveniences - On Mon, 2008-03-10 at 22:55 +0100, david reinares wrote:

Re: crypting remote data

2008-03-10 Thread david reinares
12) at io.c(600) [generat or=3.0.0] It's a bit strange. It restores some files before failing, and they are perfectly decrypted...i'm using openssl as command --- On Sat, 2008-03-08 a

Re: crypting remote data

2008-03-10 Thread david reinares
It's a bit strange. It restores some files before failing, and they are perfectly decrypted...i'm using openssl as command --- On Sat, 2008-03-08 at 18:33 +0100, david reinares wrote: > rsy

Re: crypting remote data

2008-03-08 Thread david reinares
pace and performance? On Tue, 4 Mar 2008, david reinares wrote: > It would be greatful to have crypting funcionality added to rsync, appart > from using ssh to crypt transmissions. > > I know this is not the

rsync 3.0 and rssh

2008-03-08 Thread david reinares
Since rsync 3.0 i've detected a problem with rssh and -e optionrssh doesn't allow this option...but is essential to me (cyphered transmission with ssh). Surfing the net i've seen a guy that made a patch but I don't know how reliable is...and rssh former programer says he just left the project s

Re: Directory with ! in filename

2008-03-06 Thread david reinares
I had the same problem synnizing between windows and linuxwhen you pass the path and has an space, you have to add a \ just before the space ("cygdrive/c/Documments\ and\ Settings"). This is because linux way to encode file names with spaces. I think its only in the linux path, but just play

crypting remote data

2008-03-04 Thread david reinares
I don't know if this is the propper place to ask for new funcionality, but after searching the website i didn't find another place to do it. I'm very sorry if I`m asking this in the wrong place. It would be greatful to have crypting funcionality added to rsync, appart from using ssh to crypt trans

delete without copy

2008-03-03 Thread david reinares
I'm programming an aplication to remote backup using rsync. The user has the option to crypt the files before sending them, but that options is causing us a lot of problems. We can“t crypt the original content, so we do a temporal copy. The problem is we just cant copy all files at the same time if