Koozali.org: home of the SME Server
Obsolete Releases => SME 7.x Contribs => Topic started by: meelis on November 07, 2007, 12:34:53 PM
-
How to use backupPc, save backup files to network share (change topdir, I made change config.pl but not work)?
-
You cannot save the data on a samba network share. The FS where backuppc stores everything must support hardlink. The only one I know which support this feature is NFS (there may be some others). If you want your backups to be stored on a NFS share, you should mount your NFS share on /opt/backuppc before installing backuppc.
-
ok, but how, can't find eny cood topic for this
-
Before installing BackupPC's contrib:
mkdir -p /opt/backuppc
mount -t nfs //server/share /opt/backuppc (man mount for all the options)
Then, install backuppc, check everything is ok. Once this is done, add an entry in /etc/fstab so the share will be automatically mounted each time the server boots.
-
mount -t nfs //192.168.2.248/pcbackup /opt/backuppc
Give this error: mount: directory to mount not in host:dir format
-
mount -t smbfs //192.168.2.248/backuppc /opt/backuppc
Ask password(only), but eny password not works, share backuppc access read&write everyone
-
As I said in the previous post, a samba share (smbfs) cannot work because it doesn't support hardlinks
-
If i add exterenal (usb) disk to server, then i can mnt backup files?
-
Yes, you can use an external USB hard drive to store the backups. Here's a how-to (in french):
http://smeserver.fr/astuces.php?astuce=fs_add_hd
-
I tried this: Configure SME to use USB External drive for Backuppc at http://www.sonoracomm.com/index.php?option=com_content&task=view&id=209&Itemid=32 (http://www.sonoracomm.com/index.php?option=com_content&task=view&id=209&Itemid=32)
After installing USB Drive Manager I formatted and labelled /dev/sda1 running this:
mkfs.ext3 -L MyLabel /dev/sda1
I mounted /opt/backuppc on /dev/sda1:
(http://www.freewebtown.com/smeserver/images/backuppc111.jpg)
configuring this:
(http://www.freewebtown.com/smeserver/images/backuppc113.jpg)
- All I get is this :sad:
(http://www.freewebtown.com/smeserver/images/backuppc112.jpg)
Why this?
Is it necessary to run
signal-event post-upgrade; signal-event reboot
after installing these contribs? - I simply don't wanted to restart because of the delay SME use to mount USB-Drive before BackupPC starts...
Anyone an idea? Thx for help!