Re: Local transform on files before sending?

2009-02-08 Thread Matt McCutchen
On Sun, 2009-02-08 at 20:28 -0600, Michael Gardner wrote: > Is it possible to have rsync do a transform on each file before sending > it? This would be useful for things like individually compressed or > encrypted backups, or in my case, syncing lossy copies of my FLAC music > to an mp3 player or l

Re: Rsync from Windows to Linux

2009-02-08 Thread Matt McCutchen
On Mon, 2009-02-09 at 07:57 +1100, Tyson & Dina Patricia Ackland wrote: > I have installed rsync on my Windows and Linux PCs. I would like to > use it to copy a folder from Windows to Linux on a regular basis as > part of my backup regime. It works but always prompts me for a > password. Is ther

Local transform on files before sending?

2009-02-08 Thread Michael Gardner
Is it possible to have rsync do a transform on each file before sending it? This would be useful for things like individually compressed or encrypted backups, or in my case, syncing lossy copies of my FLAC music to an mp3 player or laptop. If not, is there demand for such a feature? It seems like

RE: Can no longer connect to rsync server since new router, but sometimes it works?! (Solved!)

2009-02-08 Thread Paul Hamer
Hiya, I've found the problem. I had SoftX internet logger installed (but not enabled) which apparently screwed things up. After removing it, rsync works fine again! Tnx, Paul Hamer > -Original Message- > From: rsync-bounces+paul=mediamens...@lists.samba.org > [mailto:rsync-bounces+paul

Rsync from Windows to Linux

2009-02-08 Thread Tyson & Dina Patricia Ackland
I have installed rsync on my Windows and Linux PCs. I would like to use it to copy a folder from Windows to Linux on a regular basis as part of my backup regime. It works but always prompts me for a password. Is there any way to make Windows pass authentication automatically so that I can batch

(no subject)

2009-02-08 Thread Ty Breaker
I have installed rsync on my Windows and Linux PCs. I would like to use it to copy a folder from Windows to Linux on a regular basis as part of my backup regime. It works but always prompts me for a password. Is there any way to make Windows pass authentication automatically so that I can ba

rsync over ftp problem

2009-02-08 Thread castaway
Hi there, I am trying to sync some local files to a shared host ftp account (bluehost). Here is what I am trying (everything is in a bash script): 1. I mount the ftp location with curlftps with: curlftpfs -o user=myuserna...@mydomain.com:mypassword ftp://ftp.mydomain.com ~/ftp_backups 2. I then