Data Encryption

2006-06-12 Thread foner-rsync
Date: Mon, 12 Jun 2006 18:01:34 -0400 From: Matt McCutchen <[EMAIL PROTECTED]> On Mon, 2006-06-12 at 17:51 -0400, [EMAIL PROTECTED] wrote: > The right solution is probably to run an encrypted filesystem on the > machine that holds the backups, and of course to use ssh getting t

Re: Data Encryption

2006-06-12 Thread Matt McCutchen
On Mon, 2006-06-12 at 17:51 -0400, [EMAIL PROTECTED] wrote: > The right solution is probably to run an encrypted filesystem on the > machine that holds the backups, and of course to use ssh getting the > files there. That isn't enough if the department heads don't trust the backup machine to trans

Data Encryption

2006-06-12 Thread foner-rsync
Date: Mon, 12 Jun 2006 14:18:00 -0400 From: Matt McCutchen <[EMAIL PROTECTED]> On Mon, 2006-06-12 at 10:58 -0700, Chuck Wolber wrote: > On Mon, 12 Jun 2006, Brad Farrell wrote: > > > Is there a way with rsync to encrypt data at the source before > > transmitting? Not

Re: [PATCH] --omit-dir-changes, qsort<>mergesort issues

2006-06-12 Thread Dirk Pape
Hello, --Am 12. Juni 2006 14:11:59 -0400 schrieb Matt McCutchen <[EMAIL PROTECTED]>: Separately, we should look into stable sorting. Maybe, instead of replacing qsort with another sorting function, we can just keep an indication of the original order somewhere and use this order to break tie

Re: Data Encryption

2006-06-12 Thread Matt McCutchen
On Mon, 2006-06-12 at 10:58 -0700, Chuck Wolber wrote: > On Mon, 12 Jun 2006, Brad Farrell wrote: > > > Is there a way with rsync to encrypt data at the source before > > transmitting? Not talking about the actually transmission, but the data > > itself. I've got a few department heads that wan

Re: [PATCH] --omit-dir-changes, qsort<>mergesort issues

2006-06-12 Thread Matt McCutchen
On Thu, 2006-06-08 at 13:48 +0300, Antti Tapaninen wrote: > Here's a new description of the process that hopefully makes > my goals more clear. [...] I think I understand now. Your goal is to manage / so that it consists of files from these three sources (in decreasing priority): - /alt/local -

Re: Data Encryption

2006-06-12 Thread Chuck Wolber
On Mon, 12 Jun 2006, Brad Farrell wrote: > Is there a way with rsync to encrypt data at the source before > transmitting? Not talking about the actually transmission, but the data > itself. I've got a few department heads that want their data secured > before it leaves their computer so that n

Data Encryption

2006-06-12 Thread Brad Farrell
Hi there   Is there a way with rsync to encrypt data at the source before transmitting?  Not talking about the actually transmission, but the data itself.  I’ve got a few department heads that want their data secured before it leaves their computer so that no one in the office can access

Re: transfer logging -- absolute file path?

2006-06-12 Thread Alan Sparks
Wayne Davison said: > On Thu, Jun 08, 2006 at 02:58:17PM -0600, Alan Sparks wrote: >> I have been experimenting with the transfer log facility, and while that >> can provide the module path, and the base filename, it appears to >> exclude >> any sub-path information for the file. > > This seems to

Re: filter/exclude confusion ???

2006-06-12 Thread Matt McCutchen
On Mon, 2006-06-12 at 08:32 -0500, helices wrote: > I am confused with man rsyncd.conf, where the manpage states: > "it only applies on the daemon" Excludes in rsyncd.conf are meant for files that are in module directories for reasons unrelated to the rsync daemon and that should be inaccessib

DO NOT REPLY [Bug 3653] Silence 'vanished files' messages

2006-06-12 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=3653 [EMAIL PROTECTED] changed: What|Removed |Added Attachment #1957|text/sh |text/plain mime type|

DO NOT REPLY [Bug 3653] Silence 'vanished files' messages

2006-06-12 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=3653 [EMAIL PROTECTED] changed: What|Removed |Added Attachment #1957|application/octet-stream|text/sh mime type|

DO NOT REPLY [Bug 3653] Silence 'vanished files' messages

2006-06-12 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=3653 --- Comment #8 from [EMAIL PROTECTED] 2006-06-12 09:02 MST --- Created an attachment (id=1957) --> (https://bugzilla.samba.org/attachment.cgi?id=1957&action=view) fixed rsync-no-vanished wrapper script You have a point about security u

filter/exclude confusion ???

2006-06-12 Thread helices
I am running rsync -avz from [A], to pull a directory from [B]. I want to _exclude_ several directories on [B] from being pulled across. Since these directories have short names, I hope that I can either specify them inline rsyncd.conf on [B]; or, inline to the CLI on [A]. I am confused with man

DO NOT REPLY [Bug 3653] Silence 'vanished files' messages

2006-06-12 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=3653 --- Comment #7 from [EMAIL PROTECTED] 2006-06-12 03:55 MST --- Patching my copy would bar me from Debian (security) updates. ... btw, the script DOES NOT work as expected :( try: mkdir a ; mkdir b ; rsync -r a b ; echo $? ; rm -rf a b