Once a day a backup file is created if there is at least one task defined.
The backup file is created in the same directory the database file is stored.
Its naming schema is like below:
<DatabaseFileName>.backup.YYYYMMDD
e.g.
Database filename:
c:\MyDocuments\
tasks.dr2
Backup filename:
c:\MyDocuments\
tasks.dr2.backup.20120101
To restore the tasks from the backup file its extension must be changed to .dr2
e.g.
to load tasks from the above file tasks.dr2.backup.20120101:
1) remove the sufix .backup.20120101 from it
or
2) add .dr2 extension to the backup file
Then open this .dr2 file (Tabpage Data->Open)
Back to FAQ