Re: [BackupPC-users] Scoket Files

2007-06-28 Thread Ali Bendriss
Hi,

You don't need to backup any socket files, try to stop you mail or whatever 
service and you will not see that file anymore. There are created automaticly 
and are used as a way of communication for local process,

You can safely exclude those files from the backup, just keep the directories.

On Saturday 23 June 2007 00:14, Arron Cox wrote:
 Hi,
 I have an issue where my backups on a linux box would not run.  I would get
 this error...Connected to mail.leversets.com:873, remote version 29 Got
 response: c2705a13faf181c5859b60f860b9eccc
 Auth: got challenge: LSc92vNLWv4sIZ5rL6ZGJw, reply: root
 wnBaE/rxgcWFm2D4YLnszA Connected to module rootbackup
 Sending args: --server --sender --numeric-ids --perms --owner --group
 --devices --links --times --block-size=2048 --recursive --ignore-times . .
 Checksum seed is 1182385084
 Got checksumSeed 0x4679c3bc
 fileListReceive() failed
 Done: 0 files, 0 bytes
 Got fatal error during xfer (fileListReceive failed)
 Backup aborted (fileListReceive failed)
 I got this using SSH and not using SSH.  I currently backup about 13
 windows servers just fine, but this one linux box has issues.  So I went on
 google and found this
 site...http://contented.life.eu.org/articles/backuppc-woe/He talks about
 the issue I have and he found out that it was caused by socket files.  Is
 there a fix for this?  I was able to get the backup started after I edited
 the config file for the linux box to exclude the directories with those
 socket files.  But I need to do a full backup of this data.  How can I get
 this to backup?Any Info would be great!Thank you All!
 _
 Play free games, earn tickets, get cool prizes! Join Live Search Club. 
 http://club.live.com/home.aspx?icid=CLUB_wlmailtextlink

-- 
Ali 

-
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] Scoket Files

2007-06-28 Thread Ali Bendriss
I reply to myself,
As suggested by Rodrigo Real, 
the option  --specials is missing from your rsync command.

from the man 
--specials
This option causes rsync to transfer special files such as named sockets and 
fifos.

On Thursday 28 June 2007 18:17, Ali Bendriss wrote:
  Sending args: --server --sender --numeric-ids --perms --owner --group
  --devices --links --times --block-size=2048 --recursive --ignore-times .
  .

-- 
Ali 

-
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] Scoket Files (probably meaning Socket Files)

2007-06-28 Thread Holger Parplies
Hi,

Ali Bendriss wrote on 28.06.2007 at 18:17:09 [Re: [BackupPC-users] Scoket 
Files]:
 You don't need to backup any socket files, try to stop you mail or whatever 
 service and you will not see that file anymore. There are created automaticly 
 and are used as a way of communication for local process,

while it is perfectly true that backing up a socket file won't save any data
transfered through the socket, much less the state of the process on the
other end of it, it is far from pointless. It documents system state, which
may or may not be of interest at some point in the future (this is probably
true of *any* data in a backup: it very often turns out you didn't need it,
though you might have). If I found a socket named
/usr/local/innoccuous/password_sniffer on my system, I'd certainly be
interested in finding out when it first appeared. Likewise if a socket I was
expecting was not to be found.

 You can safely exclude those files from the backup, just keep the directories.

Excluding sockets by name is cumbersome and error-prone. What's wrong about
the recommendations usually given when this FAQ pops up once again?

Ali Bendriss wrote on 28.06.2007 at 18:49:40 [Re: [BackupPC-users] Scoket 
Files]:
 I reply to myself,
 As suggested by Rodrigo Real, 
 the option  --specials is missing from your rsync command.
 
 from the man 
 --specials
 This option causes rsync to transfer special files such as named sockets and 
 fifos.

While this is basically correct, the common advice to use '-D' is better:
it works both with old and new versions of rsync on the remote end. If you
are backing up more than one computer, you may in fact have both old and new
versions of rsync on the remote end.


I apologize if my original answer was a bit unfriendly, but I maintain that
replacing '--devices' with '-D' in $Conf{RsyncArgs} is the generic fix to
the generic issue of getting fileListReceive failed after upgrading rsync
on the remote end to version 2.6.8 or newer. If you look at BackupPC 3.0.0,
you'll find '-D' in the RsyncArgs in the default configuration, though
you'll notice that Craig generally prefers the verbose options over their
one-letter equivalents.


This issue first appeared on this list in March 2006. Luckily it has been
reappearing less frequently lately. I should probably get into the habit of
pointing to existing threads rather than repeating explanations.

Regards,
Holger

-
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] Scoket Files

2007-06-22 Thread Arron Cox
Hi,
I have an issue where my backups on a linux box would not run.  I would get 
this error...Connected to mail.leversets.com:873, remote version 29
Got response: c2705a13faf181c5859b60f860b9eccc
Auth: got challenge: LSc92vNLWv4sIZ5rL6ZGJw, reply: root wnBaE/rxgcWFm2D4YLnszA
Connected to module rootbackup
Sending args: --server --sender --numeric-ids --perms --owner --group --devices 
--links --times --block-size=2048 --recursive --ignore-times . .
Checksum seed is 1182385084
Got checksumSeed 0x4679c3bc
fileListReceive() failed
Done: 0 files, 0 bytes
Got fatal error during xfer (fileListReceive failed)
Backup aborted (fileListReceive failed)
I got this using SSH and not using SSH.  I currently backup about 13 windows 
servers just fine, but this one linux box has issues.  So I went on google and 
found this site...http://contented.life.eu.org/articles/backuppc-woe/He talks 
about the issue I have and he found out that it was caused by socket files.  Is 
there a fix for this?  I was able to get the backup started after I edited the 
config file for the linux box to exclude the directories with those socket 
files.  But I need to do a full backup of this data.  How can I get this to 
backup?Any Info would be great!Thank you All!
_
Play free games, earn tickets, get cool prizes! Join Live Search Club. 
http://club.live.com/home.aspx?icid=CLUB_wlmailtextlink-
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] Scoket Files

2007-06-22 Thread Holger Parplies
Hi,

Arron Cox wrote on 22.06.2007 at 16:14:13 [[BackupPC-users] Scoket Files]:
 [...] remote version 29 [...]
 Sending args: --server --sender --numeric-ids --perms --owner --group 
 --devices --links --times --block-size=2048 --recursive --ignore-times . .

as always: s/--devices/-D/

 So I went on google and found this site...
 http://contented.life.eu.org/articles/backuppc-woe/

I'm amazed you didn't find the hundreds of threads we've had on this list
about the issue.

Regards,
Holger

-
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/