[BackupPC-users] Backup once a night settings

2009-01-16 Thread Yaakov Chaikin
Hi, I am trying to figure what settings to change and to what in order to trigger a full backup every night at 3am and keep 7 days worth of backups before deleting them... I'd rather stick with the web-based GUI-provided settings. So, what settings do I change (from default ones) on the Schedule

Re: [BackupPC-users] Windows backup question

2007-11-04 Thread Yaakov Chaikin
hich can't be right since windows doesn't have an ssh server... Anyway, any ideas as to how to do all this? Thanks, Yaakov. On 10/31/07, Toni Van Remortel <[EMAIL PROTECTED]> wrote: > Yaakov Chaikin wrote: > > Hi, > > > > If I set up BackupPC to use samba to do

Re: [BackupPC-users] Windows backup question

2007-11-02 Thread Yaakov Chaikin
> PS: Google is a nice search engine, please try to use it. Thank you. What's the address for that again? :-) Just kidding. Yes, I should've googled it, you're right. Yaakov. - This SF.net email is sponsored by: Splunk Inc.

Re: [BackupPC-users] Windows backup question

2007-10-31 Thread Yaakov Chaikin
On 10/31/07, Toni Van Remortel <[EMAIL PROTECTED]> wrote: > Yaakov Chaikin wrote: > > The reason I am asking is that if I back up My Document once, which is > > 7GB, it's not such a big deal, but if I make it back it up every > > night, such that every night there

Re: [BackupPC-users] Backup files disappeared

2007-10-31 Thread Yaakov Chaikin
Yes, the numbered backup is completely deleted. Backup #0 under the directory '0' is now the backup of the new configuration. I know the old backup was definitely there before. I know this because I browsed it through the Web interface. Then, I changed the configuration, restarted BackupPC service,

[BackupPC-users] Windows backup question

2007-10-30 Thread Yaakov Chaikin
Hi, If I set up BackupPC to use samba to do backup on a windows client, will it copy the ENTIRE share every single time? The reason I am asking is that if I back up My Document once, which is 7GB, it's not such a big deal, but if I make it back it up every night, such that every night there is 7G

[BackupPC-users] Backup files disappeared

2007-10-30 Thread Yaakov Chaikin
Hi, I was playing with a different configuration of one of my machines. I did one back up one way and then changed the configuration of what I want to back up. The client machine is a Windows box and luckily I was just playing because of the following... When I changed which "shares" I wanted to

Re: [BackupPC-users] Host not showing up

2007-10-26 Thread Yaakov Chaikin
aakovlt0 franko > > now franko, and the backuppc admin user, can manage yaakovlt, but no one > else > > if i change this to > > host dhcpuser moreUsers > yaakovlt0 franko stevo > > now franko, stevo, and backuppc

Re: [BackupPC-users] Host not showing up

2007-10-26 Thread Yaakov Chaikin
Really? Cool! So, the user listed in the 'hosts' files has nothing to do with the user set up on the yaakovlt machine, but has to do with the user setup in BackupPC? Thanks, Yaakov. On 10/26/07, Stephen Joyce <[EMAIL PROTECTED]> wrote: > On Fri, 26 Oct 2007, Yaakov Chaikin wr

Re: [BackupPC-users] Host not showing up

2007-10-26 Thread Yaakov Chaikin
On 10/25/07, dan <[EMAIL PROTECTED]> wrote: > are you login in to the web interface with the admin password or your own? > if it your own, you dont have that configured in the host file > > > hostdhcpusermoreUsers # <--- do not > edit this line > > tbiqdev 0 yaakov > >

Re: [BackupPC-users] Host not showing up

2007-10-26 Thread Yaakov Chaikin
Yes, I did restart the Apache server. In fact, I even restarted the machine. Still the same thing. Any ideas? On 10/25/07, John Rouillard <[EMAIL PROTECTED]> wrote: > On Thu, Oct 25, 2007 at 09:12:24PM -0400, Yaakov Chaikin wrote: > > I have one host working just fine for alre

[BackupPC-users] Host not showing up

2007-10-25 Thread Yaakov Chaikin
Hi, Maybe someone can point out to me what I am doing wrong I have one host working just fine for already a couple of months... So, now I wanted to add another machine to be backed up. So, I edited the hosts file and added another almost identical line to it. Now, it looks like this: host

[BackupPC-users] Incremental vs Full backup

2007-07-26 Thread Yaakov Chaikin
I accidentally replied to a different topic instead of writing a new message. Here is my question from the original post: Hi, This is a very basic question... After reading the docs, I am unclear on the difference between an incremental backup and a full backup. Since the backups are stored in a

Re: [BackupPC-users] Outlook and lock file problem

2007-07-26 Thread Yaakov Chaikin
Hi, This is a very basic question... After reading the docs, I am unclear on the difference between an incremental backup and a full backup. Since the backups are stored in a pool which stores JUST the difference between the older and newer files, than what is the difference then? Thanks, Yaakov.

Re: [BackupPC-users] sudo rsync gives fileListReceive failed

2007-07-22 Thread Yaakov Chaikin
Ok, I put the full path in. Now, it tells me this: Fatal error (bad version): sudo: sorry, you must have a tty to run sudo On 7/22/07, Craig Barratt <[EMAIL PROTECTED]> wrote: > Yaakov writes: > > > Fatal error (bad version): Exec failed for sudo /usr/bin

[BackupPC-users] sudo rsync gives fileListReceive failed

2007-07-22 Thread Yaakov Chaikin
Hi, (Sigh... So many problems with this backup...) I was trying to configure a backup of the localhost. For a test, I took 2 test directories with 2 2 liner text files as the thing to backup. I configured 'sudo' and setup for this host is: $Conf{RsyncClientCmd} = 'sudo $rsyncPath $argList+' Whe

Re: [BackupPC-users] Permissions problem with Apache

2007-07-22 Thread Yaakov Chaikin
do is make the CGI script below to the group that the Apache server belongs to. I did that and it still doesn't work. Any ideas? Thanks, Yaakov. On 7/22/07, Allen Stowe <[EMAIL PROTECTED]> wrote: > Yaakov Chaikin wrote: > > Ok, after reading some more docs, the followin

Re: [BackupPC-users] Permissions problem with Apache

2007-07-22 Thread Yaakov Chaikin
s mod_perl. Ok, after all that, it still gives me the same error message as in the first post. What am I doing wrong here? Thanks, Yaakov. On 7/22/07, Yaakov Chaikin <[EMAIL PROTECTED]> wrote: > Ok, I dug up something from the docs, which says this: >

Re: [BackupPC-users] Permissions problem with Apache

2007-07-22 Thread Yaakov Chaikin
repositories, so there is definitely a reason to separate them... Question is whether it's anymore secure or if the way BackupPC works, it won't matter in the end. Any help would be appreciated. Thanks, Yaakov. On 7/22/07, Yaakov Chaikin <[EMAIL PROTECTED]> wrote: > Hi, &g

[BackupPC-users] Permissions problem with Apache

2007-07-22 Thread Yaakov Chaikin
Hi, Now that I got my BackupPC working, I broke it again trying to secure it further. Previously, I was told here that I should not be running Apache web server as the same user as running BackupPC. So, I kept Apache running as 'apache' user and switched BackupPC (in config.pl) to be "backuppc"

Re: [BackupPC-users] ssh keys and security

2007-07-22 Thread Yaakov Chaikin
user_with_sudo_rights ALL=NOPASSWD: /usr/bin/rsync --server --sender * > > -Rob > > > Yaakov Chaikin wrote: > > Which of the config directive needs to change for the "sudo" part and > > how would it look? Could you give an example? > > > > Thanks, >

Re: [BackupPC-users] Error starting a backup

2007-07-19 Thread Yaakov Chaikin
; Thanks, > > Yaakov. > > > > On 7/18/07, Rob Owens <[EMAIL PROTECTED]> wrote: > > > >> I believe you can look in the XferLog in the web interface to see the > >> command that BackupPC attempted to run. > >> > >> I know a bit about ss

Re: [BackupPC-users] Error starting a backup

2007-07-18 Thread Yaakov Chaikin
it started backing stuff up. It started backing up '/' even though I specified in BackupFilesOnly '/opt'. Strange... I guess, I have to go back and read the docs again If anyone knows of a quick fix for this, let me know. Thanks, Yaakov. On 7/18/07, Yaakov Chaikin <[

Re: [BackupPC-users] Error starting a backup

2007-07-18 Thread Yaakov Chaikin
*********** On 7/18/07, Yaakov Chaikin <[EMAIL PROTECTED]> wrote: > With all these side (albeit important) security issues, I never got an > answer to my question. Why am I am getting a Permission Denied error > and what am I doing wrong? >

Re: [BackupPC-users] Error starting a backup

2007-07-18 Thread Yaakov Chaikin
erface to see the > command that BackupPC attempted to run. > > I know a bit about ssh and security, but I'm relatively new to > BackupPC. I've only been using it about 2 weeks. > > -Rob > > Yaakov Chaikin wrote: > > I am not really sure how to set this

Re: [BackupPC-users] ssh keys and security

2007-07-18 Thread Yaakov Chaikin
needed. If you're going to connect to the host as a > regular user, and use sudo, then config.pl needs to change. You need to > replace "root" with the username you want to connect with. And you need > to throw a "sudo" in front of the rsync command. > >

[BackupPC-users] Error starting a backup

2007-07-17 Thread Yaakov Chaikin
Hi, I am running BackupPC 3.0 and having trouble getting it to back up. So far, I am just running a test back up on the machine that hosts the BackupPC. Here is the error log that I am getting when I click "Start Full Backup": ** 2007-07-17 22:26:26 User yaakov

Re: [BackupPC-users] ssh keys and security

2007-07-17 Thread Yaakov Chaikin
Would this require a different configuration within the config.pl file(s) within BackupPC itself? Or as far as BackupPC is concerned the configuration can stay the same as if it has exchanged the rsa keys with the user 'root'? Thanks, Yaakov. On 7/13/07, Rob Owens <[EMAIL PROTECTED]> wrote: > Kei

[BackupPC-users] Error: Unable to connect to BackupPC server

2007-07-15 Thread Yaakov Chaikin
Hi, I am running Fedora Core 7 and installed BackupPC as part of the distribution. I never really did anything with it since the configuration was confusing me a lot. But then someone suggested that I upgrade to BackupPC 3.0 as that version (apparently) allows you to configure the whole thing thro

[BackupPC-users] Simple per PC setup

2007-07-12 Thread Yaakov Chaikin
Hi, I have a LAN where every machine has a static IP address. Furthermore, each machine has a custom 'hosts' file which gives those IP addresses a host name. I don't necessarily want to back up the entire drive on each machine, but only certain directories. I have looked through the documentatio