Re: cut-off time for rsync ?

2015-07-02 Thread Dirk van Deun
ed recently and using rsync only on these. But it would be nice if a clever invocation of rsync could remove the extra burden entirely. Dirk van Deun -- Ceterum censeo Redmond delendum -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change

Re: cut-off time for rsync ?

2015-07-01 Thread Dirk van Deun
ffort, as the rsync is done every day, so they can safely be assumed to be in sync already. Dirk van Deun -- Ceterum censeo Redmond delendum -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/r

Re: cut-off time for rsync ?

2015-07-01 Thread Dirk van Deun
meaning that files are ignored and directories are considered up to date on the destination server if they have not been touched for x days on the source ? Dirk van Deun -- Ceterum censeo Redmond delendum -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

cut-off time for rsync ?

2015-06-30 Thread Dirk van Deun
r (first find, then rsync). Best, Dirk van Deun -- Ceterum censeo Redmond delendum -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: rsync and encryption

2011-09-03 Thread Dirk
On 09/03/2011 09:11 AM, Henri Shustak wrote: I have a small server at home. I like to put it 'online' and secure it as good as possible. The counterside of putting your personal backups on a server is that it might get hacked... and you don't want have to have your personal docs online... Do

Re: rsync and encryption

2011-08-30 Thread Dirk
seem very active. Are that trustful and useful projects anyways? Dirk -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

rsync and encryption

2011-08-28 Thread Dirk
Hi, I have a small server at home. I like to put it 'online' and secure it as good as possible. The counterside of putting your personal backups on a server is that it might get hacked... and you don't want have to have your personal docs online... Do you think encryption is needed? How to

Re: Problem with --link-dest from within subversion working copy

2011-02-03 Thread Dirk Heinrichs
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 03.02.2011 10:59, schrieb Dirk Heinrichs: > Hello, > > I've just encountered an issue where using --link-dest from within a > Subversion working copy does not create hard links as intended. > > The idea is to supply the

Problem with --link-dest from within subversion working copy

2011-02-03 Thread Dirk Heinrichs
uot;rsync -ac --delete ./* [remote:]/some/dir2/HELLO_2.5" 13) cd into ../HELLO_2.6 and run "rsync -ac --delete - --link-dest=../HELLO_2.5 ./* [remote:]/some/dir2/HELLO_2.6" This does NOT create any hard-linked files in the destination as expected. Any hints as to what could be the

rsync patch to add Apple keychain support

2007-08-24 Thread Dirk Theisen
words into the keychain like this (I do it programmatically bit it can be done manually as well): Servicename: rsyncd Account name: - Enjoy! It would be very cool to see this as an option for the Darwin target. Greetings, Dirk In the Makefile, I

Re: --fuzzy works with --link-dest?

2006-08-29 Thread Dirk Schenkewitz
option does not change, full backwards compatibility provided :-) I'd say, please feel free to implement it ;-) Best regards Dirk -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

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

2006-06-12 Thread Dirk Pape
is one source fs to target. We are not yet ready with this and it would be much easier if rsync would guarantee deterministiv order by itself in a future maintained version. Regards, Dirk. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read

Re: sync 54 million files, tuning rsync? (offlist)

2006-02-14 Thread Dirk Schenkewitz
something wrong? It's going on 5 > hours now. It's "considered" all the files and > printed out a few it deleted, but that this point I'm > not sure where it is at. This block is something for the real experts. Only one thing: You could perhaps use on-the-fly com

Re: rsync --compare-dest creates all dirs and symlinks

2005-10-19 Thread Dirk Schenkewitz
Hi Wayne, Wayne Davison wrote: On Tue, Oct 18, 2005 at 08:07:56PM +0200, Dirk Schenkewitz wrote: What happens is that rsync creates the whole tree of directories below /data/A/gany.1/lib and also created all symlinks within that tree. Yes, that's the way rsync currently works.

rsync --compare-dest creates all dirs and symlinks

2005-10-18 Thread Dirk Schenkewitz
In that case, could someone give me a pointer/link to the answer(s). Any help is very much appreciated! Best regards Dirk -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: bugfix: indeterministic file choice from multiple sources

2004-09-11 Thread Dirk Pape
Hello, --Am Mittwoch, 25. August 2004 8:44 Uhr +0200 schrieb Dirk Pape <[EMAIL PROTECTED]>: Since in our scenario using rsync we rely on deterministic behaviour, we patched rsync to use mergesort always for composing the file list. For systems without a mergesort system call (most os&#x

Re: bugfix: indeterministic file choice from multiple sources

2004-08-26 Thread Dirk Pape
for you if "space is enough" (I hate *this* hidden "optimisation"!). So if you are experiencing too high memory consumption with long file lists on Linux you might actual see mergesort at work. Dirk. -- To unsubscribe or change options: http://lists.samba.org/mailman/

Re: bugfix: indeterministic file choice from multiple sources

2004-08-26 Thread Dirk Pape
filesystem tree from many sources where some sources rule over others). With our patch here rsync is *the tool* for this task, without it fails to be reliable for this task. Dirk. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.cat

Re: bugfix: indeterministic file choice from multiple sources

2004-08-25 Thread Dirk Pape
nistic, but perhaps not in the way you want. it would definetly break our scenario here. Although it is a nice feature I would not want to be forced to cope with it. Dirk. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.or

Re: bugfix: indeterministic file choice from multiple sources

2004-08-25 Thread Dirk Pape
nd dir2/foo/bar) but with *different content*. It now depends on the names and numbers of other files in dir1 .. dir3, whether dir1/foo/bar or dir2/foo/bar will be copied into target/foo/bar. Dirk. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read:

bugfix: indeterministic file choice from multiple sources

2004-08-24 Thread Dirk Pape
rgesort has worse memory complexity, I propose to give users a command line switch to decide, whether they want to use the feature (prefer reliability for some scenario over performance) or not. Hope this will be heared. Thanks, Dirk. mstest.tgz Description: GNU Zip compressed data patches

Re: [Kde-mirrors] rsync errors from rsync.kde.org

2004-06-08 Thread Dirk Mueller
re are no known problems with master.kde.org (which is used for ftp.kde.org rsyncing). Dirk -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: rsync-bugs and unclear semantics when copying multiple source-dirs to one target

2003-11-25 Thread Dirk Pape
t your options are: Fix rsync to support this behaviour. I would like to take a quick look to tis first option you mentioned, before I conider the others. Do you have and can you send me some API-documentation for the flist module, which I believe is the one, I have to modify. Thanks, Dir

Re: bug (filelist) for platforms solaris and darwin (macosx) and *not* linuxi386

2003-10-06 Thread Dirk Pape
r directly? Thanks, Dirk. -- Dr. Dirk Pape (Leiter des Rechnerbetriebs und IT-Verantwortlicher) Fachbereich Mathematik und Informatik der FU Berlin Takustr. 9, 14195 Berlin Tel. +49 (30) 838 75143, Fax. +49 (30) 838 75190 --Am Sonntag, 28. September 2003 13:19 Uhr +0200 schrieb Dirk Pape <[EM

bug (filelist) for platforms solaris and darwin (macosx) and *not* linuxi386

2003-09-28 Thread Dirk Pape
I have found a nasty bug when a file, which is in some of many sources, shall be copied to a target. The linux-Version works well but rsync 2.5.{2|5|6} under solaris9 (gcc 2.95.3) and darwin (gcc 3.1) do not. The decision which file (out of which src) shall be copied depends on the number of sr

Ich bin z. Zt. im Urlaub

2002-03-12 Thread Dirk . Nitka
Ich werde ab 11.03.2002 nicht im Büro sein. Ich kehre zurück am 25.03.2002. Ich werde Ihre Nachricht nach meiner Rückkehr beantworten. In dringenden Fällen wenden Sie sich bitte an Herrn Heinz Maier, [EMAIL PROTECTED] . (0211/61078-50) -- To unsubscribe or change options: http://lists.samba.or

Ich bin z. Zt. im Urlaub

2002-03-11 Thread Dirk . Nitka
Ich werde ab 11.03.2002 nicht im Büro sein. Ich kehre zurück am 25.03.2002. Ich werde Ihre Nachricht nach meiner Rückkehr beantworten. In dringenden Fällen wenden Sie sich bitte an Herrn Heinz Maier, [EMAIL PROTECTED] . (0211/61078-50) -- To unsubscribe or change options: http://lists.samba.or

Re: Limit consumption of space on destination?

2002-02-02 Thread Dirk Markwardt
stem ... I think you only want to sync User-Data, not the system, so LVM could be one solution for you. Greetings Dirk -- -- Dirk Markwardt Für die einen ist es Windows, Besselstr. 7 für

Re: Need for an --operating-window feature ???

2001-04-03 Thread Dirk Markwardt
t a cron-job ? at 22:00: chmod 755 /usr/bin/rsync at 05:00: chmod 644 /usr/bin/rsync Greetings Dirk -- --- Dirk Markwardt Besselstr. 7 38114 Braunschweig [EMAIL PROTECTED]

rsync-speed with win98

2001-03-22 Thread Dirk Markwardt
me some hints ! Thanks in advance ! Dirk -- Best regards, Dirk Markwardt mailto:[EMAIL PROTECTED]