[BackupPC-users] xxx is a DHCP host, and I don't know its IP address...

2011-02-01 Thread itismike
Itismike said: I learned that nmblookup -A is supposed to return a hostname, and it does not. Ryan Blake said: Mike, Have you checked your reverse DNS PTR records? In other words, did you do an nslookup on 192.168.1.117 to ensure it points back to the host? If that's not correct

[BackupPC-users] xxx is a DHCP host, and I don't know its IP address...

2011-01-31 Thread itismike
I emailed this to the backuppc-users@lists.sourceforge.net address last night but didn't see it go out. My apologies if this is the second time you're seeing it. -Mike I've been struggling with this error for too long and need to ask for some help. I had BackupPC working when my IP address wa

[BackupPC-users] backuppc ignores value of BackupFilesOnly; archives entire /

2011-01-18 Thread itismike
Interesting. I was wondering why the GUI shifted the fields to the right when I entered a directory name. So you're saying the syntax should look like this?: $Conf{BackupFilesOnly} = { '/' => [ '/home/michael/' ] }; I don't need to mess with RsyncShareName, right? That being said, if entering my

[BackupPC-users] backuppc ignores value of BackupFilesOnly; archives entire /

2011-01-18 Thread itismike
sorry for the double-post. The forums have been having a lot of trouble this weekend. Curtis says he's aware of it and is in the process of migrating to a new server. +-- |This was sent by itism...@gmail.com via Backup Central.

[BackupPC-users] backuppc ignores value of BackupFilesOnly; archives entire /

2011-01-18 Thread itismike
@Les: The 'very wrong' syntax I posted is what was auto-generated when I added my target directory ("/home/michael/") using the CGI. But if you're not a fan of the web interface, these examples are taken directly from the config.pl file: Examples: #$Conf{BackupFilesOnly} = '/myFiles'; #$C

[BackupPC-users] backuppc ignores value of BackupFilesOnly; archives entire /

2011-01-18 Thread itismike
@Les: The 'very wrong' syntax I posted is what was auto-generated when I added my target directory ("/home/michael/") using the CGI. But if you're not a fan of the web interface, these examples are taken directly from the config.pl file: Examples: #$Conf{BackupFilesOnly} = '/myFiles'; #$C

[BackupPC-users] backuppc ignores value of BackupFilesOnly; archives entire /

2011-01-18 Thread itismike
Normally you would only use the sharenames as the starting points of what you want to back up and it defaults to including everything. It doesn't make much sense to tell the client to walk the whole directory tree when you only want a specific directory. But the way it is used depends somewhat

[BackupPC-users] backuppc ignores value of BackupFilesOnly; archives entire /

2011-01-18 Thread itismike
You probably still have set $Conf{RsyncShareName} = ['/']; What you want instead is $Conf{RsyncShareName} = ['/home/michael/']; $Conf{BackupFilesExclude} = {'/home/michael' => ['.Private']}; That's just a guess as I ran into something similiar... Regards Daniel Thanks Daniel, I can g

[BackupPC-users] backuppc ignores value of BackupFilesOnly; archives entire /

2011-01-17 Thread itismike
I've used the GUI to specify that only files in my home folder are backed up (excluding the ~/.Private folder since that contains only encrypted files.) This results in the following entry in the client-specific *.pl file: $Conf{BackupFilesOnly} = { '/home/michael/' => [ '' ] }; $Conf{Ba

[BackupPC-users] specifying differerent user in RsyncClientCmd

2011-01-17 Thread itismike
Thanks for the ideas Holger. I'll try out several of them and let you know what I find. +-- |This was sent by itism...@gmail.com via Backup Central. |Forward SPAM to ab...@backupcentral.com. +-

[BackupPC-users] specifying differerent user in RsyncClientCmd

2011-01-17 Thread itismike
Hi Bowie, Yes, I had BackupPC functioning before I modified the username used to connect. But the data in the home folder that was backed up was all encrypted so I couldn't browse it to recover individual files. +-- |This was s

[BackupPC-users] specifying differerent user in RsyncClientCmd

2011-01-16 Thread itismike
I'm running an Ubuntu client with ecryptFS enabled. Since my home directory is encrypted, I'd like to perform the backup as myself rather than root so the files are browsable by me and restore is possible. Here is another thread (http://ubuntuforums.org/showpost.php?p=10082444&postcount=4) that

[BackupPC-users] Documentation lagging behind the GUI

2010-10-21 Thread itismike
Craig Barratt wrote: > itismike, > > You need a SourceForge account. Just email your SF user name to me. > > I'd love to completely open up the wiki, but SF's MediaWiki config > doesn't allow that. Apparently spam is too much of a problem. > > If someon

[BackupPC-users] Documentation lagging behind the GUI

2010-10-21 Thread itismike
Carl Wilhelm Soderstrom wrote: > itismike, don't let me discourage you from writing doco on the GUI if you're > so inclined. A lot of people will appreciate it. > ... > ... > Fair enough. a 'quick start guide' may be appealing to a lot of people who > wou

[BackupPC-users] Documentation lagging behind the GUI

2010-10-21 Thread itismike
Thanks for your response, Carl. I'm not trying to start a flame war over command-line vs. GUI, but I thought this was an amusing exchange: Carl Wilhelm Soderstrom wrote: > > itismike wrote: > > While the charm of OSS is that the code is easily accessible, I've found

[BackupPC-users] Documentation lagging behind the GUI

2010-10-21 Thread itismike
Thanks for your response, Carl. I'm not trying to start a flame war over command-line vs. GUI, but I thought this was an amusing exchange: Carl Wilhelm Soderstrom wrote: > > itismike wrote: > > While the charm of OSS is that the code is easily accessible, I've found

[BackupPC-users] Documentation lagging behind the GUI

2010-10-20 Thread itismike
Hi guys. I'm excited to get backuppc configured but just have a couple n00b questions that I can't find answered. While the charm of OSS is that the code is easily accessible, I've found that most of the documentation steps refer to editing curly bracket objects, which is great for developers,