URL: https://www.opennet.me/cgi-bin/openforum/vsluhboard.cgi
Форум: vsluhforumID3
Нить номер: 77462
[ Назад ]

Исходное сообщение
"Организация резервного копирования на предприятии при помощи..."

Отправлено opennews , 30-Май-11 13:05 
В статье (http://www.ignix.ru/book/freebsd/daemon/bacula) рассказано про использование ПО Bacula (http://www.bacula.org/) для управления резервным копированием на предприятии в гетерогенной сети. Упомянуты вопросы резервного копирования  Unix, Linux и Windows серверов, описан веб-интерфейс Webacula, процессы копирования и восстановления данных, представлены примеры работы.

URL: http://www.ignix.ru/book/freebsd/daemon/bacula
Новость: http://www.opennet.me/opennews/art.shtml?num=30714


Содержание

Сообщения в этом обсуждении
"Организация резервного копирования на предприятии при помощи..."
Отправлено HFSC , 30-Май-11 13:05 
если тема про энтерпрайз, то лучше бы писали про масштабирование, распараллеливание и бэкап больших баз данных через пайпы бакулы, чем в очередной раз хауту пересказывать

"Организация резервного копирования на предприятии при помощи..."
Отправлено ffirefox , 30-Май-11 15:36 
Как в bacula с поддержкой ACL, Extended Attributes и разнопоматерных линков (Junctions, Symbolic Links, Hard Links) для Windows клиентов?

Реально завязать все компьютеры на одну baculа, или ntbackup все еще нужен?


"Организация резервного копирования на предприятии при помощи..."
Отправлено Raven2000 , 30-Май-11 16:12 
2HFSC
Есть чем поделиться? Предложи лучше.

2ffirefox
Я использую бекап с ntbackup на "старых" серверах просто до бакулы уже был планировщик со снятием слепка ОС ntbackupом и хранением на HDD этого же сервера, но бакулой прохожу по всей системе. На новых серверах работаю уже без ntbackup. Да можно Win серваки привязать к бакуле, но есть тонкости восстановления.

ACL:
aclsupport=yes\no
  The default is no. If this option is set to yes, and you have the POSIX libacl installed on your system, Bacula will backup the file and directory UNIX Access Control Lists (ACL) as defined in IEEE Std 1003.1e draft 17 and "POSIX.1e" (abandoned). This feature is available on UNIX only and depends on the ACL library. Bacula is automatically compiled with ACL support if the libacl library is installed on your system (shown in config.out). While restoring the files Bacula will try to restore the ACLs, if there is no ACL support available on the system, Bacula restores the files and directories but not the ACL information. Please note, if you backup an EXT3 or XFS filesystem with ACLs, then you restore them to a different filesystem (perhaps reiserfs) that does not have ACLs, the ACLs will be ignored.

Links:
Prefix Links=yes\no
  If a Where path prefix is specified for a recovery job, apply it to absolute links as well. The default is No. When set to Yes then while restoring files to an alternate directory, any absolute soft links will also be modified to point to the new alternate directory. Normally this is what is desired - i.e. everything is self consistent. However, if you wish to later move the files to their original locations, all files linked with absolute names will be broken.