[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[coldsync-hackers] Re: sync conduit error



 On 02-Nov-02 at 19:24:24,
  ed <spied@yandex.ru> wrote:


> i wrote sync conduit for palm database.
> this database is created by palm application and don't exist in backup
> directory. and on hotsync i get error :
> Can't open "/home/palm/2/backup/changes.pdb": No such file or directory

> if i put pdb file to this directory all works fine. i don't use reading
> from file in my conduit - it read some data from palm and write it to pc.
> why this file is needed for conduit running?

you can add the following arguments to your conduit
configuration:

conduit {
    
    <your stuff here>

    arguments:

        CS-AutoLoad: 0;
        CS-AutoSave: 0;
}

 This works only with the latest CVS. There used to be a similar option
 in the CVS, but i didn't like the implementation, so now this is the official way.

The keywords are case sensitive. You can see the newly born dump-headers
conduit to see how the headers work.

To run generic conduits that are not strictly bound to PDBs, you can
set "type: none;" and your conduit will always be launched by coldsync
before other conduits.

Let me know if you have further problems.

-- 

  - alex.



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