Running Scheduled or Immediate Backups
You can schedule a backup to run on specified days or run a backup immediately.
Prerequisites
- Prerequisites for SCP backup
-
- You must set up the SSH key using the CLI command system keycopy. See Configuring Backup.
- Ensure that the rsync, df, and awk utilities are installed on the SCP server. Without these, the backup works but free space on the remote server is not reported.
- The
rsync version on the backup server must be higher or equal to the version running on the appliance. Otherwise the backup process fails. To check the
rsync version, run the following command:
rsync --version
.
- Prerequisites for NFS backup
-
- A NAS or any NFS volume
- By default, the NetApp Snapshot feature is enabled on NetApp systems to copy data from an NFS storage location to the snapshot directory so that you can create restore points for files. You must disable NetApp Snapshot on your NetApp device because it affects some LogLogic LMI components via the mounted snapshot and is not supported in the LogLogic LMI appliance. For instructions about how to disable NetApp Snapshot, see article #000036898 on the TIBCO Support website.
- Prerequisites for SAN backup
- Prerequisites for Amazon S3 backup
Procedure
Result
Backup configuration update completed
For SAN backups, if any of the following messages is displayed, select a different partition and try performing the backup again:
To avoid accidental overwriting by another appliance, the backup process creates an additional folder ll_bkup_<ip-address> using the IP address of the appliance. Depending on the requirements of the backup server file system, the <ip-address> might be either the IP address using decimal points, or a format where colon characters are replaced by other characters. All backup sessions for an appliance are contained in its corresponding backup folder. Examples of folders created on NFS, SCP, or SAN servers:
$ ls -l total 24 drwxr-xr-x 7 root root 4096 Mar 30 11:10 . drwxr-xr-x 3 root root 4096 Mar 27 17:11 .. drwxr-xr-x 14 root root 4096 Mar 27 19:12 ll_bkup_session_1214586678_1238181143 drwxr-xr-x 14 root root 4096 Mar 27 21:27 ll_bkup_session_1238188349_1238189277 drwxr-xr-x 14 root root 4096 Mar 28 11:10 ll_bkup_session_1236038400_1238238608 drwxr-xr-x 14 root root 4096 Mar 29 11:09 ll_bkup_session_1238324400_1238324960 drwxr-xr-x 14 root root 4096 Mar 30 11:10 ll_bkup_session_1238410800_1238411403
Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.