Hi,
I only want to preserv symlinks when copying but rsync deletes the
leading "/" on the target system or does nothing regarding to the
options I use.
My Symlink on the Source Filesystem : serviceWeb ->
/users/service/.public_html
results to: serviceWeb -> users/service/.public_html on the dest
> >
> >I thought, rsync only looks at the modification date of a file and
> >decides whether to backup this file or not.
> >
> By default, it does not, in fact it's REAL usefullness it's that uit
> examines the content of the file to send just what is needed,
> differently from other mirrorin
>
> If you want them stored on the destination encrypted you
Yes, that´s it. The owner of the source files will be sure, that no one
else can read his files on the destination host.
I thought, rsync only looks at the modification date of a file and
decides whether to backup this file or not. In
We need to encrypt files before transferring them to the destination
Host for security reasons.
Encryption must be strong: IDEA, 3DES or similar.
One way would be the integration of PGP into rsync.
Is there any PGP integration into rsync available ?
Thank´s Clemens
--
To unsubscribe or cha
I´m trying to rsync a 210 GB Filesystem with approx 1.500.000 Files.
Rsync always dies after about 29 GB without any error messages.
I´m Using rsync version 2.5.5 protocol version 26.
Has anyone an idea ?
Thank´s Clemens
--
To unsubscribe or change options: http://lists.samba.org/mailman/l
this ?
C.Zimmermann
>
> Sure. Don't tell rsync to preserve permissions. This
> precludes the use
> of the "-p", and "--perms"options, and the "-a", and
> "--archive" options,
> which imply them. If your wording means that the pe
Hello,
If I sync a filesystem using ssh to an remote server, all
filepermissions on the remote site are gone.
Is there a chance to preserve the permissions using ssh ?
Thanks C. Zimmermann
--
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, rea