OESF Portables Forum
General Forums => General Discussion => Topic started 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!
-
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/.
-
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
-
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
-
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:
$ cd /home/zaurus
$ 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.
-
Oops. Thanks for the help.
-- Donald
-
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.)