Changes

From SME Server
Jump to navigationJump to search
m
Line 6: Line 6:     
{{#smeversion: smeserver-BackupPC }}
 
{{#smeversion: smeserver-BackupPC }}
{{#smeversion: smeserver-BackupPC4 }}
  −
{{#smeversion: BackupPC }}
  −
{{#smeversion: BackupPC4 }}
      
===Description===
 
===Description===
Line 52: Line 49:       −
Note: releases of Koozali SME Server from version 10 on use XFS as the default filesystem. On version 10 you can use XFS or ext4 on a secondary filesystem as preferred: ext3 is not directly available and also has rather low size limits given disk sizes nowadays.
+
Note: releases of Koozali SME Server from version 10 on use XFS as the default filesystem. On version 10 you can use XFS or ext4 on a secondary filesystem as preferred: ext3 has rather low size limits given disk sizes nowadays.
 +
 
 
  mkfs.ext3 -L BACKUPPC -m 1 /dev/sdb1
 
  mkfs.ext3 -L BACKUPPC -m 1 /dev/sdb1
 
  mkfs.ext4 -L BACKUPPC -m 1 /dev/sdb1
 
  mkfs.ext4 -L BACKUPPC -m 1 /dev/sdb1
 
  mkfs.xfs  -L BACKUPPC /dev/sdb1
 
  mkfs.xfs  -L BACKUPPC /dev/sdb1
   −
( -m 1 sets the percentage of reserved blocks on ext filesystems: XFS autoconfigures itself for RAID volumes.)
+
( -m 1 sets the percentage of reserved blocks on ext filesystems: XFS autoconfigures itself for Linux software RAID volumes.)
    
Now, we need to create the directory:
 
Now, we need to create the directory:
Line 84: Line 82:  
  ln -s /var/lib/BackupPC/etc /etc/BackupPC
 
  ln -s /var/lib/BackupPC/etc /etc/BackupPC
 
  ln -s /var/lib/BackupPC/log /var/log/BackupPC
 
  ln -s /var/lib/BackupPC/log /var/log/BackupPC
 +
{{Warning box|this contrib configuration is part of the core backup since smeserver-backuppc-0.2-10. However the backup includes /etc/BackupPC but NOT the /var/lib/BackupPC content including the backup pool. This is your responsibility to handle this as most user will have this outside of the core hdd and remove and replace to new server is easy.
 +
Also is it yours to handle the redundancy of your backups.}}
    
====RPM Installation====
 
====RPM Installation====
<tabs container><tab name="Backuppc4 For SME 10">
+
<tabs container=""><tab name="Backuppc4 For SME 10">
yum install smeserver-extrarepositories-fws
+
  yum --enablerepo=smecontribs install smeserver-BackupPC
  yum --enablerepo=smecontribs,fws install smeserver-BackupPC
     −
#you will have the following RPM pulled from fws : BackupPC-XS BackupPC4 rsync-bpc
+
You will have all RPMs pulled from CentOS or smecontribs including: BackupPC-XS BackupPC4 rsync-bpc
#all others from CentOS or smecontribs.
     −
*No need to update configuration files following the installation
+
No need to update configuration files following the installation
    
Go to your server-manager.
 
Go to your server-manager.
3,054

edits

Navigation menu