Topic: Backup and restore Data within the database

Is there a way to backup the files and the retore the data a copy of the application?

Re: Backup and restore Data within the database

 CopyFile('sqlite.db', 'Backup\backup '+ FormatDateTime('dd-mm-yyyy', now)+'.db');