[BackupPC-users] How to exclude directories from backing up.

2008-02-26 Thread Krsnendu dasa
I want to exclude the directory which contains vmware virtual machines.
I have tried to exclude it on my localhost computer and on my windows
laptop. But both of them are still trying to backup the directory I
want to exclude.

Have I used the wrong formatting?

I have searched the archives, but I still couldn't figure out what is wrong.

All help appreciated. Thanks.

Krsnendu dasa

The location on the local host is
/home/krsnendu/Virtual Machines

Using the web interface I typed exactly the same as above for the
variable: BackupFilesExclude

In the config file it looks like this:

$Conf{BackupFilesExclude} = {
  '/home/krsnendu/Virtual Machines' = [
''
  ]
};

For the windows machine:
The share name is Educator which maps to
c:\Documents and Settings\Educator

Using the web interface for BackupFilesExclude I typed:

/My Documents/My Virtual Machines/*

In the config file it looks like this:
$Conf{BackupFilesExclude} = {
  '/My Documents/My Virtual Machines/*' = [
''
  ]
};

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] /var/lib/backuppc replace HDD

2007-07-09 Thread Krsnendu dasa

On 04/07/07, Nils Breunese (Lemonbit) [EMAIL PROTECTED] wrote:


Stefan Degen wrote:

 /var/lib/backuppc has its own harddisk. The problem is, that the
 harddisk is full and there is no LVM or RAID.

 So is it possible to change the harddisk like this (without to
 lose the backups)?

 1. stop backuppc

 2. Install the new harddisk and set the mountpoint
 to /var/lib/backupc

 3. copy all data stored on the old harddisk to the new one with
 rsync -H /old_harddisk /new_var/lib/backuppc

 4. start backuppc

rsync -paH or something might be better, but because of all the
hardlinks it might take quite a while to copy all the data. The
fastest way to copy and preserve everything is probably to use dd to
copy everything to the new drive and then grow the filesystem
afterwards.

I have a dedicated disk for BackupPC it is using LVM. Can I use dd to

clone this to a newer harddrive?
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] How to extract information on duplicate files from BackupPC

2007-06-15 Thread Krsnendu dasa
You might consider fslint It is designed specifically for this task.

On 15/06/07, Craig Barratt [EMAIL PROTECTED] wrote:
 David writes:

  Is there an easy way to extract information on what files BackupPC has found
  are duplicate? I'd like to eliminate duplicate files on my system, and since
  BackupPC has already gone to the work of identifying them, I'd like to get
  some sort of report listing the paths (relative to the original system(s)) 
  to
  the duplicated files
 
  I've looked in the documentation and searched the mail list archives,
  but haven't found this. My apologies if this has been covered before;
  feel free to point me to the appropriate URL if so.

 You need to find all the files with same inode.  You can do
 that with find, but that is expensive.

 Three years ago Yaroslav Halchenko reported that he had modified
 the linux locate tool to also save the inode in its database.
 That allows very fast lookups via inode (after the fixed overhead
 of crawling the tree to update the locate db).  He posted his
 scripts here:

 http://www.onerussian.com/Linux/ilocate/ilocate.phtml

 Craig

 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 ___
 BackupPC-users mailing list
 BackupPC-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/backuppc-users
 http://backuppc.sourceforge.net/


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] parity on archive files

2007-04-14 Thread Krsnendu dasa
I just did my first archive. I split the archives into 4482MB files
(which is the capacity of a DVD in MB from what I can figure out.) I
also set the parity to 5%. As you can see below 7 archive files were
created and 8 parity files.

The documentation is a bit thin in the archive section so I have a few
questions.
1. What is parity? What are the parity files for and How do you use
them with the archives?
2. I chose bZ2 for my backup, to minimize disk usage. The archiving
took 680mins to backup. If I chose gzip instead how much difference
would there be? How much bigger would the archive be and how much
faster would it be. I am planning to do quite a few backups to DVD in
future, so I thought now would be the time to ask.

ls -alh of the DVD backup directory:

drwxr-x---  2 BackupPC BackupPC 4.0K Apr 14 22:28 .
drwxr-xr-x 16 BackupPC BackupPC 4.0K Apr 14 13:18 ..
-rw-r-  1 BackupPC BackupPC 4.2G Apr 14 14:28 localhost.101.tar.bz2.aa
-rw-r-  1 BackupPC BackupPC 4.2G Apr 14 16:16 localhost.101.tar.bz2.ab
-rw-r-  1 BackupPC BackupPC 4.2G Apr 14 17:39 localhost.101.tar.bz2.ac
-rw-r-  1 BackupPC BackupPC 4.2G Apr 14 18:54 localhost.101.tar.bz2.ad
-rw-r-  1 BackupPC BackupPC 4.2G Apr 14 20:04 localhost.101.tar.bz2.ae
-rw-r-  1 BackupPC BackupPC 4.2G Apr 14 21:14 localhost.101.tar.bz2.af
-rw-r-  1 BackupPC BackupPC 2.1G Apr 14 22:13 localhost.101.tar.bz2.ag
-rw-r-  1 BackupPC BackupPC  41K Apr 15 00:41 localhost.101.tar.bz2.par2
-rw-r-  1 BackupPC BackupPC  14M Apr 15 00:41
localhost.101.tar.bz2.vol000+01.par2
-rw-r-  1 BackupPC BackupPC  28M Apr 15 00:41
localhost.101.tar.bz2.vol001+02.par2
-rw-r-  1 BackupPC BackupPC  56M Apr 15 00:41
localhost.101.tar.bz2.vol003+04.par2
-rw-r-  1 BackupPC BackupPC 112M Apr 15 00:41
localhost.101.tar.bz2.vol007+08.par2
-rw-r-  1 BackupPC BackupPC 223M Apr 15 00:41
localhost.101.tar.bz2.vol015+16.par2
-rw-r-  1 BackupPC BackupPC 445M Apr 15 00:41
localhost.101.tar.bz2.vol031+32.par2
-rw-r-  1 BackupPC BackupPC 515M Apr 15 00:41
localhost.101.tar.bz2.vol063+37.par2

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
BackupPC-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] Feature request for BackupPC: Search backups

2007-03-25 Thread Krsnendu dasa
It is hard to find files in the backups by browsing. If there were a
search feature that allowed you to search one or more computers
backups that would be great.

-
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.phpp=sourceforgeCID=DEVDEV
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] Backing up to DVD - How many MB will fit?

2007-03-17 Thread Krsnendu dasa
Can someone step me through what is required to backup to DVD.
From what I understand from the documentation you set up a backup
called archive that creates images the size specified. Then it is
required to manually burn the images to DVD.
How many megabytes should I may my archives so they fit on a DVD?

-
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.phpp=sourceforgeCID=DEVDEV
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] erroneous no backups have succeeded message

2007-03-07 Thread Krsnendu dasa
v. 3.0
I keep getting the no backups have succeeded email even though I
have done incremental and full backups within the last 3 days.
I went to the cgi and initiated the backups. I haven't used the command-line.
Could it be because I initiated the backup manually rather than
letting it backup using its own schedule?

Krsnendu dasa

-
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.phpp=sourceforgeCID=DEVDEV
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] backing up vmware virtual machines

2007-02-16 Thread Krsnendu dasa
I now have several vmware virtual machines. How does BackupPC deal
with them? For example if my virtual harddisk file changes slightly
can the hardlinks / pooling feature deal with this, or will BackupPC
backup the whole file again. At about 2GB per harddisk file this would
be very costly spacewise.

If BackupPC cannot deal with the incremental changes to the file, what
would be the best way to work around this. I am thinking of making a
one-off copy of all the files then using vmware's snapshots feature to
deal with the incremental changes. Does anyone have experience doing
this? If so please guide me. It is all new to me.

Thanks.
Krsnendu dasa

BTW v3 is going really well for me. I love being able to edit the
config files from the web page.

-
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.phpp=sourceforgeCID=DEVDEV
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] Avoiding long backup times

2007-01-20 Thread Krsnendu dasa
On 20/01/07, Holger Parplies [EMAIL PROTECTED] wrote:
  I read, that backuppc stores every identical file only one time.

 Basically true, but BackupPC needs to determine that the file is identical to
 something and to what. Sparing you the transfer (if possible with reasonable
 cost) is rsyncs job. Doing so comes at a cost in terms of CPU usage, so
 you've got the option of using tar if bandwidth is cheaper than CPU power.
 In your case, it obviously is not.

  [...] What happens with an unchanged file in a full backup?

 tar and smb will transfer it, rsync will not (presuming you mean
 unchanged as in same name, same content).

 For a changed file, rsync will try to speed up the transfer. If you append a
 few bytes to a large file, tar/smb will transfer the whole file (even on an
 incremental), while rsync will (basically) transfer some checksums and the
 few bytes only (on full and incremental backups).

So...

With tar and smb the file is transfered then it is checked to see if
it is the same as a file already in the pool. If it is already in the
pool a link is created and the copied file is deleted.

Whereas rsync checks if the file is the same as another in the pool
before transferring?

Have I understood correctly?

-
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.phpp=sourceforgeCID=DEVDEV
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] searching backups

2007-01-15 Thread Krsnendu dasa
I am looking for a file that I think is in the backups somewhere. Is
there a way to search for files saved in backups?

-
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.phpp=sourceforgeCID=DEVDEV
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] moving data and configuration to a new server

2007-01-09 Thread Krsnendu dasa

I am in the process of upgrading my computers from Fedora Core 5 to Core 6
(actually K12LTSP5--6).
I want to install BackupPC version 3.0 and I want to copy the configuration
and backup information I already have.
My /var/lib/BackupPC directory is on a separate hard drive. I want to use
the new filesystem layout with version 3 so I have moved my config files to
/etc/BackupPC/conf renaming as necessary then created  softlinks to them
from the old location.

These are the steps I am thinking of taking.
Following  this guide http://www.capefox.com/howto/JonosLinuxTopTips.htm
1. Install BackupPC 2.1.2 using yum install backuppc
2. Copy /etc/BackupPC/ to new server.
3. Upgrade to v 3
4. Mount /var/lib/BackupPC from old hard drive.

Is this the right way to go about it?
Correct order?
Did I miss anything?
-
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.phpp=sourceforgeCID=DEVDEV___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] I just tried my first restore and it failed please help.

2007-01-03 Thread Krsnendu dasa

I found a file on the backup of my windows laptop and tried to restore it to
/root/
The error message is below.
I was able to download the file through Firefox by clicking on the file, but
if I want to restore whole directories this will not work.

Running: /usr/bin/ssh -q -x -l root localhost /bin/gtar -x -p
--numeric-owner --same-owner -v -f - -C /root
Running: //usr/share/BackupPC/bin/BackupPC_tarCreate -h nendu -n 5 -s
docsandsettings -t -r /All\ Users/Documents -p / /All\
Users/Documents/FastnetOfficeUpdate.exe
Xfer PIDs are now 3476,3478
Tar exited with error 65280 () status
Restore failed: BackupPC_tarCreate failed

Thanks,
Krsnendu dasa
-
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.phpp=sourceforgeCID=DEVDEV___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] Using LVM - I want to keep backups on a separate physical drive

2007-01-01 Thread Krsnendu dasa

I am using K12LTSP 6 (Fedora Core 6). When I installed it defaulted to LVM.
Now I want to add a separate drive to store backups. How do I do it so that
the backups are stored on the new physical drive so if there is system
failure the backup directory is still ok.
How do I do that?
-
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.phpp=sourceforgeCID=DEVDEV___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] localhost backup problems Version 2.1.2

2006-12-17 Thread Krsnendu dasa

On 17/12/06, Les Stott [EMAIL PROTECTED] wrote:


 Krsnendu dasa wrote:

I am having problems backing up localhost. It only allows me to backup
directories and files with access set for all.

I have tried rsyncd. When I use rsync from my windows computer I can copy
files from any share, but when I try to use it from BackupPC it gives me
permissions problems.

Here is the xfer log:

Connected to localhost:873, remote version 29
Negotiated protocol version 26
Connected to module intranet
Sending args: --server --sender --numeric-ids --perms --owner --group -D 
--links --times --block-size=2048 --recursive --checksum-seed=32761 
--ignore-times . .

Checksum caching enabled (checksumSeed = 32761)
Remote[1]: rsync: link_stat /. (in intranet) failed: Permission denied (13)
Xfer PIDs are now 28142
Remote[1]: rsync error: some files could not be transferred (code 23) at
main.c(615) [sender=2.6.8]
Read EOF:
Tried again: got 0 bytes
Child is aborting
Done: 0 files, 0 bytes
Got fatal error during xfer (No files dumped for share intranet)
Backup aborted (No files dumped for share intranet)


When that didn't work I thought I would try tar. I tried the sudo tar
trick given in the documentation, but it just seems to freeze waiting for a
password or something.
I cut and pasted the command from the documentation

$Conf{TarClientCmd} 
http://backuppc.sourceforge.net/faq/BackupPC.html#item_%24conf%7btarclientcmd%7d
 = '/usr/bin/sudo $tarPath -c -v -f - -C $shareName+ --totals';


And I used visudo to add:

backuppc ALL = NOPASSWD: /bin/tar


 Hi, you've set visudo for the command /bin/tar but...

the error states that it is using  /bin/gtar, which it gleans from
$tarPath



The error message says:

Running: /usr/bin/sudo /bin/gtar -c -v -f - -C /home/School\ Intranet/ --totals 
.
Xfer PIDs are now 28657,28656
Password:
tarExtract: Done: 0 errors, 0 filesExist, 0 sizeExist, 0 sizeExistComp, 0 
filesTotal, 0 sizeTotal


You'll need to match them up for it to work.



OK. I changed the visudo to /bin/gtar but it still gives the same error.
I changed the share I wanted to backup to one with full permission and it
still hangs.

Running: /usr/bin/sudo /bin/gtar -c -v -f - -C /home/krsnendu/test/ --totals
.
started full dump, share=/home/krsnendu/test/
Xfer PIDs are now 8266,8265
xferPids 8266,8265
cmdExecOrEval: about to exec /usr/bin/sudo /bin/gtar -c -v -f - -C
/home/krsnendu/test/ --totals .

you can also still use rsync with sudo and a script called rsyncSend.


See
http://backuppc.sourceforge.net/faq/ssh.html#how_can_client_access_as_root_be_avoided

Can I use rsyncd? What tricks would be needed for that?
-
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.phpp=sourceforgeCID=DEVDEV___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] localhost backup problems Version 2.1.2

2006-12-17 Thread Krsnendu dasa

When I ctrl-c out of the command I get these messages.

exiting after signal INT
Use of uninitialized value in chdir at /usr/lib/perl5/5.8.8/File/Find.pm
line 751.
Use of chdir('') or chdir(undef) as chdir() is deprecated at
/usr/lib/perl5/5.8.8/File/Find.pm line 751.
Use of uninitialized value in concatenation (.) or string at
/usr/lib/perl5/5.8.8/File/Find.pm line 752.
Can't cd to : No such file or directory
exiting after signal ALRM
Can't call method getStats on an undefined value at
/usr/share/BackupPC/bin/BackupPC_dump line 1002 during global destruction.


On 18/12/06, Krsnendu dasa [EMAIL PROTECTED] wrote:




On 17/12/06, Les Stott [EMAIL PROTECTED] wrote:

  Krsnendu dasa wrote:

 I am having problems backing up localhost. It only allows me to backup
 directories and files with access set for all.

 I have tried rsyncd. When I use rsync from my windows computer I can
 copy files from any share, but when I try to use it from BackupPC it gives
 me permissions problems.

 Here is the xfer log:

 Connected to localhost:873, remote version 29
 Negotiated protocol version 26
 Connected to module intranet
 Sending args: --server --sender --numeric-ids --perms --owner --group -D 
--links --times --block-size=2048 --recursive --checksum-seed=32761 --ignore-times 
. .


 Checksum caching enabled (checksumSeed = 32761)
 Remote[1]: rsync: link_stat /. (in intranet) failed: Permission denied (13)
 Xfer PIDs are now 28142
 Remote[1]: rsync error: some files could not be transferred (code 23) at

 main.c(615) [sender=2.6.8]
 Read EOF:
 Tried again: got 0 bytes
 Child is aborting
 Done: 0 files, 0 bytes
 Got fatal error during xfer (No files dumped for share intranet)
 Backup aborted (No files dumped for share intranet)


 When that didn't work I thought I would try tar. I tried the sudo tar
 trick given in the documentation, but it just seems to freeze waiting for a
 password or something.
 I cut and pasted the command from the documentation

 $Conf{TarClientCmd} 
http://backuppc.sourceforge.net/faq/BackupPC.html#item_%24conf%7btarclientcmd%7d 
= '/usr/bin/sudo $tarPath -c -v -f - -C $shareName+ --totals';


 And I used visudo to add:

 backuppc ALL = NOPASSWD: /bin/tar


  Hi, you've set visudo for the command /bin/tar but...

 the error states that it is using  /bin/gtar, which it gleans from
 $tarPath



 The error message says:

 Running: /usr/bin/sudo /bin/gtar -c -v -f - -C /home/School\ Intranet/ 
--totals .
 Xfer PIDs are now 28657,28656
 Password:
 tarExtract: Done: 0 errors, 0 filesExist, 0 sizeExist, 0 sizeExistComp, 0 
filesTotal, 0 sizeTotal



 You'll need to match them up for it to work.


OK. I changed the visudo to /bin/gtar but it still gives the same error.
I changed the share I wanted to backup to one with full permission and it
still hangs.

Running: /usr/bin/sudo /bin/gtar -c -v -f - -C /home/krsnendu/test/
--totals .
started full dump, share=/home/krsnendu/test/
Xfer PIDs are now 8266,8265
xferPids 8266,8265
cmdExecOrEval: about to exec /usr/bin/sudo /bin/gtar -c -v -f - -C
/home/krsnendu/test/ --totals .

you can also still use rsync with sudo and a script called rsyncSend.

 See 
http://backuppc.sourceforge.net/faq/ssh.html#how_can_client_access_as_root_be_avoided


 Can I use rsyncd? What tricks would be needed for that?

-
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.phpp=sourceforgeCID=DEVDEV___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] localhost backup problems Version 2.1.2

2006-12-17 Thread Krsnendu dasa

I can run the ssh rsync thing (sudo hasn't work for me yet) from the command
line but it doesn't work from the web page. I think it is because it asks if
I want to accept the security key and then asks for the root password.
How can I get around this so it will run from CGI interface?

On 18/12/06, Krsnendu dasa [EMAIL PROTECTED] wrote:


When I ctrl-c out of the command I get these messages.

exiting after signal INT
Use of uninitialized value in chdir at /usr/lib/perl5/5.8.8/File/Find.pm
line 751.
Use of chdir('') or chdir(undef) as chdir() is deprecated at
/usr/lib/perl5/5.8.8/File/Find.pm line 751.
Use of uninitialized value in concatenation (.) or string at
/usr/lib/perl5/5.8.8/File/Find.pm line 752.
Can't cd to : No such file or directory
exiting after signal ALRM
Can't call method getStats on an undefined value at
/usr/share/BackupPC/bin/BackupPC_dump line 1002 during global destruction.


On 18/12/06, Krsnendu dasa [EMAIL PROTECTED] wrote:



 On 17/12/06, Les Stott  [EMAIL PROTECTED] wrote:
 
   Krsnendu dasa wrote:
 
  I am having problems backing up localhost. It only allows me to backup
  directories and files with access set for all.
 
  I have tried rsyncd. When I use rsync from my windows computer I can
  copy files from any share, but when I try to use it from BackupPC it gives
  me permissions problems.
 
  Here is the xfer log:
 
  Connected to localhost:873, remote version 29
  Negotiated protocol version 26
  Connected to module intranet
  Sending args: --server --sender --numeric-ids --perms --owner --group -D 
--links --times --block-size=2048 --recursive --checksum-seed=32761 --ignore-times . .
 
 
 
  Checksum caching enabled (checksumSeed = 32761)
  Remote[1]: rsync: link_stat /. (in intranet) failed: Permission denied 
(13)
  Xfer PIDs are now 28142
  Remote[1]: rsync error: some files could not be transferred (code 23) at
 
 
  main.c(615) [sender=2.6.8]
  Read EOF:
  Tried again: got 0 bytes
  Child is aborting
  Done: 0 files, 0 bytes
  Got fatal error during xfer (No files dumped for share intranet)
  Backup aborted (No files dumped for share intranet)
 
 
 
  When that didn't work I thought I would try tar. I tried the sudo tar
  trick given in the documentation, but it just seems to freeze waiting for a
  password or something.
  I cut and pasted the command from the documentation
 
  $Conf{TarClientCmd} 
http://backuppc.sourceforge.net/faq/BackupPC.html#item_%24conf%7btarclientcmd%7d = 
'/usr/bin/sudo $tarPath -c -v -f - -C $shareName+ --totals';
 
 
  And I used visudo to add:
 
  backuppc ALL = NOPASSWD: /bin/tar
 
 
   Hi, you've set visudo for the command /bin/tar but...
 
  the error states that it is using  /bin/gtar, which it gleans from
  $tarPath
 
 
 
  The error message says:
 
  Running: /usr/bin/sudo /bin/gtar -c -v -f - -C /home/School\ Intranet/ 
--totals .
  Xfer PIDs are now 28657,28656
  Password:
  tarExtract: Done: 0 errors, 0 filesExist, 0 sizeExist, 0 sizeExistComp, 0 
filesTotal, 0 sizeTotal
 
 
 
 
  You'll need to match them up for it to work.
 

 OK. I changed the visudo to /bin/gtar but it still gives the same error.
 I changed the share I wanted to backup to one with full permission and
 it still hangs.

 Running: /usr/bin/sudo /bin/gtar -c -v -f - -C /home/krsnendu/test/
 --totals .
 started full dump, share=/home/krsnendu/test/
 Xfer PIDs are now 8266,8265
 xferPids 8266,8265
 cmdExecOrEval: about to exec /usr/bin/sudo /bin/gtar -c -v -f - -C
 /home/krsnendu/test/ --totals .

 you can also still use rsync with sudo and a script called rsyncSend.
 
  See 
http://backuppc.sourceforge.net/faq/ssh.html#how_can_client_access_as_root_be_avoided
 
 
  Can I use rsyncd? What tricks would be needed for that?



-
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.phpp=sourceforgeCID=DEVDEV___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] localhost backup problems Version 2.1.2

2006-12-16 Thread Krsnendu dasa

I am having problems backing up localhost. It only allows me to backup
directories and files with access set for all.

I have tried rsyncd. When I use rsync from my windows computer I can copy
files from any share, but when I try to use it from BackupPC it gives me
permissions problems.

Here is the xfer log:

Connected to localhost:873, remote version 29
Negotiated protocol version 26
Connected to module intranet
Sending args: --server --sender --numeric-ids --perms --owner --group
-D --links --times --block-size=2048 --recursive --checksum-seed=32761
--ignore-times . .
Checksum caching enabled (checksumSeed = 32761)
Remote[1]: rsync: link_stat /. (in intranet) failed: Permission denied (13)
Xfer PIDs are now 28142
Remote[1]: rsync error: some files could not be transferred (code 23)
at main.c(615) [sender=2.6.8]
Read EOF:
Tried again: got 0 bytes
Child is aborting
Done: 0 files, 0 bytes
Got fatal error during xfer (No files dumped for share intranet)
Backup aborted (No files dumped for share intranet)


When that didn't work I thought I would try tar. I tried the sudo tar trick
given in the documentation, but it just seems to freeze waiting for a
password or something.
I cut and pasted the command from the documentation

$Conf{TarClientCmd}
http://backuppc.sourceforge.net/faq/BackupPC.html#item_%24conf%7btarclientcmd%7d
= '/usr/bin/sudo $tarPath -c -v -f - -C $shareName+ --totals';


And I used visudo to add:

backuppc ALL = NOPASSWD: /bin/tar


The error message says:

Running: /usr/bin/sudo /bin/gtar -c -v -f - -C /home/School\ Intranet/
--totals .
Xfer PIDs are now 28657,28656
Password:
tarExtract: Done: 0 errors, 0 filesExist, 0 sizeExist, 0
sizeExistComp, 0 filesTotal, 0 sizeTotal
Tar exited with error 256 () status
Got fatal error during xfer (No files dumped for share /home/School Intranet/)
Backup aborted (No files dumped for share /home/School Intranet/)

When I run it from the command line it gives this message:

CheckHostAlive: returning 0.077
Running: /usr/bin/sudo /bin/gtar -c -v -f - -C /home/School\ Intranet/
--totals .
started full dump, share=/home/School Intranet/
Xfer PIDs are now 28639,28638
xferPids 28639,28638
cmdExecOrEval: about to exec /usr/bin/sudo /bin/gtar -c -v -f - -C
/home/School\\\ Intranet/ --totals .
Password:

It seems like it is waiting for a password or something. I tried entering
the root password but it didn't do anything.
-
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.phpp=sourceforgeCID=DEVDEV___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] version 3

2006-12-15 Thread Krsnendu dasa

I have set up 2.1.2 now. It seems to be working fine.
I am just backing up 4 windows computers and a linux server.
Is there any good reason for me to update to version 3. Or should I just be
happy how things are. It took a lot of work to install 2.1.2 I am afraid
upgrading will also take a lot of effort so I want to know if there will be
any noticeable benefit.
-
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.phpp=sourceforgeCID=DEVDEV___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] Star archiving: support for ACLs

2006-12-15 Thread Krsnendu dasa

Is there any plan to use star to support ACLs when archiving files?
-
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.phpp=sourceforgeCID=DEVDEV___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] localhost backup

2006-12-12 Thread Krsnendu dasa
Is there any advantage to using rsync for a localhost backup, or will
tar be just as good or better. I have heard that tar is faster than
rsync and because there is no network traffic involved it might be
better to minimize cpu overhead and use tar.

-
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.phpp=sourceforgeCID=DEVDEV
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] auth required, but service test is open/insecure...

2006-12-10 Thread Krsnendu dasa
I changed the permission of /home/krsnendu/test/ and contents to allow
read and enter access. Now it backs up. How can I set it up so that it
can back up any file. Do I have to setuid=root or something?

On 11/12/06, Krsnendu dasa [EMAIL PROTECTED] wrote:
 I fixed this in my rsyncd.conf file. I had my global options listed at
 the bottom. I moved it to the top and that fixed it for all shares.
 Now I get this error. In the log file. Is it to do with permissions of
 the directory in question?

 Remote[1]: rsync: link_stat /. (in test) failed: Permission denied (13)
 Xfer PIDs are now 12144

 Here is my rsyncd.conf file.

  use chroot = false
 strict modes = false
 read only = false
 list = true
 auth users = backup
 secrets file = /etc/rsyncd.secrets

 [test]
 path = /home/krsnendu/test/
 comment = Test Directory
 [Finance]
 path = /home/finance
 comment = Home of MYOB file

 In config.pl is has
 $Conf{RsyncShareName} = 'test';


 $Conf{RsyncdClientPort} = 873;

 $Conf{RsyncdUserName} = 'backup';

 $Conf{RsyncdPasswd} = 'rsync';

 $Conf{RsyncdAuthRequired} = 1;

 On 11/12/06, Krsnendu dasa [EMAIL PROTECTED] wrote:
  I've somehow got BackupPC running on Fedora Core 5. I decided
  uninstall and reinstall and now it actually works (After changing a
  few permisions here and there.)
  Now when I try to back up using rsyncd I get the following error...
 
  auth required, but service test is open/insecure...
 
  Can someone help me to fix this.
 
  Thanks.
 
  Krsnendu dasa
 


-
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.phpp=sourceforgeCID=DEVDEV
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] Error: Cannot connect to BackupPC

2006-12-08 Thread Krsnendu dasa
Can someone help me with this error.
I have fixed permissions to allow web interface to work and to access
log files from the web interface, but I still get the above error.

-
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.phpp=sourceforgeCID=DEVDEV
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] Error: could not open password file: /etc/BackupPC/apache.users

2006-12-05 Thread Krsnendu dasa
Can anyone help me with this error. Installed on Fedora Core 5 using yum.

[Tue Dec 05 08:07:40 2006] [error] [client 127.0.0.1] (13)Permission
denied: Could not open password file: /etc/BackupPC/apache.users
[Tue Dec 05 08:07:40 2006] [error] [client 127.0.0.1] access to
/BackupPC failed, reason: verification of user id 'krsnendu' not
configured

-
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.phpp=sourceforgeCID=DEVDEV
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] Installation on Fedora Core 5 login to CGI page trouble.

2006-12-04 Thread Krsnendu dasa
I have previously (several months ago) installed Backuppc on Ubuntu.
This time I am trying to install it on K12LTSP 5 (Fedora Core 5)I
installed using yum. Then I edited config.pl and hosts the same way
the files on Ubuntu were set up. Next I tried to connect to the CGI
interface.
I typed http://localhost/BackupPC I was then presented with the
username and password screen. I can't get past it. I tried backuppc,
root my username (which defined in config.pl)
I tried setting adminusers to * also.
No joy. What should I do next?

-
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.phpp=sourceforgeCID=DEVDEV
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] Installation on Fedora Core 5 login to CGI pagetrouble.

2006-12-04 Thread Krsnendu dasa
I found the file /etc/httpd/conf.d/BackupPC.conf  As follows:

Directory   /usr/share/BackupPC/sbin/
# BackupPC requires valid authentication in order for the web interface to
# function properly.  One can view the web interface without authentication
# though all functionality is disabled.
#
# htpasswd -c /etc/BackupPC/apache.users yourusername
#

order deny,allow
deny from all
allow from 127.0.0.1
AuthType Basic
AuthUserFile /etc/BackupPC/apache.users
AuthName BackupPC

require valid-user

/Directory


Alias   /BackupPC/images/usr/share/BackupPC/html/
ScriptAlias /BackupPC   /usr/share/BackupPC/sbin/BackupPC_Admin

I added my username and backuppc and BackupPC to the
/etc/BackupPC/apache.users file.
Still can't get past username and password dialog on web page.

On 05/12/06, Eric Snyder [EMAIL PROTECTED] wrote:
 I'll bet you have an Apache password issue. When BackupPC installed it
 should have set up a username of backuppc and an 8 character long random
 looking password. Every time I have run install it comes up with a screen
 that gives you this password. This username and password is stored in a file
 in the directory, I believe that the file is called htpasswd. This is an
 Apache web server password. To set the password you need to do an htpasswd
 command. You will find general instructions on using htpasswd with Apache
 here:
 http://www.apacheweek.com/features/userauth

 I am sorry I do not remember where the htpasswd file is stored in the
 directory structure.

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Krsnendu
 dasa
 Sent: Monday, December 04, 2006 9:57 AM
 To: backuppc-users@lists.sourceforge.net
 Subject: [BackupPC-users] Installation on Fedora Core 5 login to CGI
 pagetrouble.

 I have previously (several months ago) installed Backuppc on Ubuntu.
 This time I am trying to install it on K12LTSP 5 (Fedora Core 5)I
 installed using yum. Then I edited config.pl and hosts the same way
 the files on Ubuntu were set up. Next I tried to connect to the CGI
 interface.
 I typed http://localhost/BackupPC I was then presented with the
 username and password screen. I can't get past it. I tried backuppc,
 root my username (which defined in config.pl)
 I tried setting adminusers to * also.
 No joy. What should I do next?

 -
 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.phpp=sourceforgeCID=DEVDEV
 ___
 BackupPC-users mailing list
 BackupPC-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/backuppc-users
 http://backuppc.sourceforge.net/




-
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.phpp=sourceforgeCID=DEVDEV
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] rsync on windows cygwin1.dll

2006-11-27 Thread Krsnendu dasa

I have been away for a while but now have a pressing need to set up BackupPC
to backup the windows laptops at our school.
The problem I had previously is that I had conflicts with the
cygwin1.dllfile used by nxclient that is installed on all our laptops.
Has anyone worked out a way around that?
-
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.phpp=sourceforgeCID=DEVDEV___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] Which email program is best for backup?

2006-11-26 Thread Krsnendu dasa

It mentions in the documentation that outlook is inefficient as far as
backuppc is concerned because everything is saved in one file so the whole
file has to be backed up everytime. There is also the file locking problem.
How does Thunderbird compare? Does it also save all its files in one file or
does it break them up? Does it lock the files?
Are there any other windows email programs that are better?
I personally use gmail online, but the others in the office prefer to read
their mail offline.

Is there a recommended email program that is best for backuppc backups?
-
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.phpp=sourceforgeCID=DEVDEV___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] Rsync on windows problem

2006-11-25 Thread Krsnendu dasa

I install rsync using the msi installer.
When I try to run the service from windows Administrative tools/services it
gives me the message.
The rsyncd service on Local Computer started and then stopped. Some
services stop automatically if they have no work for example the Performance
logs and Alerts service.

When I try to start it from the command line I get the error:

C:\Documents and Settings\Krsnenducygrunsrv -S rsyncd
cygrunsrv: Error starting a service: QueryServiceStatus:  Win32 error 1062:
The service has not been started.

What's happening?

It used to work fine previously but because of conflicts with cygwin1.dll in
NX Client I stopped it and only recently tried reinstalling it.
-
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.phpp=sourceforgeCID=DEVDEV___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] Rsync on windows problem

2006-11-25 Thread Krsnendu dasa

OK. I've uninstalled NX client, and Cygwin. Removed all instances of
cygwin1.dll, rsync etc.
Removed all references to Cygwin, nx etc from registry.
Rebooted.
Copied contents of zip file to c:\rsyncd
double clicked service.bat

It still won't run as a service. :-(

On 26/11/06, Les Stott [EMAIL PROTECTED] wrote:


 Krsnendu dasa wrote:

Thanks for the tips.

On 26/11/06, Les Stott  [EMAIL PROTECTED] wrote:


 My guess is that you still have some left over registry entries from the
 NX client install which are causing the crash.

 so, best bet would be to remove cygwin, delete all references left
 behind in the registry for cygwin and NX Client (removing and
 reinstalling cygwin is not enough) and then reinstall.


How do I delete the registry references?

use regedit, and manually search for the entries.

Les

-
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.phpp=sourceforgeCID=DEVDEV

___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/



-
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.phpp=sourceforgeCID=DEVDEV___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] OT - Minimum specs for a BackupPC server

2006-07-10 Thread Krsnendu Dasa
-- Forwarded message --
From: *Carl Keil* [EMAIL PROTECTED]
Date: 11-Jul-2006 15:22
Subject: [K12OSN] OT - Minimum specs for a BackupPC server
To: [EMAIL PROTECTED]

Hi folks,

I tried emailing the backuppc-users list but my email keeps bouncing, so
I thought I'd try here.

Almost every night I get an email from my backuppc server telling me
that the backup process was aborted due to signal=PIPE.  I've tried
upping the timeout to no avail.  Some nights the backup works, often it
works when I do it manually, but not always.  Anyway, my server is very
wimpy.  I'm running a Celeron 466, 256 of RAM and the backup drive is
78% full.  Which of any of that would you think could be causing the
problem?  Or do you think this isn't the issue.  top shows my CPU
pegged at 99% for a lot of the backup.  My backups are usually taking
about 650+ minutes when they manage to finish.

Thanks a lot, list.

ck

-- 
Please note my new email address:-
[EMAIL PROTECTED]



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] installing rsync using cygwin with Nxclient installed.

2006-04-10 Thread Krsnendu Dasa

I have installed Backuppc on Ubuntu 5.10 using
#apt-get install backuppc
(much easier than setting it up on K12LTSP. I found it really tricky 
setting up apache, cgi-perl etc. Too much to learn at once.)

Anyway... installed it fine.
Next working out how to install Rsync on Windows:
I installed Cygwin with Rsync (2.6.6 and cygunsrv. (Using the bundled 
version didn't work because I already had NX client installed which uses 
cygwin1.dll and previously had installed cygwin also.)
After installing Cygwin extracted the rsync.zip file from Backuppc to 
c:\rsync thenI copied Rsync and cygunsrv from cygwin onto of the ones in 
c:\rsync

Then I set up the .conf and secrets file.
Installed it by running service.bat from c:\rsync
I tested it by connecting from ubuntu server using rsync -av 
[EMAIL PROTECTED]::testdir . (Substituting my own user, server etc. of course.)

This worked!! :-) This will probably be good enough to use Backuppc...
But when I run rsync from command prompt it still complains about 
multiple cygwin1.dll files. What do I have to do to fix this?





---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] Backuppc unable to find host

2006-04-10 Thread Krsnendu Dasa
I have set up rsync as a service on my windows computer. I can access it 
using

#rsync -av [EMAIL PROTECTED]::testdir .
I have set up the host file and set up rsyncd as the method.
I have done #nmlookup mycomputer
and it gives the ip address of my computer.
But...
When I log in to Backuppc it gives the message
Error: Unable to connect to BackupPC server

When I type in the name of my computer mycomputer into the go box I 
get this error.

Error: Unknown host or user mycomputer

What do I do next?
How do I view my backups, restore etc.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] Backuppc unable to find host

2006-04-10 Thread Krsnendu Dasa

I tried starting the program using run command as another user
/usr/share/backuppc/bin/BackupPC
as backuppc
I then entered the password given to me at installation time (the one 
which gets me into the webpage)

It says Wrong password

Krsnendu Dasa wrote:

I have set up rsync as a service on my windows computer. I can access 
it using

#rsync -av [EMAIL PROTECTED]::testdir .
I have set up the host file and set up rsyncd as the method.
I have done #nmlookup mycomputer
and it gives the ip address of my computer.
But...
When I log in to Backuppc it gives the message
Error: Unable to connect to BackupPC server

When I type in the name of my computer mycomputer into the go box I 
get this error.

Error: Unknown host or user mycomputer

What do I do next?
How do I view my backups, restore etc.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting 
language
that extends applications into web and mobile media. Attend the live 
webcast
and join the prime developer group breaking into this new coding 
territory!

http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/





---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] Backuppc unable to find host

2006-04-10 Thread Krsnendu Dasa
I changed the password for backuppc the ran #su -u backuppc 
/usr/share/backuppc/bin/BackupPC
Now when I connect to BackuPC webpage it loads, but it only shows the 
localhost. How do I get it to show the host on my windows computer?

Also how do I get backuppc to run as a service as user backuppc?

Krsnendu Dasa wrote:


I tried starting the program using run command as another user
/usr/share/backuppc/bin/BackupPC
as backuppc
I then entered the password given to me at installation time (the one 
which gets me into the webpage)

It says Wrong password

Krsnendu Dasa wrote:

I have set up rsync as a service on my windows computer. I can access 
it using

#rsync -av [EMAIL PROTECTED]::testdir .
I have set up the host file and set up rsyncd as the method.
I have done #nmlookup mycomputer
and it gives the ip address of my computer.
But...
When I log in to Backuppc it gives the message
Error: Unable to connect to BackupPC server

When I type in the name of my computer mycomputer into the go box I 
get this error.

Error: Unknown host or user mycomputer

What do I do next?
How do I view my backups, restore etc.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting 
language
that extends applications into web and mobile media. Attend the live 
webcast
and join the prime developer group breaking into this new coding 
territory!

http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/





---
This SF.Net email is sponsored by xPML, a groundbreaking scripting 
language
that extends applications into web and mobile media. Attend the live 
webcast
and join the prime developer group breaking into this new coding 
territory!

http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/





---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/