[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [coldsync-hackers] how to sync only one pdb
On Mon, Jul 02, 2001 at 04:27:38PM +0200, Ralf F . Salzgeber wrote:
> I want to sync only one pdb file, so I set up my .coldsyncrc like this
[...]
Which was wrong. To achieve, what you want try sth. like this:
conduit sync {
type: addr/DATA;
path: /usr/local/libexec/coldsync/copy-appinfo;
}
conduit sync {
type: addr/DATA;
path: [generic];
}
conduit sync {
type: */*;
path: /bin/true;
final;
}
The "final" keyword is important here. Read the manual, why.
I don't know, if the return value is enough for a conduit. If
not, try an empty conduit like:
#!/usr/bin/perl
use ColdSync;
StartConduit("sync");
EndConduit;
Which does exactly nothing.
Regards
Ingo Oeser
--
Use ReiserFS to get a faster fsck and Ext2 to fsck slowly and gently.
This message was sent through the coldsync-hackers mailing list. To remove
yourself from this mailing list, send a message to majordomo@thedotin.net
with the words "unsubscribe coldsync-hackers" in the message body. For more
information on Coldsync, send mail to coldsync-hackers-owner@thedotin.net.