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
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
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
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
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
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
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