Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
This article provides general information about data protection planning.
psql dbname < dumpfile.sqlIn this article you will learn how to configure image-level backup using Xopero ONE Management Service.
This article describes how to prepare a Linux operating system for backing up an Oracle database environment.
echo 'connect target /; quit' | rmanecho 'SELECT INSTANCE_NAME FROM V$INSTANCE;' | sqlplus / as sysdba
export ORACLE_SID=<database_ID>export ORACLE_HOME=database_directoryexport PATH=$ORACLE_HOME/bin:$PATHecho 'connect target /; quit' | rmanecho 'SELECT INSTANCE_NAME FROM V$INSTANCE;' | sqlplus / as sysdbaThis article describes how to change the Oracle database mode.
sqlplus / as sysdbaSELECT LOG_MODE FROM v$database;SHUTDOWN IMMEDIATE;
STARTUP MOUNT;
ALTER DATABASE ARCHIVELOG;
ALTER DATABASE OPEN;
QUIT;SELECT LOG_MODE FROM v$database;This article explains how to restore an Oracle database from a backup.
/opt/XoperoONEBackupAgent/Xopero.Device.App --oracle-restore database_ID backupuser /home/backupuser/oracle/oracle_database_dump/opt/XoperoONEBackupAgent/Xopero.Device.App --oracle-restore database_ID backupuser /home/backupuser/oracle/oracle_database_dump true









output_dir — the directory where the database dump will be created; this is also the folder that Xopero ONE will back up.








database output_dir "pg_dump_dir" port_number














database output_dir mysqldump_dir portdatabase output_dir port


This article describes how to configure the Oracle database environment in Xopero ONE.
This article explains how to configure the Microsoft SQL database environment using Xopero ONE.

mysql -h SERVER_ADDRESS -u USER -pUSE DATABASE_NAMECREATE DATABASE DATABASE_NAMESOURCE PATH_TO_FILEsudo useradd dbusersudo usermod -a -G dba dbuser--all C:\MySQLBackup\ "C:\Program Files\MySQL\MySQL Server 8.0\bin"database1 database2 C:\MySQLBackup\ "C:\Program Files\MySQL\MySQL Server 8.0\bin"










database_user















ORACLE_SID;dbuser;temp_directorycopy_type server_name "output_dir" database1 database2 ... databaseNfull_diff WINSRV-2019\SQLEXPRESS "C:\MsSQLDumps" database1 database2



































