Revision
21 -
Directory Listing
Added
Mon Jul 28 18:57:15 2008 UTC (2 years, 1 month ago) by
pinky
Original Path:
trunk/backups
* Enabled backup of data and settings.conf files. Backup files are stored as
filename.timestamp, this does lead to a new file being created with every
change however, which can use up file space after awhile.
* Changed functions.read() to return False if the file doesn't exist. Old
method didn't work, and was unused
* Changed functions.write() and .save() to return False as well if they can't
write to the given file
* Changed index.py to properly check that it was able to write to the data file
each time