The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
88 views

Backup Server using Greyhole and BackupPC

I'm setting up an Ubuntu box to backup one of our servers using BackupPC. I've got 2x 2tb hard drives and I've set up Greyhole to duplicate the data from the samba share /mnt/samba/backups across both ...
2
votes
0answers
82 views

Monitoring of disk usage over time - check for large variations

I'm looking for a tool that would monitor disk usage over time. What I'm looking for is folders or files that grow unexpectedly over a short period of time. I use du , ncdu, baobab (when X is ...
0
votes
0answers
100 views

How can I restrict the backuppc client user as much as possible? (rsync)

I have backuppc making full backups of servers, but I'd like to be sure that my set up is as paranoid as possible. BackupPC is set up to backup via rsync, and it is set up to use a specific user on ...
0
votes
0answers
40 views

Adding new hosts to backuppc

I have installed Backuppc via rpm and I have configured the one node for backup. I am able to take a backup for the same with mentioned directory in config.pl file. But now I want to add another ...
2
votes
4answers
580 views

Optimizing RAID 5 for BackupPC use (small random reads)

I am running a BackupPC server with a hardware RAID 5 for the main storage of the backups. Since the machine was created on a tiny budget, the controller is a 3Ware 9500S-4LP for the PCI port and the ...
3
votes
2answers
555 views

BackupPC - transfer fails intermittently

BackupPC works good on my LAN but has problems backing-up a remote server of mine. I'm using rsync over ssh and have increased max ping to 500 because the remote server is far away. Here is my error ...
3
votes
2answers
3k views

smbclient NT_STATUS_ACCESS_DENIED on directories when Windows doesn't

I'm setting up BackupPC on a server and it uses smbclient to backup Windows 7 workstations. smbclient logs in correctly to \\TESTHOST\C$ as TESTDOMAIN\backupoperator (Which is also a domain admin and ...
2
votes
1answer
488 views

BackupPc fails with SIGPIPE

I run BackupPc on a Debian Squeeze server. It backups other Debian Squeeze machines on my LAN succesfully. I've setup it to backup another Debian Squeeze machine on Wan, but the backup always fails ...
1
vote
1answer
283 views

Backup HFS+ filesystem to linux server

I am the sysadmin for a small company with 3 Xserves running OSX 10.6.8 containing mission critical data that need to be backed up in an automated fashion. To accomplish this, we are going to deploy ...
1
vote
2answers
549 views

backuppc exclude syntax (SMB)

I am trying to do a full backup of a Windows Server 2008 R2 machine using backup PC (via SMB). My server is running Scientific Linux 6.1, with Backup PC 3.2.1. I have changed the local security ...
1
vote
1answer
224 views

Setting backup-permissions for C:\Users

I'm trying to properly setup a share for BackupPC to backup my user's profiles. BackupPC uses a special user backup to connect to each PC and backup the profiles from there. I've create a separate ...
0
votes
2answers
2k views

Bacula vs. BackupPC [closed]

I have been googling about the differences between them. Bacula has lots of roles BackupPC is easier to configure Bacula works with agent, not rsync (great for Windows backups) It seems that ...
0
votes
1answer
271 views

BackupPC back-up has not been finished in 12 hours(!)

I installed BackupPC toda on a server and set it to do a back-up 12 hours ago... while it's been backing up since, it seems very very slow and it's not completed yet. It's just backing up a testserver ...
2
votes
3answers
591 views

What filesystem should I use for backuppc on CentOS/Debian and lots and lots (200k) of small hardcopied files?

The reason I ask is that I use rsnapshot for backups with a /backups separate raid1 ext3 back-up disk. Unfortunately removing back-ups (happens every 4 hours) takes up to a full hour! rm -rf ...
0
votes
2answers
267 views

Backuppc use smb

on linux server I use BackupPC and I want to do copys for windows clients. What lexic I should use? i now are using and work good: *.pl $Conf{BackupFilesOnly} = { 'C$' => [ '/Testas' ] ...
0
votes
1answer
544 views

cygwin ssh stops after adding user

I'm trying to set up a backuppc client using ssh+rsync via cygwin on Win 7. SSH was working fine. I added the backuppc user then used mkpasswd to add the user to /etc/passwd. Now ssh fails with: ...
1
vote
2answers
1k views

BackupPC - why does it use rsync --sender --server …?

I'm in the process of experimenting with BackupPC on a CentOS 5.5 server. I have everything pretty much setup with default values. I tried setting up a basic backup for a host's /www directory. The ...
2
votes
3answers
962 views

backuppc - how to backup remote (over the internet) clients?

I am testing out backuppc, which works great so far backing up windows clients on a LAN via SMB (no backup client/agent required). However I have quite a few laptops and desktops that are in various ...
2
votes
1answer
651 views

BackupPC - are full backups really full when using rsync?

When you run a full backup in backuppc and you use rsync as the transfer method, does it actually transfer the full backup source? Or does it only transfer the changes? The docs seem to imply that it ...
0
votes
1answer
246 views

BackupPC incremental backup problem

Hi I have BackupPC application in CentOS 5.. clients are windows and RHEL machines.. I could take the Fullbackup for the client mahines ..But I can't take the increental backup.. When I took the ...
0
votes
2answers
377 views

Restorable-from-scratch Backup of Windows XP onto backuppc

How can I take reverse-incremental backups into backuppc of Windows XP machines? These need to include state information, open files, etc a la VSS (the disk access method, not Source Safe) / shadow ...
8
votes
3answers
11k views

Amanda, Bacula, BackupPC Which has a reliable windows client?

I wish to setup an automated backup system for three Windows XP machines in the same building to a Linux server out on the WAN. I visit each machine every few months and make a disk image for a bare ...