Skip to content

rsnapshot auf CentOS (Citrix XenServer) installieren

Zuerst installieren wir dazu alle benötigten Pakete aus dem Base Repository.

[root@earth]# yum --enablerepo=base install system-switch-mail postfix mailx rsnapshot perl-Lchown

Nun konfigurieren wir postfix analog zu einem anderen Server und starten anschließend postfix mit folgendem Kommando.

[root@earth]# cd /etc/postfix
[root@earth postfix]# vi main.cf
[root@earth postfix]# postfix start

Nun führen wir zum Schluß noch das Program system-switch-mail aus, mit dem wir Postfix als neuen MTA für CentOS festlegen.

[root@earth]# system-switch-mail