Skip to main content

Database Backup Overview

Learn how to restore a backup copy of your database using the software's built-in restore options, including automatic backups, specific file locations, and SQL Server database files.

Written by Kyle Goodman

📝 Overview

Backing up your database regularly helps protect your data against corruption, hardware failures, or unexpected issues. This article explains what data is backed up (and what isn’t), how to enable automatic backups, schedule reminders, and export backups to other locations.

💡Pro Tips:

  • Daysmart does not maintain backups of your database remotely. Therefore we recommend creating a backup frequently and before major changes or updates.

  • In the event of hardware failure or power outages we recommend saving backups to an external hard drive or off-site location (USB, cloud drives) when possible.


What Data Is Backed Up

These items are included in your database backups:

Click the arrow to view items that are backed up

  • Tickets (sales history & future appointments)

  • Clients

  • Payroll (configuration & past payrolls)

  • Photos

  • Products & Services

  • Employee Schedules

  • Gift Certificates & Gift Cards

  • Coupons

  • Close-out / cash drawer balances

  • “Gum label” settings

  • Time clock entries

  • Suppliers

  • Quotes

  • Purchase orders

  • General ledger

  • Activity log

  • E-mail reminder configuration


❌ What Is Not Backed Up

The following settings and local configurations are not included:

Click the arrow to view items that are backed up

  • Local computer settings

  • Program serial number

  • Employee password protection options

  • Cash drawer settings

  • Receipt printer settings

  • Miscellaneous configurations (window positions, default area codes, etc.)


🔄 Automatic Backups

Your software can run scheduled backups in the background as long as it’s running:

Click the arrow to learn more about automatic backups

  1. Go to File → Backup & Restore → Automatic Backup Settings.

  2. Enable Automatic Backup.

  3. Choose how many backup files to keep (recommend at least 25).

  4. Configure frequency:

    • Every X hours (24-hour cycle or within set hours)

    • Select days of the week

  5. Optionally, enable “Make a backup when exiting” if the last backup is more than an hour old.

  6. Pick the folder/location for backups (browse or default).

  7. Optionally, enable "Ask me once a day if I'd like to make a backup" if it has been more than a set number of days (recommended: 1 day) since the last backup. The software will prompt you after that many days have passed since your last manual backup.

  8. Click Backup Now to make a manual backup.

  9. Confirm with OK.


💽 Backing Up to Another File Location

To export a backup file to a safe location:

Click the arrow to view items that are backed up

💡Pro Tip:

Always verify that your external drive or USB is working before relying on it for backups.

  1. Select File → Backup & Restore → Backup Database.

  2. Click Next.

  3. Choose the destination type:

    • Hard drive (local)

    • USB flash drive

    • External hard drive

    • CD/DVD (save locally first, then burn using separate CD/DVD software)

  4. Enter or accept a file name.

  5. Click Save.

  6. When the “All Done” screen appears, click OK.


🔄 Restoring Your Database

Learn how to choose the right restore method for your situation.

🔄 Restore Last Recorded Automatic Backup

Click here to learn how to restore your last recorded automatic backup

This option restores the most recent backup created automatically by the software. Use the date and time shown on the Restore screen to confirm this is the backup you want.

  1. Select File > Backup & Restore > Restore Database.

  2. On the Restore Database screen, select I would like to restore my last recorded automatic backup (recommended).

  3. Review the date, time, and file location shown, then click Next.

  4. On the Are You Sure? screen, click Yes.

  5. If prompted, enter your database password and click OK.

  6. Your database will be restored. Click OK.

📋 Restore a Different Automatic Backup

Click here to learn how to restore a different automatic backup

This option lets you choose from your full list of available automatic backups by date and time.

⚠️ Please Note: If the Automatic Backup option is grayed out, the Automatic Backup feature may be turned off. We highly recommend keeping Automatic Backup enabled.

  1. Select File > Backup & Restore > Restore Database.

  2. Under Backup Location, select Restore a database from the automatic backup location then click Next.

  3. In the Automatic Backup Files list, select the backup you want to restore and click Restore.

  4. On the Are You Sure? screen, click Yes.

  5. If prompted, enter your database password and click OK.

  6. Your database will be restored. Click OK.

📁 Restore from a Specific File Location

Click here to learn how to restore from a specific file location

Use this option when your backup file is stored on an external drive, USB, or a folder outside the default automatic backup location.

  1. Select File > Backup & Restore > Restore Database.

  2. Select Restore a database from a specific location.

  3. Click Next.

  4. Navigate to and select the backup file you want to restore, then click Open.

  5. Click Yes to confirm.

  6. If prompted, enter your database password and click OK.

  7. Your database will be restored. Click OK.

🗄️ Restore Using a SQL Server Database File (Advanced)

Click here to learn how to restore using a SQL Server database file

Use this option to restore using .MDF and .LDF database files. These are typically located at C:\Program Files(x86)\Microsoft SQL Server\MSSQL.1\MSSQL\Data\ but may vary.

⚠️ Please Note: The matching .LDF file must be in the same directory as the .MDF file before restoring.

  1. Select File > Backup & Restore > Restore Database.

  2. Select I would like to restore my database using an SQL Server database file, then click Next.

  3. Locate and select the .MDF file, then click Open.

  4. Click Yes to confirm.

  5. If prompted, enter your database password and click OK.

  6. Your database will be restored. Click OK.


❓ Frequently Asked Questions (FAQs)

Find answers to common questions, edge cases, or additional details that may not be covered in the main instructions.

Click the arrow to view frequently asked questions

How often should I back up?

Click the arrow to view the answer

We recommend at least daily backups, and during busy periods, every few hours.

Can I restore a backup later?

Click the arrow to view the answer

Yes, see How do I restore a backup copy of my database? in our related articles.

What happens once I hit the limit of backup files?

Click the arrow to view the answer

After reaching your limit (e.g. 25), the system will begin replacing the oldest backup with the newest.

Why isn’t local printer settings backed up?

Click the arrow to view the answer

Local hardware settings (printers, windows layouts) are machine-specific and aren’t included in database backups.



Did this answer your question?