Schedule System Backup
Warning
For performing a backup, there needs to be > 50 % free space on the root
filesystem.
You can check the free space with the df -h
command in the IP Fabric VM’s
shell.
Use backup to protect your IP Fabric data.
There are two types of backup:
- local backup
- remote backup (FTP, SFTP)
Important
Backups are encrypted with the osadmin
user password configured during the
First Boot Wizard. When you lose the osadmin
user password, backups
are also lost!
Automatic Local Backups
Local backup saves database, user and system files locally on a dedicated backup volume. It’s highly recommended placing the backup volume on a different datastore, ideally on a separate physical storage.
Backup Disk
The backup disk is not present by default! Please add a new virtual disk to enable local backups.
To add a new backup drive, follow the instructions in Increase Disk Space - Local Backup Disk.
To schedule automatic local backups, do the following steps:
- Add a dedicated backup volume (if not done yet).
- Log in to the main user interface.
- Go to Settings → System → Backup & Maintenance → Schedule system backup.
- Enable backup.
- Set a backup schedule. See the example for
Every day at 13:25
. - Change the Destination to
Local hard drive
. - Click Save.
Automatic Remote Backups
Remote backup saves database, user and system files remotely using the FTP or SFTP protocol.
Note
This is the recommended type of backup.
Warning
For FTP and SFTP backups, a directory has to be specified . It has to exist on the remote side. If it does not, you will get an error.
For FTP, the directory path has to be specified as a relative path.
For SFTP, the directory path has to be specified as an absolute path.
To set up remote backup, do the following steps:
- Log in to the user interface.
- Go to Settings → System → Backup & Maintenance → Schedule system backup.
- Enable backup.
- Set a backup schedule. See the example for
Every day at 5:15 and 17:15
(for selecting multiple values, holdCtrl
orShift
during the selection). - Change the Destination to
FTP
orSFTP
. - Enter the remote FTP/SFTP Server FQDN or IP address. Make sure that your DNS client is configured and working properly in case of FQDN.
- Enter Username and Password for accessing the FTP/SFTP server.
- Specify the Directory where FTP/SFTP backup should be uploaded.
- Click Save.
- IP Fabric will try to reach the FTP/SFTP server with the configured parameters.
Username and Password character restrictions
Username must match the following /^[a-zA-Z0-9_][a-zA-Z0-9_-]*\$?$/
.
Password must match the following [A-Za-z0-9.,/_@%^:=+ -]*
.
Warning
The FTP/SFTP user needs the read
, write
, list
and delete
permissions.
Note
Since version 4.1.1
, we do not check the validity of SSL certificates
during FTP backups.