I'm out of space on my backup volume as well. I changed the config file to hold less fulls and less incrementals but it won't clean what are my options. This reply below seems to state it won't clean up files until it can do another backup which it can't because the drive is full. -----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, November 30, 2006 12:21 AM To: backuppc-users@lists.sourceforge.net Subject: BackupPC-users Digest, Vol 7, Issue 58 Send BackupPC-users mailing list submissions to backuppc-users@lists.sourceforge.net To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/backuppc-users or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach the person managing the list at [EMAIL PROTECTED] When replying, please edit your Subject line so it is more specific than "Re: Contents of BackupPC-users digest..." Today's Topics: 1. lang=C for tar does not seem to work (Torsten Sadowski) 2. Re: Out of space on the backup volume. (Craig Barratt) 3. merging two servers (Klaas Vantournhout) 4. Re: Rsyncd (Byron Trimble) 5. NT_STATUS_BAD_NETWORK_NAME (Jean-Michel Beuken) 6. Re: NT_STATUS_BAD_NETWORK_NAME (Craig Barratt) 7. Upgrade to 3.0.0beta2 (Jason Hughes) 8. Re: Rsyncd (Les Mikesell) 9. Using mod_auth_pam (Alex Schaft) 10. Re: Using mod_auth_pam (Craig Barratt) ---------------------------------------------------------------------- Message: 1 Date: Wed, 29 Nov 2006 18:44:06 +0100 From: Torsten Sadowski <[EMAIL PROTECTED]> Subject: [BackupPC-users] lang=C for tar does not seem to work To: backuppc-users@lists.sourceforge.net Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="us-ascii" Hi, I ran into exactly the same problem today (quite suddenly, it worked before). I put the LANG=C before sudo and for me it worked: $Conf{TarClientCmd} = '$sshPath -l backuppc tmac LANG=C /usr/bin/sudo ./GetTar -v -f - -C ' Cheers, Torsten ------------------------------ Message: 2 Date: Wed, 29 Nov 2006 09:46:05 -0800 From: Craig Barratt <[EMAIL PROTECTED]> Subject: Re: [BackupPC-users] Out of space on the backup volume. To: Daniel Nowacki <[EMAIL PROTECTED]> Cc: backuppc-users@lists.sourceforge.net Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="US-ASCII" Daniel writes: > > This is correct. Your configuration asks for at least one full > > and at least 6 incrementals. It looks like this machine isn't > > regularly on the network. The oldest incremental is quite old > > (10/30) and the 10/24 full has to be kept for this incremental. > > That full won't be deleted until another incremental occurs > > (allowing the 10/30 incremental to be deleted). > > > > In fact, the next time this machine is backed up, another full will > > be done, not an incremental, since the oldest full is more than 7 > > days old. At this point, if you want fewer fulls you should either > > reduce the number of old incrementals (see: $Conf{IncrKeepCntMin} > > and $Conf{IncrAgeMax}), or reduce the total number of incrementals > > (see $Conf{IncrKeepCnt}). > > > > The basic point is that the number of incrementals (and their timing) > > affects the number of fulls that needs to be kept. However, the > > additional storage for each full is more modest than you might > > expect beacuse of pooling. > > The thing is... that the nightly cleanups do not happen. And thus, we > get this in log files: My guess is that nothing is getting deleted from the pool since no further backups have been deleted. Craig ------------------------------ Message: 3 Date: Wed, 29 Nov 2006 19:00:44 +0100 From: Klaas Vantournhout <[EMAIL PROTECTED]> Subject: [BackupPC-users] merging two servers To: backuppc-users@lists.sourceforge.net Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1 Hi, In our department, we might combine several backup servers to one big one. The question is of course, how do you start with that. Can you just copy all the stuff? Thanks klaas -- "Several billion trillion tons of superhot exploding hydrogen nuclei rose slowly above the horizon and managed to look small, cold and slightly damp." Douglas Adams - The Hitch Hickers Guide to the Galaxy ------------------------------ Message: 4 Date: Wed, 29 Nov 2006 15:48:58 -0500 From: Byron Trimble <[EMAIL PROTECTED]> Subject: Re: [BackupPC-users] Rsyncd To: 'Les Mikesell' <[EMAIL PROTECTED]> Cc: "Backuppc-Users \(E-mail\)" <backuppc-users@lists.sourceforge.net> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="iso-8859-1" When I ran rsync target_host::, this is the message that I reeived: @ERROR: auth failed on module MSSQL rsync error: error starting client-server protocol (code 5) at main.c(1296) [receiver=2.6.8] Any advice on what this error means? Thanks, -----Original Message----- From: Les Mikesell [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 28, 2006 5:13 PM To: Byron Trimble Cc: Backuppc-Users (E-mail) Subject: Re: [BackupPC-users] Rsyncd On Tue, 2006-11-28 at 16:57 -0500, Byron Trimble wrote: > One question. I have BackupPC running on a Linux server. I'm trying to > backup a Win2k server. Should I have the rsync daemon running on the Linux > or Win2k server? The rsync daemon would run on the win2k box. Backuppc has a version of rsync embedded, but you can test the setup with the linux command line rsync like: rsync target_host:: The double-colons indicate that the remote is running in standalone daemon mode and omitting a destination makes it give a listing. After you see the module name list you can: rsync target_host::module/ for a directory listing. If those aren't working, you have a problem on the windows side. -- Les Mikesell [EMAIL PROTECTED] ------------------------------ Message: 5 Date: Wed, 29 Nov 2006 23:10:17 +0100 From: Jean-Michel Beuken <[EMAIL PROTECTED]> Subject: [BackupPC-users] NT_STATUS_BAD_NETWORK_NAME To: backuppc-users@lists.sourceforge.net Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Hello, I have a common config for all PC and particularly, for ShareName $Conf{SmbShareName} = ['SYSTEM$','DATA$','USERS$','E$']; when the share doesn't exist on a client, the remainder of backup fails : 2006-11-29 21:53:44 full backup started for share SYSTEM$ 2006-11-29 22:15:31 full backup started for share DATA$ 2006-11-29 22:15:33 Got fatal error during xfer (tree connect failed: NT_STATUS_BAD_NETWORK_NAME) 2006-11-29 22:15:38 Backup aborted (tree connect failed: NT_STATUS_BAD_NETWORK_NAME) 2006-11-29 22:15:39 Saved partial dump 0 nevertheless I put this : $Conf{BackupZeroFilesIsFatal} = '0'; the backup fails... is there a parameter or a method to carry on the backup nevertheless a 'NT_STATUS_BAD_NETWORK_NAME' error ? regards jmb ------------------------------------------------------------------- Dr Ir Jean-Michel Beuken | University of Louvain-La-Neuve Computer Scientist | CISM, Bat P. Curie UCL PowerComputing Manager | 1, Rue du Compas | 1348 Louvain-La-Neuve | BELGIUM ------------------------------------------------------------------- Tel : +32 10473570 Fax : +32 10473452 HTTP://www.mapr.ucl.ac.be/~beuken ------------------------------------------------------------------- ------------------------------ Message: 6 Date: Wed, 29 Nov 2006 16:37:44 -0800 From: Craig Barratt <[EMAIL PROTECTED]> Subject: Re: [BackupPC-users] NT_STATUS_BAD_NETWORK_NAME To: Jean-Michel Beuken <[EMAIL PROTECTED]> Cc: backuppc-users@lists.sourceforge.net Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="US-ASCII" Jean-Michel Beuken writes: > I have a common config for all PC and particularly, for ShareName > > $Conf{SmbShareName} = ['SYSTEM$','DATA$','USERS$','E$']; > > when the share doesn't exist on a client, the remainder of backup fails : > > 2006-11-29 21:53:44 full backup started for share SYSTEM$ > 2006-11-29 22:15:31 full backup started for share DATA$ > 2006-11-29 22:15:33 Got fatal error during xfer (tree connect failed: NT_STATUS_BAD_NETWORK_NAME) > 2006-11-29 22:15:38 Backup aborted (tree connect failed: NT_STATUS_BAD_NETWORK_NAME) > 2006-11-29 22:15:39 Saved partial dump 0 > > nevertheless I put this : > > $Conf{BackupZeroFilesIsFatal} = '0'; > > the backup fails... > > is there a parameter or a method to carry on the backup nevertheless a 'NT_STATUS_BAD_NETWORK_NAME' > error ? No. If you ask for a share to be backed up, it is considered a fatal error if you can't connect to that share. $Conf{BackupZeroFilesIsFatal} only determines what happens with an otherwise successful backup that has no files. That defaults to on, since it usually means there is some underlying problem (permissions, failed mount etc). Craig ------------------------------ Message: 7 Date: Wed, 29 Nov 2006 19:24:58 -0600 From: Jason Hughes <[EMAIL PROTECTED]> Subject: [BackupPC-users] Upgrade to 3.0.0beta2 To: backuppc-users@lists.sourceforge.net Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Since I finally got 2.1.2pl2 working, I decided to upgrade to 3.0.0beta2 (a glutton for punishment, I am). Everything went swimmingly until I tried to look at any logs or view the config files either for clients or the general system, via the CGI interface. Here's what I get from the web server when looking at the LOG file: Global symbol "$LogDir" requires explicit package name at /home/backuppc/lib/BackupPC/CGI/View.pm line 99. Compilation failed in require at /var/www/cgi-bin/BackupPC_Admin line 107. Here's what I get when trying to view a client's config file: Undefined subroutine &BackupPC::CGI::View::action called at /var/www/cgi-bin/BackupPC_Admin line 109. I traced through the logic and it looks like it should work, at least requiring the View.pm package. I checked the path and dates of all the files, and they were definitely installed a few hours ago. Any ideas? Thanks, JH ------------------------------ Message: 8 Date: Wed, 29 Nov 2006 22:44:53 -0600 From: Les Mikesell <[EMAIL PROTECTED]> Subject: Re: [BackupPC-users] Rsyncd To: Byron Trimble <[EMAIL PROTECTED]> Cc: "Backuppc-Users \(E-mail\)" <backuppc-users@lists.sourceforge.net> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain On Wed, 2006-11-29 at 14:48, Byron Trimble wrote: > When I ran rsync target_host::, this is the message that I reeived: > > @ERROR: auth failed on module MSSQL > rsync error: error starting client-server protocol (code 5) at main.c(1296) > [receiver=2.6.8] > > Any advice on what this error means? It may just mean you didn't supply the right password. Try a backup run and look at the log. -- Les Mikesell [EMAIL PROTECTED] ------------------------------ Message: 9 Date: Thu, 30 Nov 2006 08:47:02 +0200 From: Alex Schaft <[EMAIL PROTECTED]> Subject: [BackupPC-users] Using mod_auth_pam To: backuppc-users@lists.sourceforge.net Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Hi, I've successfully configured mod_auth_pam, and can now log on using domain user name and password. I have also put user names in the host file as domain\user. The only problem I still have is that when I set $Conf{CgiAdminUsers} to domain\user, the admin interface does not come up. What other format can I try? Alex ------------------------------ Message: 10 Date: Thu, 30 Nov 2006 00:20:18 -0800 From: Craig Barratt <[EMAIL PROTECTED]> Subject: Re: [BackupPC-users] Using mod_auth_pam To: Alex Schaft <[EMAIL PROTECTED]> Cc: backuppc-users@lists.sourceforge.net Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="US-ASCII" Alex writes: > I've successfully configured mod_auth_pam, and can now log on using > domain user name and password. I have also put user names in the host > file as domain\user. The only problem I still have is that when I set > $Conf{CgiAdminUsers} to domain\user, the admin interface does not come up. > > What other format can I try? You need to confirm how apache passes such a user name via the REMOTE_USER environment variable. Use the printenv script included in apache's cgi-bin to see. Second, do you use single or double-quotes in defining $Conf{CgiAdminUsers}? With an embedded backslash you will need to use single quotes. Craig ------------------------------ ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ------------------------------ _______________________________________________ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/backuppc-users End of BackupPC-users Digest, Vol 7, Issue 58 ********************************************* ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/backuppc-users http://backuppc.sourceforge.net/