OESF Portables Forum

General Forums => General Discussion => Topic started by: donaldfr on March 26, 2004, 04:22:20 pm

Title: Path for Calendar data
Post by: donaldfr on March 26, 2004, 04:22:20 pm
Does anybody know the path for where the default calendar application stores its data?  I\'d like to manually back it up to a flash card, but cannot find the file.

Thanks!
Title: Path for Calendar data
Post by: BlackCardinal on March 26, 2004, 04:25:40 pm
What unit and ROM are you using?  On my 5500 with Sharp ROM 3.10 (similar to a 5600 with the stock Sharp ROM), the databook information is stored in /home/zaurus/Applications/dtm/.
Title: Path for Calendar data
Post by: donaldfr on March 26, 2004, 04:35:51 pm
I\'m using an 860.  For some reason I can\'t cd into the Zaurus directory, even as su.  I get \"can\'t cd into /zaurus
Title: Path for Calendar data
Post by: dhns on March 26, 2004, 04:48:26 pm
By the way, there is a nice tool called zdbat to access this file from the command line so you could do an ASCII backup.
It can be found which much Japanese and some english description at:

http://yakty.s31.xrea.com/cgi-bin/wiki/lin.../wiki.cgi?zdbat (http://yakty.s31.xrea.com/cgi-bin/wiki/linuzau/wiki.cgi?zdbat)

-- hns
Title: Path for Calendar data
Post by: BlackCardinal on March 26, 2004, 05:19:48 pm
Quote
I\'m using an 860.  For some reason I can\'t cd into the Zaurus directory, even as su.  I get \"can\'t cd into /zaurus
Again, I\'m assuming the filesystem layout is similar to my 5500, but there is no /zaurus directory, it\'s located at /home/zaurus.  You could cd into it using one of these two methods:
Code: [Select]
$ cd /home/zaurus
Code: [Select]
$ cd /home

$ cd zaurus

If you put a slash before zaurus in the second example, it will give you the error message you describe.  That\'s because in Linux/Unix, a leading slash means the top-level directory (aka root).

You should be able to cd into it whether or not you are root, assuming it exists on the 860.
Title: Path for Calendar data
Post by: donaldfr on March 28, 2004, 06:21:01 pm
Oops.  Thanks for the help.

-- Donald
Title: Path for Calendar data
Post by: BlackCardinal on March 28, 2004, 06:45:12 pm
You\'re welcome.  Don\'t worry about it... remember that even the most experienced Linux gurus were all newbies once!   (Not that I am one.)