2004-07-26 12:35:24 UTC
Hello,
Yes one of the planned features is the ability to import data, however, this will probably be from a CSV file, as I don't know the quicken file format (or MS-money either!) I've not put out any changes for a while due to other commitments (and XDB-Money's sister project XDBCMS) - although the list of things to deal with means I'll try and get to these items in the next couple of months.
As for backup, there isn't any method built into the program - however, it is possible to use mysqldump to backup your data to a file (check out man on mysqldump or web pages) but from memory it should be something like (from the $ prompt).
mysqldump -u <username> -p xdbmoney > xdbmoneybackup.sql
Use your administrator username in place of <username>. It should then prompt you for a password to the username.
Hopefully this helps
Carl.