Bonjour,
j’ai un pc qui fait office de serveur de sauvegardes backuppc, c’est mon 1er serveur de sauvegardes.
le service backuppc tourne actuellement mais je sais pas trop comment la tache la cours va se terminée.
cpu:
processor : 1
vendor_id : GenuineIntel
cpu family : 15
model : 2
model name : Intel(R) Pentium(R) 4 CPU 2.60GHz
free -m
total used free shared buffers cached
Mem: 992 908 83 0 13 776
-/+ buffers/cache: 118 873
Swap: 2091 19 2072
stockage de backuppc
/dev/md0 xfs 1,9T 466G 1,4T 25% /mnt/raid1
voila en gros j’ai 1.9To pour stocker des sauvegardes.
j’ai 3 client au total.
mon plus gros client a 927G de données a sauver.
est ce que l’espace de stockage va supporter des sauvegardes incrémentiel et total dans le temps avec un client aussi gros ?
backuppc est il adapté a ce genre de gros client ?
2012-07-13 16:31:55 full backup started for directory /var/lib/tftpboot (baseline backup #8)
2012-07-13 16:54:35 full backup started for directory /home/toto/partage (baseline backup #8)
2012-07-13 16:55:45 full backup started for directory /mnt/backup/Images_Ghost (baseline backup #8)
2012-07-14 12:55:51 Aborting backup up after signal ALRM
2012-07-14 12:55:52 Got fatal error during xfer (aborted by signal=ALRM)
2012-07-14 12:55:52 Saved partial dump 9
2012-07-14 12:55:54 incr backup started back to 2012-07-13 11:50:20 (backup #8) for directory /var/lib/tftpboot
2012-07-14 12:57:21 incr backup started back to 2012-07-13 11:50:20 (backup #8) for directory /home/toto/partage
2012-07-14 12:57:28 incr backup started back to 2012-07-13 11:50:20 (backup #8) for directory /mnt/backup/Images_Ghost
2012-07-15 08:57:34 Aborting backup up after signal ALRM
2012-07-15 08:57:35 Got fatal error during xfer (aborted by signal=ALRM)
2012-07-15 08:57:36 incr backup started back to 2012-07-13 11:50:20 (backup #8) for directory /var/lib/tftpboot
2012-07-15 08:59:06 incr backup started back to 2012-07-13 11:50:20 (backup #8) for directory /home/toto/partage
2012-07-15 08:59:12 incr backup started back to 2012-07-13 11:50:20 (backup #8) for directory /mnt/backup/Images_Ghost
2012-07-16 04:59:17 Aborting backup up after signal ALRM
2012-07-16 04:59:18 Got fatal error during xfer (aborted by signal=ALRM)
2012-07-16 04:59:19 incr backup started back to 2012-07-13 11:50:20 (backup #8) for directory /var/lib/tftpboot
2012-07-16 05:00:55 incr backup started back to 2012-07-13 11:50:20 (backup #8) for directory /home/toto/partage
2012-07-16 05:01:01 incr backup started back to 2012-07-13 11:50:20 (backup #8) for directory /mnt/backup/Images_Ghost
suite a cette erreur:
2012-07-16 04:59:17 Aborting backup up after signal ALRM
2012-07-16 04:59:18 Got fatal error during xfer (aborted by signal=ALRM)
j’ai basculé
$Conf{ClientTimeout} = 72000;
a
$Conf{ClientTimeout} = 216000;
en espérant avoir trouvé la source du probleme.