Forum Discussion

CHONG_WU's avatar
CHONG_WU
Level 5
11 years ago

ssr 2013 linux version's fully backup

What's the operation of ssr 2013 fully backup linux system? For example , backup a server of  rhel 6.1,  symsr -b  device or volume name, but only use a device or volume name, how to run the mutilple devie/volume name at a time?

2 Replies

  • Create a job schedule

    You can also specify a backup source of multiple separated by a comma (,)

    [root@co65 ~]# symsr -createjob
    Warning: Application license will expire on Mon May 19 16:58:27 2014.
     
    SELECT SOURCE
    Specify the devices that need to be backed up :/dev/sda1,/dev/mapper/vg_co65-lv_root,/dev/mapper/vg_co65-lv_home
     
    SELECT DESTINATION
    Specify the path where you want to store the recovery points :/backup/bk_test/
     
    Create a computer specific folder in the destination path [y/n] [n]: y
     
    SELECT RECOVERY POINT TYPE
    [1]Recovery point set: Creates a base recovery point and subsequent incremental recovery points.
    [2]Independent backup: Creates a complete standalone backup.
    Select the recovery point type [1/2] [1]: 2
     
    SELECT COMPRESSION LEVEL
    Use [1] Standard, [2] Medium, [3] High, [4] No compression for the recovery points.
    Select compression level [1/2/3/4] [1]: 1
     
    SELECT ENCRYPTION TYPE
    Encrypt recovery point data using password to add another level of protection to your recovery points.
    [1] No password and no encryption
    [2] Password protected without any encryption.
    [3] Standard 128-bit (8+ character password).
    [4] Medium 192-bit (16+ character password).
    [5] High 256-bit (32+ character password).
    Select encryption type [1/2/3/4/5] [1]: 1
     
    SPECIFY INDEPENDENT RECOVERY POINT SCHEDULE
    Create a schedule to run independent backup at regular intervals.
    [1] Weekly, [2] Monthly, [3] Quarterly, [4] Yearly, [5] Run only once.
    Enter schedule choice. [1/2/3/4/5] [1]: 1
     
    Recur every week on [SUNDAY,MONDAY...] or [1,2,...7] [SUNDAY]: 7
     
    Specify backup start time [HH:MM] [17:30] :17:30
     
    Verify recovery point after creation (this will increase the backup time) [y/n] [n]: n
     
    You have selected the following options
     
    SOURCE DEVICE NAMES
            /dev/sda1
            /dev/dm-0
            /dev/dm-2
     
    DESTINATION FOLDER
            /backup/bk_test/
     
    RECOVERY POINT TYPE
            Independent Backup
     
    BACKUP SCHEDULE
            At 17:30 every Saturday
            Next Run on 22-Mar-2014
     
    COMPRESSION LEVEL
            Standard Compression
     
    ENCRYPTION TYPE AND PASSWORD
            No Password
     
    Save Job [y/n] [y]:y
     
    Provide Job Name : full_backup
     
    Job information saved.