[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [coldsync-hackers] App info changes
- To: coldsync-hackers at lusars dot net
- Subject: Re: [coldsync-hackers] App info changes
- From: coldsync-hackers at oldach dot net (Helge Oldach)
- Date: Tue, 12 Mar 2002 20:36:54 +0100 (CET)
- In-Reply-To: <3C8E545A.806@oeone.com> from ming deng at "Mar 12, 2002 2:17:46 pm"
- Reply-To: coldsync-hackers at lusars dot net
- Sender: owner-coldsync-hackers at lusars dot net
ming deng:
> Daniel Lemire wrote:
> >What puzzles me is that other tools such as my Windows PalmOS deskware
> >achieve this... or so it seems.
> >
> >Not that I worry about this. coldsync is cool as it is.
> >
> >
> I don't think it will be hard to fix for coldsync. I guess they just
> forgot there is an appBlock to be synced each time. That data needs to
> sync whatever it's changed or not, for there is not way to tell whether
> it is modified or not(correct me if I'm wrong).
Don't forget that this also applies to "Graffiti ShortCuts.prc", "Net
Prefs.prc", "Saved Preferences.prc", and "Unsaved Preferences.prc"
as well. These are resource database which are completely ignored
by coldsync at this moment. However they of course contain valuable
information to restore a broken Palm. There may be others in this class.
I am at this moment just deleting them by means of a very simple fetch
conduit that basically does an unlink($HEADERS{InputDB}):
conduit fetch {
path: "/home/hmo/.palm/conduits/RemoveDB.pl";
type: psys/sprf;
type: psys/pref;
type: graf/macr;
type: netl/rsrc;
}
This will force coldsync to blindly restore the databases from the Palm.
It's probably more sensible to not delete them but to move them into
~/.palm/backup/Attic so that there is at least one clean backup copy in
case the sync fails.
Helge
--
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.