You should copy DBF, FPT and CDX.
If you are compressing the files, DBF and FPT can be compressed usually up to 92%. CDX files are index files and don't compress much.
What most advanced developers do is copy DBF and FPT files or by compressing them and a good Reindex procedure in the software should be able to recreate the CDX files.
Settings in Registry if used can be recreated using the settings in the application.
Main Topics
Browse All Topics





by: tusharkanvindePosted on 2009-05-14 at 21:25:51ID: 24392307
.FPT files are also required. FOXUSER.DBF/.FPT files will not contain any data and you should not normally need to back them up. They may however contain some settings for your program. Normally they are used for development and not in production.
In case the software is multiuser, it will be on a shared drive available with all rights for each user. Other than that, the data can be anywhere.
In VFP, it is always better to have a cold backup. Copying the DBF,FPT and CDX files should be enough.