Re: [BackupPC-users] NAS / SAN and other storage devices

2009-03-18 Thread Jack Coats
If you are usig a SAN or NAS, it should look like 'just another disk' to your BackupPC server. So, yes, you can use them. The problem Ihave found is needing the backuppc backup storage to appear as a single file system. I guess you could use software striping across just about any kind of disk ima

Re: [BackupPC-users] Server reboots nightly

2009-02-06 Thread Jack Coats
check any log files you find in /var/log too! messages is a good one to start with, but depending on the exact configuration, you might find other log files there too. Chris Robertson wrote: > Chris Baker wrote: > >> Which logs should I check? >> > > /var/log/messages > > >> And what

Re: [BackupPC-users] Junctions on WinXP

2008-11-26 Thread Jack Coats
It has the same issue with UNIX mount points. Such is the nature of rsync. I have managed to avoid Vista sofar, but I guess I may need to build a system sometime. Jeffrey J. Kosowsky wrote: > Does BackupPC know how to treat NTFS junction points. > They are analogous to *nix symbolic links but o

Re: [BackupPC-users] BackupPC Working Well - Except Archiving

2008-11-17 Thread Jack Coats
Yes, the ubuntu install is different from the 'source' install, so the documentation doesn't fit exactly. After trying the Ubuntu package, I had to totally remove it and install from the sourceforge files (not .deb either) The install went nicely, even though it isn't the 'ubuntu way', it worked

Re: [BackupPC-users] Different TopDir for different clients.

2008-11-15 Thread Jack Coats
I don't know what happened to it, but at one time there was development being done on a 'distributed file system', where the data was 'raided' across many systems, so if some of the systems 'went away' the data was still there and updated. And when they came back, it was automatically put back

Re: [BackupPC-users] Different TopDir for different clients.

2008-11-14 Thread Jack Coats
Oz, Try multiple implementations of BackupPC server! Even one 'big backup server' and several 'virtual servers' to handle special needs. For most clients, I agree, multiple schedules are not needed, but I too have come into that kind of issue (a directory has lots of changes, so we needed to b

[BackupPC-users] Removing a client backups?

2007-10-15 Thread Jack Coats
What is the right way to remove a client computer and its backups? Is there a clean way without letting them 'age off'? - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Sto

Re: [BackupPC-users] wiki and forums

2007-10-11 Thread Jack Coats
I think only registered users can edit anyway, if I remember right. So there is some 'social protection from vandalism. Yes, keeping it all in one place would be great! On Thu, 2007-10-11 at 13:23 -0700, Craig Barratt wrote: > Nils writes: > > > > http://www.wiki.sourceforge.net/ > > > > > >

Re: [BackupPC-users] BackupPC: Antivirus suggestion.

2007-10-09 Thread Jack Coats
I think it would be great to have using ClamAV or AVG as an OPTION on scanning files coming in from clients. If they are found in need, then need to be quarantined (and admin alarmed at the end of the backup period once a day) with the normal information kept that the AV software already does plus

Re: [BackupPC-users] Status information stuck in the past

2007-10-04 Thread Jack Coats
Where I worked one time, to make sure the clients machines were on at night, we asked the workers to REBOOT, not SHUTDOWN their machine when they leave. That way the M$ machines got fresh reboots regularly (in a kind manner) and the nightly network tasks could do their thing (virus scans, update p

Re: [BackupPC-users] backuppc problem about storage

2007-10-04 Thread Jack Coats
This is how I moved backuppc home directory on my ubuntu 2.x system, as root: /etc/init.d/backuppc stop mkdir /backup/backuppc chown backuppc.backuppc /backup/backuppc cd /var/lib/backuppc;tar cf - . | (cd /opt/backuppc;tar xvf - ) cd .. mv /var/lib/backuppc /var/lib/backuppc.save ln -s /var/lib/ba

[BackupPC-users] Migration? 2.x to 3.x

2007-10-03 Thread Jack Coats
I have a 2.x install I am using that came in via apt to our ubuntu backup server. I would like to go to 3.x. Is there some migration information I have missed? Or does it need to be a 'wipe and start over' situation? TIA, Jack --

Re: [BackupPC-users] New Hardware [war Troubleshooting a slow backup]

2007-10-03 Thread Jack Coats
>From when I used to be pre-sales and tech support for a VAR that sold different backup solutions: Run your numbers before you decide on hardware. It is all about bandwidth. There is bandwidth you need to consider everywhere. 1. client read speed during the backup session (what else is going on

Re: [BackupPC-users] multiple IP for the same host

2007-10-01 Thread Jack Coats
If you have your own (versus an appliance) DHCP server, you could code the DHCP to resolve both of the same ether addresses to a single IP address. Just make sure to NOT use BOTH at the same time on your laptop. (unless you figure out how to do the old 'shotgun' or bonding kind of network things t

Re: [BackupPC-users] multiple IP for the same host

2007-09-28 Thread Jack Coats
detected by your backuppc server. Other folks, please speak up in case I am spouting information 'from where I do not know' :) On Fri, 2007-09-28 at 19:15 +0200, Sébastien Barthélemy wrote: > Le vendredi 28 septembre 2007 à 09:55 -0500, Jack Coats a écrit : > > yes, expounded

Re: [BackupPC-users] multiple IP for the same host

2007-09-28 Thread Jack Coats
from the server using nmblookup. (I forget the full syntax right now, sorry) On Fri, 2007-09-28 at 11:30 +0200, Sébastien Barthélemy wrote: > Le jeudi 27 septembre 2007 à 09:54 -0500, Jack Coats a écrit : > On Thu, 2007-09-27 at 16:41 +0200, Sébastien Barthélemy wrote: > >

Re: [BackupPC-users] multiple IP for the same host

2007-09-27 Thread Jack Coats
The short answer is, yes. On Thu, 2007-09-27 at 16:41 +0200, Sébastien Barthélemy wrote: > Hello everybody. > > I use backuppc at home to backup 4 computers, including a laptop. All of > them are on a private network behind a wireless router (provided by my > ISP). The laptop can be connected by

Re: [BackupPC-users] restricting cgi users restore to their own files, or how to handle many users.

2007-09-26 Thread Jack Coats
I only ever have seen one backup package that allowed that fine grained restores. ... SyBack by SyncSort, Inc. on the IBM VM operating system for CMS users. Any user could restore any file they owned or could read to wherever they had write permissions to. That would be a 'killer enhancement to

[BackupPC-users] XP Backup of system state

2007-09-26 Thread Jack Coats
Does someone have a 'systems state' backup procedure for a Windows XP system (I need to do it for a Win2003 server also, but one issue at a time)? I used to do IBM TSM backups, and TSM generated a directory in the root of the windows system drive, and it put all the needed systems state backup the

Re: [BackupPC-users] backup Linux/Mac clients that are DHCP

2007-09-20 Thread Jack Coats
The company I work for sells Asterisk based machines and DHCP is a big deal for VOIP phones. We find that it helps sometimes to TURN OFF the Linksys DHCP and let our server do it. You might try that with your backup server. The Linksys can still be the default gateway to the 'world', but you can

Re: [BackupPC-users] Newbie issue

2007-09-17 Thread Jack Coats
likely before it > even attempted to. If you go to the host summary and view the error log > it might give you more detail on what problem was. If that doesn't help > try running the RsyncClientCmd by hand on the CLI and see what kind of > error message you get. > > Jack

[BackupPC-users] Newbie issue

2007-09-17 Thread Jack Coats
Ok, I assume this is a dumb user problem. ... I am testing getting backuppc to work with this Linux client, but I cannot get it to work for me. I do have Dirvish working with the same client. My log says: 2007-09-17 14:51:0

Re: [BackupPC-users] Idea: disk usage graphs

2007-07-31 Thread Jack Coats
gt; > - > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Downlo