---
title: "VISO database backup - Roger"
description: "Roger - lider branży zabezpieczeń oferujący systemy kontroli dostępu, rejestracji czasu pracy, rejestracji pracy wartowników. Zapraszamy!"
url: "https://www.roger.pl/en/support/technical-support/faq-frequently-asked-questions/faq-access-control/racs-5-system/high-level-configuration-viso/viso-database-backup"
date: "2026-06-27T14:00:23+00:00"
language: "en-GB"
---

#  VISO database backup

- [Download](https://www.roger.pl/en/support/technical-support/download)
- [Newsletter](https://www.roger.pl/en/support/technical-support/newsletter)
- [News](https://www.roger.pl/en/support/technical-support/news)
- [Quick Start Guide](https://www.roger.pl/en/support/technical-support/quick-start-guide)
- [Remote Technical Support](https://www.roger.pl/en/support/technical-support/remote-technical-support)
- [FAQ - Frequently Asked Questions](https://www.roger.pl/en/support/technical-support/faq-frequently-asked-questions)
    - [Access Control](https://www.roger.pl/en/support/technical-support/faq-frequently-asked-questions/faq-access-control)
        - [RACS 5 System](https://www.roger.pl/en/support/technical-support/faq-frequently-asked-questions/faq-access-control/racs-5-system)
            - [Low Level Configuration (RogerVDM)](https://www.roger.pl/en/support/technical-support/faq-frequently-asked-questions/faq-access-control/racs-5-system/low-level-configuration-rogervdm)
            - [High Level Configuration (VISO)](https://www.roger.pl/en/support/technical-support/faq-frequently-asked-questions/faq-access-control/racs-5-system/high-level-configuration-viso)
            - [RACS 5 Services (RogerSVC)](https://www.roger.pl/en/support/technical-support/faq-frequently-asked-questions/faq-access-control/racs-5-system/racs-5-services-rogersvc)
        - [RACS 4 System](https://www.roger.pl/en/support/technical-support/faq-frequently-asked-questions/faq-access-control/racs-4-system)
        - [Access Terminals](https://www.roger.pl/en/support/technical-support/faq-frequently-asked-questions/faq-access-control/access-terminals)
        - [Auxiliary Equipment](https://www.roger.pl/en/support/technical-support/faq-frequently-asked-questions/faq-access-control/auxiliary-equipment)
        - [Transponders](https://www.roger.pl/en/support/technical-support/faq-frequently-asked-questions/faq-access-control/transponders)
        - [Electronic Code Locks](https://www.roger.pl/en/support/technical-support/faq-frequently-asked-questions/faq-access-control/electronic-code-locks)
    - [Time &amp; Attendance](https://www.roger.pl/en/support/technical-support/faq-frequently-asked-questions/time-attendance)
    - [Guard Tour System](https://www.roger.pl/en/support/technical-support/faq-frequently-asked-questions/faq-guard-tour-system)

**Description:
How to make the VISO database backup?**

**Solution:**

The VISO application itself does not have dedicated tools for making backup copies of the database.

The VISO can export the list of Users (along with groups, cards, pins, etc.) to a CSV file. This can be done via the System menu&gt; Export command.

The method of making the entire database copy depends on the type of base used:

- If the database is Microsoft SQL Server Compact 4.0 type (so-called "file database"):
    Go to the directory where the database file with the \*.sdf extension is located (the path to the directory can be viewed after hovering over the Database field in the lower left corner of the VISO window), and then copy this file to another location or to an external storage device. The backup is ready.
- If the database is the Microsoft SQL Server type (so-called "server database"):
    Note: To make a copy of this type of database, use the SQL Server Management Studio tool in the version which matches SQL Server (e.g. 2014).
    The method of making and restoring copies is described in the [**Application note AN017**](https://www.roger.pl/en/support/technical-support/download/application-notes-for-racs-5-system/2422-an017-operation-with-ms-sql-server-database/file).

## Schema

```json
{ "@context": "https://schema.org", "@type": "BreadcrumbList", "itemListElement": [ { "@type": "ListItem", "position": 1, "name": "Start", "item": "https://www.roger.pl/en" }, { "@type": "ListItem", "position": 2, "name": "Support", "item": "https://www.roger.pl/en/support" }, { "@type": "ListItem", "position": 3, "name": "Technical Support", "item": "https://www.roger.pl/en/support/technical-support" }, { "@type": "ListItem", "position": 4, "name": "FAQ - Frequently Asked Questions", "item": "https://www.roger.pl/en/support/technical-support/faq-frequently-asked-questions" }, { "@type": "ListItem", "position": 5, "name": "Access Control", "item": "https://www.roger.pl/en/support/technical-support/faq-frequently-asked-questions/faq-access-control" }, { "@type": "ListItem", "position": 6, "name": "RACS 5 System", "item": "https://www.roger.pl/en/support/technical-support/faq-frequently-asked-questions/faq-access-control/racs-5-system" }, { "@type": "ListItem", "position": 7, "name": "High Level Configuration (VISO)", "item": "https://www.roger.pl/en/support/technical-support/faq-frequently-asked-questions/faq-access-control/racs-5-system/high-level-configuration-viso" }, { "@type": "ListItem", "position": 8, "name": "VISO database backup", "item": "https://www.roger.pl/en/support/technical-support/faq-frequently-asked-questions/faq-access-control/racs-5-system/high-level-configuration-viso/viso-database-backup" } ] }
```
