how to do to backup with rsync the the partition in /var/www/vhosts

Discussion in 'Installation/Configuration' started by GioMBG, Aug 14, 2011.

  1. GioMBG

    GioMBG New Member

    Hi ALL,
    very newbie asking how to do to backup with rsync the partition in /var/www/vhosts on 3th hard disk sdc

    so I have these 3 hard disk:

    Code:
    [root@server dev]# fdisk -l | grep /dev/sda
    Il disco /dev/md0 non contiene una tabella delle partizioni valida
    Il disco /dev/md1 non contiene una tabella delle partizioni valida
    Il disco /dev/md2 non contiene una tabella delle partizioni valida
    Disco /dev/sda: 1500.3 GB, 1500301910016 byte
    /dev/sda1               1         262     2102562   fd  Autorilevamento raid di Linux
    /dev/sda2             263         295      265072+  fd  Autorilevamento raid di Linux
    /dev/sda3             296      182401  1462766445   fd  Autorilevamento raid di Linux
    [root@server dev]# fdisk -l | grep /dev/sdb
    Il disco /dev/md0 non contiene una tabella delle partizioni valida
    Il disco /dev/md1 non contiene una tabella delle partizioni valida
    Il disco /dev/md2 non contiene una tabella delle partizioni valida
    Disco /dev/sdb: 1500.3 GB, 1500301910016 byte
    /dev/sdb1               1         262     2102562   fd  Autorilevamento raid di Linux
    /dev/sdb2             263         295      265072+  fd  Autorilevamento raid di Linux
    /dev/sdb3             296      182401  1462766445   fd  Autorilevamento raid di Linux
    [root@server dev]# fdisk -l | grep /dev/sdc
    Il disco /dev/md0 non contiene una tabella delle partizioni valida
    Il disco /dev/md1 non contiene una tabella delle partizioni valida
    Il disco /dev/md2 non contiene una tabella delle partizioni valida
    Disco /dev/sdc: 1500.3 GB, 1500301910016 byte
    /dev/sdc1               1      182401  1465136001   83  Linux
    first question:
    I don't know way I have these rows in all these 3 cmd fdisk -l | grep /dev/sd...
    I can delete these partitions or I make a problem?
    Code:
    Il disco /dev/md0 non contiene una tabella delle partizioni valida
    Il disco /dev/md1 non contiene una tabella delle partizioni valida
    Il disco /dev/md2 non contiene una tabella delle partizioni valida
    I am 99% sure that my system is in raid1 on /dev/sda and /dev/sdb
    2 question:
    how I can do to be SURE that is like I think?

    3 question:
    what kind of partition You suggest to do (if is to do in sdc) to make the backup of all content of /var/www/vhost in sdc with rsync?

    all suggestion appreciated
    thx
    GioMBG
     

Share This Page