Line 52:
Line 52:
=== Installation ===
=== Installation ===
−
+
==== Pre-Installation ====
*Mount a volume on /var/lib/BackupPC
*Mount a volume on /var/lib/BackupPC
Line 85:
Line 85:
ln -s /var/lib/BackupPC/log /var/log/BackupPC
ln -s /var/lib/BackupPC/log /var/log/BackupPC
−
*configure needed repositories (needed on SME 8.X)
+
==== RPM Installation ====
+
<tabs container><tab name="For SME 10">
+
WIP ....
+
yum install smeserver-extrarepositories-fws smeserver-extrarepositories-epel
+
yum --enablerepo=smecontribs,epel,fws install smeserver-BackupPC
+
*updates configuration files following the installation
+
signal-event backuppc-update
−
====install the rpms (SME 7.X)====
+
</tab><tab name="For SME 9">
−
You need to configure the EPEL directory as explained on this page: [[Epel]] and the sme7contribs as explained here due to SME7 now at EOL: [[SME8.0_Contribs_QA#Setup]]
+
yum --enablerepo=smecontribs install smeserver-BackupPC
−
yum --enablerepo=sme7contribs install smeserver-BackupPC
+
+
*updates configuration files following the installation
signal-event backuppc-update
signal-event backuppc-update
−
====install the rpms (SME 8.X)====
+
</tab><tab name="For SME 8">
yum --enablerepo=smecontribs install smeserver-BackupPC
yum --enablerepo=smecontribs install smeserver-BackupPC
*remove -N option for Samba >=3.5 from /etc/BackupPC/config.pl ( 3 lines) for SME8
*remove -N option for Samba >=3.5 from /etc/BackupPC/config.pl ( 3 lines) for SME8
Line 104:
Line 111:
signal-event backuppc-update
signal-event backuppc-update
−
====install the rpms (SME 9.X)====
+
</tab><tab name="For SME 7">
−
yum --enablerepo=smecontribs install smeserver-BackupPC
+
You need to configure the EPEL directory as explained on this page: [[Epel]] and the sme7contribs as explained here due to SME7 now at EOL: [[SME8.0_Contribs_QA#Setup]]
−
+
yum --enablerepo=sme7contribs install smeserver-BackupPC
−
*updates configuration files following the installation
signal-event backuppc-update
signal-event backuppc-update
−
====install the rpms (SME 10.X)====
+
</tab></tabs>
−
yum --enablerepo=smecontribs,epel,fws install smeserver-BackupPC
−
−
*updates configuration files following the installation
−
signal-event backuppc-update