[BackupPC-users] Rsyncd

2006-11-28 Thread Byron Trimble
I've rsyncd to backup a Win2k Server to a Linux server. I'm getting this
error message when trying to perform the backup:

backup failed (Unknown module 'Modulename')

I setup the Modulename in the rsyncd.conf file on the Win2k Server. I also
have the rsyncd service running on the Win2k server. Any ideas on what could
be wrong?

Thanks,



Byron J. Trimble
Technical Specialist/Systems Administrator
407-515-8613
[EMAIL PROTECTED]
Skype ID: btrimble


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


[BackupPC-users] rsyncd info

2009-02-16 Thread Terry
Hi I was just wondering what rsync does when running rsyncd on the 
client if a full backup fails.
Does it try and continue from where it left off on the next run ?
Also for the next full backup I assume it does a complete copy ?

Thanks
Terry

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
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/


[BackupPC-users] RSYNCD exclusions

2006-05-11 Thread Lee A. Connell








I am using rsyncd for transport which is working great on a
windows client.  However I specified an exclusion:

 

 

$Conf{XferMethod} = 'rsyncd';

$Conf{RsyncShareName} = 'Data';

$Conf{RsyncdAuthRequired} = 0;

 

$Conf{BackupFilesExclude} = ['/cygdrive/d/MUSIC'];

 

This did not work, it backed up the MUSIC folder anyways, am
I excluding that properly?

 

Lee Connell

Network Engineer

 



15 Main St. Suite 10

Littleton, NH 03561

603-444-3937

 








--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.392 / Virus Database: 268.5.5/333 - Release Date: 5/5/2006
 

  


[BackupPC-users] rsyncd problems

2006-11-14 Thread William McInnis
Contents of file /backup//pc/mysql/XferLOG.0, modified 2006-11-14 10:38:03 
(Extracting only Errors)

full backup started for directory etc
Connected to mysql:873, remote version 28
Negotiated protocol version 28
Got response: ad92311fc9ae311f15816223ed0eee25
Auth: got challenge: fWK22d9smmc5X00ezgXIIw, reply: root 
rZIxH8muMR8VgWIj7Q7uJQ
Connected to module etc
Sending 
args: --server --sender --numeric-ids --perms --owner --group -D --links 
--times --block-size=2048 --recursive --ignore-times . .
Checksum seed is 1163522332
Got checksumSeed 0x4559f11c
Got file list: 2013 entries
Child PID is 31968
Xfer PIDs are now 31968
Sending csums, cnt = 2013, phase = 0
[ skipped 845 lines ]
Sending csums, cnt = 0, phase = 1
[ skipped 1168 lines ]
Finished deltaGet phase 0
Finished deltaGet phase 1
Done: 1666 files, 9016506 bytes
full backup started for directory logs
Connected to mysql:873, remote version 28
Negotiated protocol version 28
Got response: c26b2086867de61dcfeb440d027a2eb8
Auth: got challenge: TRdnq7U91ssQH3kxZIGcJQ, reply: root 
wmsghoZ95h3P60QNAnouuA
Error connecting to module logs at mysql:873: chroot failed
Got fatal error during xfer (chroot failed)
Backup aborted (chroot failed)



now it works for my etc dir but my /logs and /usr/willsscript ( its just a 
mysql dump script) do not work

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


-
SF.net email is sponsored by: A Better Job is Waiting for You - Find it Now.
Check out Slashdot's new job board. Browse through tons of technical jobs
posted by companies looking to hire people just like you.
http://jobs.slashdot.org/
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] Rsyncd

2006-11-28 Thread Les Mikesell
On Tue, 2006-11-28 at 14:28 -0500, Byron Trimble wrote:
> I've rsyncd to backup a Win2k Server to a Linux server. I'm getting this
> error message when trying to perform the backup:
> 
> backup failed (Unknown module 'Modulename')
> 
> I setup the Modulename in the rsyncd.conf file on the Win2k Server. I also
> have the rsyncd service running on the Win2k server. Any ideas on what could
> be wrong?

Did you restart the rsyncd service after making the change?  If you
run 'rsync hostname::' from another machine you should get back
a list of configured modules.

-- 
  Les Mikesell
   [EMAIL PROTECTED]



-
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.php&p=sourceforge&CID=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] Rsyncd

2006-11-28 Thread Byron Trimble
Les,

One question. I have BackupPC running on a Linux server. I'm trying to
backup a Win2k server. Should I have the rsync daemon running on the Linux
or Win2k server? 

-Original Message-
From: Les Mikesell [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 28, 2006 4:02 PM
To: Byron Trimble
Cc: Backuppc-Users (E-mail)
Subject: Re: [BackupPC-users] Rsyncd


On Tue, 2006-11-28 at 14:28 -0500, Byron Trimble wrote:
> I've rsyncd to backup a Win2k Server to a Linux server. I'm getting this
> error message when trying to perform the backup:
> 
> backup failed (Unknown module 'Modulename')
> 
> I setup the Modulename in the rsyncd.conf file on the Win2k Server. I also
> have the rsyncd service running on the Win2k server. Any ideas on what
could
> be wrong?

Did you restart the rsyncd service after making the change?  If you
run 'rsync hostname::' from another machine you should get back
a list of configured modules.

-- 
  Les Mikesell
   [EMAIL PROTECTED]


-
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.php&p=sourceforge&CID=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] Rsyncd

2006-11-28 Thread Les Mikesell
On Tue, 2006-11-28 at 16:57 -0500, Byron Trimble wrote:

> One question. I have BackupPC running on a Linux server. I'm trying to
> backup a Win2k server. Should I have the rsync daemon running on the Linux
> or Win2k server? 

The rsync daemon would run on the win2k box.  Backuppc has a version
of rsync embedded, but you can test the setup with the linux
command line rsync like:
rsync target_host::
The double-colons indicate that the remote is running in standalone
daemon mode and omitting a destination makes it give a listing.
After you see the module name list you can:
rsync target_host::module/
for a directory listing.  If those aren't working, you have a problem
on the windows side.

-- 
  Les Mikesell
   [EMAIL PROTECTED]


-
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.php&p=sourceforge&CID=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] Rsyncd

2006-11-29 Thread Byron Trimble
On the Win2k side, are the directory paths in the rsyncd.conf supposed to be
\ (windows) or /(unix)?

-Original Message-
From: Les Mikesell [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 28, 2006 5:13 PM
To: Byron Trimble
Cc: Backuppc-Users (E-mail)
Subject: Re: [BackupPC-users] Rsyncd


On Tue, 2006-11-28 at 16:57 -0500, Byron Trimble wrote:

> One question. I have BackupPC running on a Linux server. I'm trying to
> backup a Win2k server. Should I have the rsync daemon running on the Linux
> or Win2k server? 

The rsync daemon would run on the win2k box.  Backuppc has a version
of rsync embedded, but you can test the setup with the linux
command line rsync like:
rsync target_host::
The double-colons indicate that the remote is running in standalone
daemon mode and omitting a destination makes it give a listing.
After you see the module name list you can:
rsync target_host::module/
for a directory listing.  If those aren't working, you have a problem
on the windows side.

-- 
  Les Mikesell
   [EMAIL PROTECTED]

-
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.php&p=sourceforge&CID=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] Rsyncd

2006-11-29 Thread Les Stott

Byron Trimble wrote:

On the Win2k side, are the directory paths in the rsyncd.conf supposed to be
\ (windows) or /(unix)?

  

"/"

path = c:/test/

or

path = /cygdrive/c/test/


Regards,

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.php&p=sourceforge&CID=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] Rsyncd

2006-11-29 Thread Byron Trimble
When I ran rsync target_host::, this is the message that I reeived:

@ERROR: auth failed on module MSSQL
rsync error: error starting client-server protocol (code 5) at main.c(1296)
[receiver=2.6.8]

Any advice on what this error means?

Thanks,

-Original Message-
From: Les Mikesell [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 28, 2006 5:13 PM
To: Byron Trimble
Cc: Backuppc-Users (E-mail)
Subject: Re: [BackupPC-users] Rsyncd


On Tue, 2006-11-28 at 16:57 -0500, Byron Trimble wrote:

> One question. I have BackupPC running on a Linux server. I'm trying to
> backup a Win2k server. Should I have the rsync daemon running on the Linux
> or Win2k server? 

The rsync daemon would run on the win2k box.  Backuppc has a version
of rsync embedded, but you can test the setup with the linux
command line rsync like:
rsync target_host::
The double-colons indicate that the remote is running in standalone
daemon mode and omitting a destination makes it give a listing.
After you see the module name list you can:
rsync target_host::module/
for a directory listing.  If those aren't working, you have a problem
on the windows side.

-- 
  Les Mikesell
   [EMAIL PROTECTED]

-
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.php&p=sourceforge&CID=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] Rsyncd

2006-11-29 Thread Les Mikesell
On Wed, 2006-11-29 at 14:48, Byron Trimble wrote:
> When I ran rsync target_host::, this is the message that I reeived:
> 
> @ERROR: auth failed on module MSSQL
> rsync error: error starting client-server protocol (code 5) at main.c(1296)
> [receiver=2.6.8]
> 
> Any advice on what this error means?

It may just mean you didn't supply the right password.  Try a
backup run and look at the log.

-- 
  Les Mikesell
   [EMAIL PROTECTED]



-
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.php&p=sourceforge&CID=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] Rsyncd

2006-11-30 Thread Byron Trimble
I tried to run the backup again, and received the same message. What
password should I be supplying?

-Original Message-
From: Les Mikesell [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 29, 2006 11:45 PM
To: Byron Trimble
Cc: Backuppc-Users (E-mail)
Subject: Re: [BackupPC-users] Rsyncd


On Wed, 2006-11-29 at 14:48, Byron Trimble wrote:
> When I ran rsync target_host::, this is the message that I reeived:
> 
> @ERROR: auth failed on module MSSQL
> rsync error: error starting client-server protocol (code 5) at
main.c(1296)
> [receiver=2.6.8]
> 
> Any advice on what this error means?

It may just mean you didn't supply the right password.  Try a
backup run and look at the log.

-- 
  Les Mikesell
   [EMAIL PROTECTED]


-
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.php&p=sourceforge&CID=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] Rsyncd

2006-11-30 Thread Byron Trimble
Also when I run rsync target_host::, I get nothing. But when I add the
Modulename, I get:

@ERROR: auth failed on module ..
rsync error: error starting client-server protocol (code 5) at main.c(1296)
[receiver=2.6.8]

-Original Message-
From: Les Mikesell [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 29, 2006 11:45 PM
To: Byron Trimble
Cc: Backuppc-Users (E-mail)
Subject: Re: [BackupPC-users] Rsyncd


On Wed, 2006-11-29 at 14:48, Byron Trimble wrote:
> When I ran rsync target_host::, this is the message that I reeived:
> 
> @ERROR: auth failed on module MSSQL
> rsync error: error starting client-server protocol (code 5) at
main.c(1296)
> [receiver=2.6.8]
> 
> Any advice on what this error means?

It may just mean you didn't supply the right password.  Try a
backup run and look at the log.

-- 
  Les Mikesell
   [EMAIL PROTECTED]


-
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.php&p=sourceforge&CID=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] Rsyncd

2006-11-30 Thread Les Mikesell
On Thu, 2006-11-30 at 10:41 -0500, Byron Trimble wrote:
> I tried to run the backup again, and received the same message. What
> password should I be supplying?

Whatever matches your rsyncd.conf settings on the other end. If you
specify something like:
auth users = backuppc
secrets file = C:\rsyncd\rsyncd.secrets
the password would be whatever you put in the rsycnd.secrets files
in the form backuppc:my_password
I think these are case sensitive.

-- 
  Les Mikesell
   [EMAIL PROTECTED]



-
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.php&p=sourceforge&CID=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] Rsyncd

2006-11-30 Thread Byron Trimble
After changing some configurations, I received this meesage in the rsynd.log
file:

"missing secret for user""

I know that I have this user in the rysncd.secrets file.

Thanks,

-Original Message-
From: Les Mikesell [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 30, 2006 12:11 PM
To: Byron Trimble
Cc: Backuppc-Users (E-mail)
Subject: Re: [BackupPC-users] Rsyncd


On Thu, 2006-11-30 at 10:41 -0500, Byron Trimble wrote:
> I tried to run the backup again, and received the same message. What
> password should I be supplying?

Whatever matches your rsyncd.conf settings on the other end. If you
specify something like:
auth users = backuppc
secrets file = C:\rsyncd\rsyncd.secrets
the password would be whatever you put in the rsycnd.secrets files
in the form backuppc:my_password
I think these are case sensitive.

-- 
  Les Mikesell
   [EMAIL PROTECTED]


-
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.php&p=sourceforge&CID=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] Rsyncd

2006-11-30 Thread Les Mikesell
On Thu, 2006-11-30 at 13:29 -0500, Byron Trimble wrote:
> After changing some configurations, I received this meesage in the rsynd.log
> file:
> 
> "missing secret for user""
> 
> I know that I have this user in the rysncd.secrets file.

When running backuppc, the user will be what you set in
$Conf{RsyncdUserName} = 
and the password in
$Conf{RsyncdPasswd} =

Be sure they match, including upper/lower case and that there are
no spaces around the : separating the user and password in the
rsyncd.secrets file.

If you are testing with the command line rsync and the user
is not the same as the logged-in user running the command,
use the syntax:
rsync [EMAIL PROTECTED]::module

-- 
  Les Mikesell
   [EMAIL PROTECTED]




-
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.php&p=sourceforge&CID=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] Rsyncd

2006-12-01 Thread Byron Trimble
I received this error meesage last night when my backups ran:

backup failed (aborted by signal=PIPE)

Could anyone tell me what this means.

-Original Message-
From: Les Mikesell [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 30, 2006 5:55 PM
To: Byron Trimble
Cc: Backuppc-Users (E-mail)
Subject: Re: [BackupPC-users] Rsyncd


On Thu, 2006-11-30 at 13:29 -0500, Byron Trimble wrote:
> After changing some configurations, I received this meesage in the
rsynd.log
> file:
> 
> "missing secret for user""
> 
> I know that I have this user in the rysncd.secrets file.

When running backuppc, the user will be what you set in
$Conf{RsyncdUserName} = 
and the password in
$Conf{RsyncdPasswd} =

Be sure they match, including upper/lower case and that there are
no spaces around the : separating the user and password in the
rsyncd.secrets file.

If you are testing with the command line rsync and the user
is not the same as the logged-in user running the command,
use the syntax:
rsync [EMAIL PROTECTED]::module

-- 
  Les Mikesell
   [EMAIL PROTECTED]



-
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.php&p=sourceforge&CID=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] Rsyncd

2006-12-01 Thread Nicholas Hall

On 12/1/06, Byron Trimble <[EMAIL PROTECTED]> wrote:


I received this error meesage last night when my backups ran:

backup failed (aborted by signal=PIPE)

Could anyone tell me what this means.




Byron, perhaps you should post your rsyncd.conf on your Window's box and pc
config.pl from BackupPC to the list.  Make sure to censor your passwords if
necessary.  It seems like you have a simple misconfiguration issue but it's
hard to pin point without specifics.

--
Nicholas Hall
[EMAIL PROTECTED]
262.208.6271
-
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.php&p=sourceforge&CID=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] Rsyncd

2006-12-01 Thread Nils Breunese (Lemonbit)
Nicholas Hall wrote:

> On 12/1/06, Byron Trimble <[EMAIL PROTECTED]> wrote:
> I received this error meesage last night when my backups ran:
>
> backup failed (aborted by signal=PIPE)
>
> Could anyone tell me what this means.
>
>
> Byron, perhaps you should post your rsyncd.conf on your Window's  
> box and pc config.pl from BackupPC to the list.  Make sure to  
> censor your passwords if necessary.  It seems like you have a  
> simple misconfiguration issue but it's hard to pin point without  
> specifics.

I use rsync over ssh with Linux boxes, but every once in a while I  
get the 'aborted by signal=PIPE' error too. When I restart the backup  
it usually just works. Might have been a network hiccup?

Nils Breunese.

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


[BackupPC-users] rsyncd exclude

2006-12-04 Thread Algobit
I try to use the exclude directive in rsyncd.conf on my windows machine

[docs]
#   
# 
#
path = C:/Documents and Settings/ENRICO/Documenti
exclude = C:/Documents and Settings/ENRICO/Documenti/Macchine virtuali

but the directory isn't excluded.

I have to use in config.pl $Conf{BackupFilesExclude} ?



-
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.php&p=sourceforge&CID=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] Rsyncd

2006-12-04 Thread Byron Trimble
Here is my rsyncd.conf file:
 
use chroot = false
max connections = 4
log file = c:/rsyncd/rsyncd.log
pid file = c:/rsyncd/rsyncd.pid
lock file = c:/rsyncd/rsyncd.lock
 
[mssql]
 
path = g:/MSSQL/Backup
comment = MSSQL Database Backup
auth users = backuppc, root
uid = backuppc
gid = backuppc
secrets file = c:/rsyncd/rsyncd.secrets
hosts allow = 10.1.6.160, 209.4.229.160, localhost
strict modes = false
read only = true
list = false
transfer logging = yes
 
Here is my rsyncd.secrets file:
 
#
# The format of this file is user:password. You can have as many entries
# as you wish. These accounts are sepecifc to the rsync daemon and share
# no relation to Windows local/domain accounts, nor Cywin entries in the
# passwd file.
#
# SECURITY WARNING: Don't use these defaults of UUU for the user name
# and PPP for the password! Change them!!
#
# Also: make sure this file ends in a newline.  Otherwise the last
# username/password pair will be ignored.
#
 
backuppc:*
root:*
 
Here is my per pc config.pl
 
# Tell BackupPC we wish to use rsyncd: requires rsync to be running as
# a service/daemon on the client system
#
$Conf{XferMethod} = 'rsyncd';
#
# Tell BackupPC which user name and password to use.  This should
# match the userName:password pair in the C:\rsyncd\rsyncd.secrets
# file on the client.
#
$Conf{RsyncdUserName}  = 'backuppc';
$Conf{RsyncdPasswd}= '**';
$Conf{RsyncdAuthRequired} = 1;
 
#
# Tell BackupPC which share to backup.  This should be the name
# of the module from C:\rsyncd\rsyncd.conf on the client (the
# name inside the square brackets).  In the sample rsynd.conf
# file the cDrive module is the entire C drive.
#
$Conf{RsyncShareName}  = 'mssql';
 
#
# Rsync daemon port on the client, for $Conf{XferMethod} = "rsyncd".
#
$Conf{RsyncdClientPort} = 873;
 
$Conf{XferLogLevel} = 3;
$Conf{WakeupSchedule} = [ '06' ];
$Conf{SendmailPath} = '/usr/sbin/sendmail';
$Conf{EMailNotifyMinDays} = 1.0;
$Conf{EMailFromUserName} = 'backuppc';
$Conf{EMailAdminUserName} = '[EMAIL PROTECTED]'
 ;

Thanks,
 

-Original Message-
From: Nicholas Hall [mailto:[EMAIL PROTECTED]
Sent: Friday, December 01, 2006 12:41 PM
To: Byron Trimble
Cc: Backuppc-Users (E-mail)
Subject: Re: [BackupPC-users] Rsyncd


On 12/1/06, Byron Trimble < [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> >
wrote: 


I received this error meesage last night when my backups ran:

backup failed (aborted by signal=PIPE)

Could anyone tell me what this means.



Byron, perhaps you should post your rsyncd.conf on your Window's box and pc
config.pl from BackupPC to the list.  Make sure to censor your passwords if
necessary.  It seems like you have a simple misconfiguration issue but it's
hard to pin point without specifics.


-- 
Nicholas Hall
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> 
262.208.6271 

-
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.php&p=sourceforge&CID=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] Rsyncd

2006-12-04 Thread Byron Trimble
This is the error message that I'mgetting now:

rsync: getaddrinfo:  873: Name or service not known
rsync error: error in socket IO (code 10) at clientserver.c(107)
[receiver=2.6.8]

Thanks,

-Original Message-
From: Nils Breunese (Lemonbit) [mailto:[EMAIL PROTECTED]
Sent: Friday, December 01, 2006 1:24 PM
To: backuppc-users@lists.sourceforge.net
Subject: Re: [BackupPC-users] Rsyncd


Nicholas Hall wrote:

> On 12/1/06, Byron Trimble <[EMAIL PROTECTED]> wrote:
> I received this error meesage last night when my backups ran:
>
> backup failed (aborted by signal=PIPE)
>
> Could anyone tell me what this means.
>
>
> Byron, perhaps you should post your rsyncd.conf on your Window's  
> box and pc config.pl from BackupPC to the list.  Make sure to  
> censor your passwords if necessary.  It seems like you have a  
> simple misconfiguration issue but it's hard to pin point without  
> specifics.

I use rsync over ssh with Linux boxes, but every once in a while I  
get the 'aborted by signal=PIPE' error too. When I restart the backup  
it usually just works. Might have been a network hiccup?

Nils Breunese.

-
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.php&p=sourceforge&CID=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.php&p=sourceforge&CID=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] Rsyncd

2006-12-04 Thread Byron Trimble
I'm also getting:

@ERROR: chdir failed

Thanks,

-Original Message-
From: Byron Trimble 
Sent: Monday, December 04, 2006 3:34 PM
To: 'Nils Breunese (Lemonbit)'; backuppc-users@lists.sourceforge.net
Subject: Re: [BackupPC-users] Rsyncd


This is the error message that I'mgetting now:

rsync: getaddrinfo:  873: Name or service not known
rsync error: error in socket IO (code 10) at clientserver.c(107)
[receiver=2.6.8]

Thanks,

-Original Message-
From: Nils Breunese (Lemonbit) [mailto:[EMAIL PROTECTED]
Sent: Friday, December 01, 2006 1:24 PM
To: backuppc-users@lists.sourceforge.net
Subject: Re: [BackupPC-users] Rsyncd


Nicholas Hall wrote:

> On 12/1/06, Byron Trimble <[EMAIL PROTECTED]> wrote:
> I received this error meesage last night when my backups ran:
>
> backup failed (aborted by signal=PIPE)
>
> Could anyone tell me what this means.
>
>
> Byron, perhaps you should post your rsyncd.conf on your Window's  
> box and pc config.pl from BackupPC to the list.  Make sure to  
> censor your passwords if necessary.  It seems like you have a  
> simple misconfiguration issue but it's hard to pin point without  
> specifics.

I use rsync over ssh with Linux boxes, but every once in a while I  
get the 'aborted by signal=PIPE' error too. When I restart the backup  
it usually just works. Might have been a network hiccup?

Nils Breunese.

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


[BackupPC-users] rsyncd problem

2007-02-18 Thread Jim McNamara

I am having a problem with rsyncd between backuppc and a remote windows box
running the rsync package provided on the backuppc page at sourceforge. I
installed a clean version of backuppc 3.0.0, moving all the old backups from
2.1.1 to an alternate machine should I need them later.

The problem is that rsyncd will start this job, get through the 21 Gb of
data in the apps share from the windows server, then crash out on getting
the 60 Mb from the UPC share.

Here is the rsyncd.conf file from the windows server:

use chroot = false
max connections = 2
log file = c:/rsyncd/rsyncd.log
pid file = c:/rsyncd/rsyncd.pid
lock file = c:/rsyncd/rsyncd.lock

[apps]
   path = g:/apps
   comment = apps folder
   strict modes = false
   auth users = backuppc
   secrets file = c:/rsyncd/rsyncd.secrets
   hosts allow = 192.168.2.1
   read only = false
   list = true

[UPC]
   path = f:/UPC
   comment = UPC files
   auth users = backuppc
   secrets file = c:/rsyncd/rsyncd.secrets
   hosts allow = 192.168.2.1
   strict modes = false
   read only = false
   list = true

The important part of this host's config file on the backuppc server:

$Conf{XferMethod} = 'rsyncd';
$Conf{RsyncShareName} = ['UPC', 'apps'];
$Conf{RsyncdUserName} = 'backuppc';

The password is obviously good, as backuppc can get the apps share, and both
shares set the password in the same file, c:/rsyncd/rsyncd.secrets. There is
nothing about a failure in the rsyncd.log on the windows machine.

Here are the last few lines of the backuppc error log:

Starting file 22782 (sota.ini), blkCnt=0, blkSize=2048, remainder=0
sota.ini: size doesn't match (559 vs 0)
sota.ini got digests c81c77dbde3c37fb88c32111ec7f12ec vs
c81c77dbde3c37fb88c32111ec7f12ec
[ skipped 1 lines ]
attribWrite(dir=fapps/TEMP_UPD) ->
/var/lib/backuppc/pc/mas90-server/new/fapps/fTEMP_UPD/attrib
attribSet(dir=fapps, file=sota.ini)
Finished deltaGet phase 0
Child is sending done
Got done from child
Finished deltaGet phase 1
Got stats: 11936366 4294967295 3407242700 0 ('errorCnt' => 0,'ExistFileSize'
=> '11915083623','ExistFileCnt' => 1,'TotalFileCnt' =>
22395,'ExistFileCompSize' => 1437882252,'TotalFileSize' => '21640166794')
attribWrite(dir=fapps) -> /var/lib/backuppc/pc/mas90-server/new/fapps/attrib
attribWrite(dir=) -> /var/lib/backuppc/pc/mas90-server/new//attrib
Got exit from child
Done: 22395 files, 21640166794 bytes
Got fatal error during xfer (No files dumped for share UPC)
Backup aborted (No files dumped for share UPC)

Here is the XferLOG, which is nearly identical:

Starting file 22782 (sota.ini), blkCnt=0, blkSize=2048, remainder=0
sota.ini: size doesn't match (559 vs 0)
sota.ini got digests c81c77dbde3c37fb88c32111ec7f12ec vs
c81c77dbde3c37fb88c32111ec7f12ec
 pool 777   544/513 559 sota.ini
attribWrite(dir=fapps/TEMP_UPD) ->
/var/lib/backuppc/pc/mas90-server/new/fapps/fTEMP_UPD/attrib
attribSet(dir=fapps, file=sota.ini)
Finished deltaGet phase 0
Child is sending done
Got done from child
Finished deltaGet phase 1
Got stats: 11936366 4294967295 3407242700 0 ('errorCnt' => 0,'ExistFileSize'
=> '11915083623','ExistFileCnt' => 1,'TotalFileCnt' =>
22395,'ExistFileCompSize' => 1437882252,'TotalFileSize' => '21640166794')
attribWrite(dir=fapps) -> /var/lib/backuppc/pc/mas90-server/new/fapps/attrib
attribWrite(dir=) -> /var/lib/backuppc/pc/mas90-server/new//attrib
Got exit from child
Done: 22395 files, 21640166794 bytes
Got fatal error during xfer (No files dumped for share UPC)
Backup aborted (No files dumped for share UPC)

And the last bit of confusing evidence I can produce, when I rsync at the
command line, it grabs all 60 Mb of data from the UPC share without any
difficulty

[EMAIL PROTECTED]:~$ rsync -av [EMAIL PROTECTED]::UPC temp/
Password:
receiving file list ... done
./
559D1000
B1DEF900
BD844600
BELK217782.xls
BELK230565.xls
BELK230594.xls
BLOOMINGDALES 0208235.xls
BLOOMINGDALES.xls
BLOOMINGDALES228036.xls
BLOOMINGDALES228037.xls
BLOOMONGDALES196008.xls
BOSVOVS228049.xls
Copy of NEWUPC.xls
E-mail.lnk
EF596A10
JCP164611.xls
JCP235776.xls
JCP238510.xls
MACYSWEST216630.xls
MACYW228033.xls
MARSHALLFIELDS215899.xls
MARSHALLFIELDS215899A.xls
MARSHALLFIELDS219859.xls
MARSHALLFIELDS219859A.xls
MF230739.xls
MF288052.xls
NEWUPC.xls
NEWUPC1.xls
NEWUPC2006.xls
NEWUPC218464.xls
OLDUPC.xls
so forth, and so on.

The XferLOG is larger than 10 Mb, so if people want to see that I'm willing
to post it, but I can't email it for size reasons.

Thanks for reading through this novel-length post, and if any additional
info would help, I'll be glad to add or post it.

Thanks for your time,
Jim
-
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.php&p=sourceforge&CID=DEVDEV___
Backup

[BackupPC-users] rsyncd problem

2007-04-21 Thread nilesh vaghela

I want to use rsyncd as backup method.

I am using 3.0 version.

Getting error like:

full backup started for directory /data (baseline backup #34)
Error connecting to rsync daemon at 192.168.2.206:873: inet connect:
Connection refused
Got fatal error during xfer (inet connect: Connection refused)
Backup aborted (inet connect: Connection refused)


It seems rsync daemon not running. But rsync backup works fine.

thanx
--
Nilesh Vaghela
ElectroMech
Redhat Channel Partner and Training Partner
74, Nalanda Complex, Satellite Rd, Ahmedabad
25, The Emperor, Fatehgunj, Baroda.
www.electromech.info
-
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] rsyncd and selinux

2017-05-25 Thread Kenneth Porter
I just fought through dealing with errors in my backup due to attempting to 
back up sockets and wanted to share my solution.


Here's an example of the error message:

rsync: readlink_stat("/var/spool/postfix/private/tlsmgr" (in root)) failed: 
Permission denied (13)


(Postfix creates a directory full of sockets for all its processes, so I 
got quite a few errors in that directory.)


On CentOS 7 I found I needed this:

setsebool -P rsync_full_access 1

You may also need:

setsebool -P rsync_export_all_ro 1

I'd prefer to just enable read-only access but that doesn't allow the 
readlink_stat needed to back up a socket. (I don't see a man page for that. 
Is that API part of BackupPC or rsync?)


---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
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/


[BackupPC-users] rsyncd on mac

2011-07-11 Thread Eduardo Díaz Rodríguez
Negotiated protocol version 28


Hi I see that the File-RsyncP-0.70 only runs to Protocol version 28. 
but I see interesting facts for backup MAC systems.

the default mac version 2.6.8 is very slow in my test.

I put the last version of rsync 3.0.7 and see a speed improbe.

My questions are two.

1, What is the best and the faster option for backup remote files?? 
(rsync or rsyncd) for me is rsyncd.

for example.

two full

rsync 2.6.8(mac version) 541593.5 (files in MB) TIME: 448.1
rsync 3.0.7(https://github.com/MacLemon/mlbackup/) 543157.5 (files in 
MB) TIME: 276.1.
use the last version becasue is more faster...

2,  There is any chances that the File-RsyncP perl module future 
support protocol 30 in a future?

Regards!

P.D. anybody make test?

Is interesting put this in wiki? I have the complete manual for make 
rsyncd running in MAC OS. ;-)




--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
___
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/


[BackupPC-users] Rsyncd cygwin Problem..

2013-01-30 Thread Travis.Schwenke
So, my goal was going to be rsync on all machines, I seem to have that
working fine now on my windows machines, but my work laptop is part of a
domain so I figured I would try rsyncd and learn how it worked in the
process.  It is trying to backup, but it is not following my rules
correctly.  It is only grabbing one of my directories and I am not sure why!
It is only getting the /eng_apps area and not the other two, this was
working fine with smb.

 

Start of the LOG file

full backup started for directory root (baseline backup #12)

Connected to machine:873, remote version 30

Negotiated protocol version 28

Connected to module root

Sending args: --server --sender --numeric-ids --perms --owner --group -D
--links --hard-links --times --block-size=2048 --recursive --ignore-times .
.

Sent include: /users

Sent include: /users/wzpcnt

Sent include: /data

Sent include: /eng_apps

Sent exclude: /*

Sent exclude: /users/*

 

Rsyncd.conf on machine in c:\cygwin\etc

gid = users

read only = true

use chroot = false

transfer logging = false

log file = /var/log/rsyncd.log

log format = %h %o %f %l %b

hosts allow = x.x.x.x

hosts deny = 0.0.0.0/0

strict modes = false

[root]

path = /cygdrive/c/

auth users = backuppc

secrets file = /etc/rsyncd.secret

 

 

machine.pl (I did everything via the CGI I see some smb settings are still
in the file, I omitted them this paste, I hope they are not causing the
issue)

$Conf{BackupFilesOnly} = {

  '*' => [

'/users/me',

'/data',

'/eng_apps'

  ]

};

$Conf{ClientCharset} = 'cp1252';

$Conf{RsyncShareName} = [

  'root'

];

$Conf{RsyncdPasswd} = 'xxx';

$Conf{RsyncdUserName} = 'backuppc';

$Conf{XferMethod} = 'rsyncd';

 

 

So why is it only getting ONE of the directories I specified?

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan___
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/


[BackupPC-users] rsyncd full backup

2013-10-28 Thread Sharuzzaman Ahmat Raslan
Hi,

I have implemented BackupPC for my customer.

Initially, the backup transport is SMB, but recently, I noticed a lot of
machine backup (full and incremental) is not able to complete in 8 hours,
due to large number of file, and big file size.

Last week, I installed DeltaCopy (rsycnd server for Windows) on one
machine, and change the backup transport to rysncd. The backup runs well.

But today, I noticed, when BackupPC is running a full backup on the machine
that have rsyncd, it still takes 8 hours to do full backup.

Which is I considered weird, because rsync suppose to compare that full
backup, with the previous full backup (or previous full + incremental), so
that only modified file is transferred.

That is my expectation when I plan to use rsyncd.

Any explanation why BackupPC is not running in this way? Any configuration
that I can changed to make it work like what I expect?

Thanks.

-- 
Sharuzzaman Ahmat Raslan
--
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk___
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/


[BackupPC-users] rsyncd : unexpected response

2007-12-19 Thread FL

Hi,

I try to backup Netware server with rsyncd (ver 2.6.3)

When I manually launch pull from my Linux backuppc server with command 
line :

rsync -rav -rRutzvPn --progress  --stats myserver::USER /backuppc

all work fine.

But when I launch backup from cgi interface (host home / Star full 
backup) it fail with this error :

Error connecting to module USER at myserver:873: unexpected response: 
'This is the Netware(r) port of Rsync 2.5.6.'

I don't understand  the meaning of this error and  how to solve it.

Does somebody can help me ?

Fred.


-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
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/


[BackupPC-users] rsyncd over ssh

2008-02-08 Thread Joe Krahn
I decided that the best way to handle rsync security is with rsync in
daemon mode, over ssh, with sudo. The advantages are that rsync daemon
mode allows for chroot and a lot of access controls, but running a
normal rsync daemon could leave some local access security holes, and id
very restricted by many SELinux security configurations.

I now have set up an ssh authorized_key to an unprivileged account,
which runs sudo to start rsync in daemon mode, with a specific
rsyncd.conf. (Earlier, I didn't realize that sudo can limit command
arguments as well as executables.) The rsyncd.conf enforce restrictions
better than my previous attempt at an rsync proxy command.

I have this working for BackupPC. It required a bit of hacking to merge
rsync and rsyncd connections in File::RsyncP.pm, which is implemented
outside of the RsyncP.pm module. I hacked the option to use it into
BackupPC/Xfer/Rsync.pm by using this method when rsyncd is selected with
a port value of zero.

Joe Krahn


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


[BackupPC-users] Rsyncd transfer speed

2008-02-25 Thread Alan Orlič Belšak
Hello,

is there a way to speed up transfer via rsyncd, the last backup was at 
0,9 MB/s. The network is 100Mb, the backup was made on local disk (no 
USB involved), except the include list was involved and there is a lot 
of empty directories.

Bye, Alan

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


[BackupPC-users] rsyncd in linux

2008-07-29 Thread fatima ech-charif
hi
how to configure rsyncd in linux ubuntu
because i have this problem
full backup started for directory docs (baseline backup #18)
 Got fatal error during xfer (inet connect: Connection refused)
 Backup aborted (inet connect: Connection refused)
 thanks
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/___
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/


[BackupPC-users] rsyncd connection stalled

2008-10-01 Thread Kenneth Porter
I started a backup from a new workstation and I can see the rsyncd 
connection with "lsof -i" but tcpdump shows no traffic passing over it. 
What would cause BackupPC_dump to stall? I also have another backup in 
progress from another system and I see lots of traffic from its rsyncd 
port. Is this situation normal?

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
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/


[BackupPC-users] Rsyncd on XP

2008-11-18 Thread Eric Snyder
I was having problems with SMB on XP pro so have shifted gears and am 
trying Rsyncd. I ran a full backup of the cDrive setup. The problem is 
that I am using a backup user I created that is part of the user group 
"Backup Operators". I do get files backed up but... The only files I get 
in the Documents and Settings folder is the backup user's files 
(basically empty). There are other users there and I need to get those 
files backed up as well. There seems to be a permission problem and I 
can't get the other users files backed up.

How do I get all the users files backed up using Rsynced?

Config file:
[cDrive]
path = c:
comment = Entire Drive
auth users = removed,removed
secrets file = c:/rsyncd/rsyncd.secrets
# hosts allow = 172.16.0.17
strict modes = false
read only = true
list = false

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
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/


[BackupPC-users] Rsyncd and WinXP

2009-05-01 Thread Peter Bloomfield
Dear All,

I apologise for re-visiting this, but I am having difficulty backing up a WinXP 
machine over rync.

I am using Backuppc version 3.1.0, and cygwin's rsync on the WinXP box.

When I issue a fuill backup, I get the following message in backuppc

Executing DumpPostUserCmd: /home/backuppc/Bin/NotifyUsers -h  -u 
*...@ -m ** -c 0 -t full -s hr_info
Got fatal error during xfer (chdir failed)
Backup aborted (chdir failed)

I have blanked out the email address, host and user for this email. I then went 
and looked on the WinXP
in the rsync.log file and I get the following message,

2009/05/01 16:39:23 [4024] rsync: chdir 
/cygdrive/c/WINDOWS/system32/f:/Alvina_PET/HR_Info failed

Has anyone else seen this, or can someone point me in the direction of a 
solution, thanks

Peter




--
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
___
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/


[BackupPC-users] rsyncd over ssh

2009-05-21 Thread daniel

Hi Joe,

This is exactly what I am looking for at the moment. Can you please post you 
changes?

Cheers,
Daniel.

+--
|This was sent by dan...@amristar.com.au via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
___
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/


[BackupPC-users] Rsyncd --sparse flag

2009-08-28 Thread Nigel Kendrick
Hi,
 
Does backuppc support the --sparse flag for rsyncd remote backups -
searching for answers led me to 'probably not' in an old post.
 
If it is supported, any benefit of using it with my famous database backup
dumps?
 
Thanks
 
Nigel
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
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/


[BackupPC-users] rsyncd restore issue

2010-02-07 Thread Matthias Meyer
Hello,

I have two files (both Access DB). One with 2MB and the other with 200MB.
Both are backed up with BackupPC 3.1.0 using rsyncd from my Windows-PC.
If I delete the 200MB file on my Windows-PC the restore need only some
minutes.
If I restore both, only the first one (2MB) will be restored.
After hours of duration I abort the restore process.

I've also tried to chmod ugo=rwx the files in front of a restore. But alos
without success.

I've tried loglevel=9 and checked the RestoreLOG.1.z (208MB).
Unfortunately I didn't found a error messages.

Any hint how to find the reason?

Thanks in advance
Matthias
-- 
Don't Panic


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
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/


[BackupPC-users] Rsyncd backup crashed

2005-11-25 Thread Sam Przyswa

Hi,

I don't succeed to backup a large /home directory with BackupPC 2.1.1 on 
Debian sarge, on the BackupPC server I got:


[...]
[ 1 lignes sautées ]  <-- 1 jumped lines
Unable to link 
/var/local/BackupPC/pc/mjc-home/193/fHome/fabedu/fMaildir/ftmp to 
/var/local/BackupPC/pc/mjc-home/new//fHome/fabedu/fMaildir/ftmp

[ 125 lignes sautées ] <-- 125 jumped lines
Can't write 16 bytes to socket
Read EOF:
Tried again: got 0 bytes
finish: removing in-process file abedu/alex/UD/catourne.bmp
Child is aborting
Done: 1825 files, 461526539 bytes
Got fatal error during xfer (aborted by signal=PIPE)
Backup aborted by user signal

And on the remote machine I got on rsyncd.log:

2005/11/25 07:22:02 [8080] rsync: writefd_unbuffered failed to write 
4096 bytes: phase "unknown" [sender]: Connection timed out (110)
2005/11/25 07:22:02 [8080] rsync error: error in rsync protocol data 
stream (code 12) at io.c(1099)


What's wrong ?

Sam.

--

Sam Przyswa - Chef de projet
Arial Concept - Intégrateur Internet
36, rue de Turin - 75008 - Paris - France
Tel: 01 40 54 86 04 - 0870 444 650 - Fax: 01 40 54 83 01
Skype ID: arial-concept
Web: http://www.arial-concept.com - Email: [EMAIL PROTECTED]



--
Ce message a été vérifié par MailScanner
pour des virus ou des polluriels et rien de
suspect n'a été trouvé.




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] Rsyncd backup failed

2005-11-27 Thread Sam Przyswa

Hi,

I don't succeed to backup a large /home directory with BackupPC 2.1.1 
and XfertMethod 'rsyncd' on Debian sarge, on the BackupPC server log I got:


[...]
[ 1 lignes sautées ]  <-- 1 jumped lines
Unable to link
/var/local/BackupPC/pc/mjc-home/193/fHome/fabedu/fMaildir/ftmp to
/var/local/BackupPC/pc/mjc-home/new//fHome/fabedu/fMaildir/ftmp
[ 125 lignes sautées ] <-- 125 jumped lines
Can't write 16 bytes to socket
Read EOF:
Tried again: got 0 bytes
finish: removing in-process file abedu/alex/UD/catourne.bmp
Child is aborting
Done: 1825 files, 461526539 bytes
Got fatal error during xfer (aborted by signal=PIPE)
Backup aborted by user signal

And on the remote machine I got on rsyncd.log:

2005/11/25 07:22:02 [8080] rsync: writefd_unbuffered failed to write
4096 bytes: phase "unknown" [sender]: Connection timed out (110)
2005/11/25 07:22:02 [8080] rsync error: error in rsync protocol data
stream (code 12) at io.c(1099)

On both side we use rsync 2.6.6 protocol version 29 on Debian sarge.

What's wrong ?

Sam.


--
Ce message a été vérifié par MailScanner
pour des virus ou des polluriels et rien de
suspect n'a été trouvé.




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] Rsyncd backup failed

2005-11-28 Thread Sam Przyswa

Hi,

I don't succeed to backup a large /home directory with BackupPC 2.1.1
and XfertMethod 'rsyncd' on Debian sarge, on the BackupPC server log I got:

[...]
[ 1 lignes sautées ]  <-- 1 jumped lines
Unable to link
/var/local/BackupPC/pc/mjc-home/193/fHome/fabedu/fMaildir/ftmp to
/var/local/BackupPC/pc/mjc-home/new//fHome/fabedu/fMaildir/ftmp
[ 125 lignes sautées ] <-- 125 jumped lines
Can't write 16 bytes to socket
Read EOF:
Tried again: got 0 bytes
finish: removing in-process file abedu/alex/UD/catourne.bmp
Child is aborting
Done: 1825 files, 461526539 bytes
Got fatal error during xfer (aborted by signal=PIPE)
Backup aborted by user signal

And on the remote machine I got on rsyncd.log:

2005/11/25 07:22:02 [8080] rsync: writefd_unbuffered failed to write
4096 bytes: phase "unknown" [sender]: Connection timed out (110)
2005/11/25 07:22:02 [8080] rsync error: error in rsync protocol data
stream (code 12) at io.c(1099)

On both side we use rsync 2.6.6 protocol version 29 on Debian sarge.

I don't succeed to backup this same /home directory with 'tar' method too !?

What is the limit directory size that BackupPC is able to backup ?

Sam.



--
Ce message a été vérifié par MailScanner
pour des virus ou des polluriels et rien de
suspect n'a été trouvé.




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] RSYNCD exclusions

2006-05-11 Thread Tomasz Chmielewski

Lee A. Connell wrote:
I am using rsyncd for transport which is working great on a windows 
client.  However I specified an exclusion:


 

 


$Conf{XferMethod} = 'rsyncd';

$Conf{RsyncShareName} = 'Data';

$Conf{RsyncdAuthRequired} = 0;

 


$Conf{BackupFilesExclude} = ['/cygdrive/d/MUSIC'];



Try something like this instead:

 $Conf{RsyncArgs} = [
 '--verbose',
 '--numeric-ids',
 '--perms',
 '--owner',
 '--group',
 '--devices',
 '--links',
 '--times',
 '--block-size=2048',
 '--recursive',
 '--exclude=/proc/*',
 '--exclude=/mnt/*',
 '--exclude=/tmp/*',
 '--exclude=/media/*',
 '--exclude=/sys/*'
 ];


--
Tomasz Chmielewski

Silent installers with Samba
http://wpkg.org


---
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=lnk&kid=120709&bid=263057&dat=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] RSYNCD exclusions

2006-05-11 Thread marksma
Don't use the cygdrive in your inclusions/exclusions.  Exclude d/Music/ 
(assuming your Rsync share is d).  You can also use wildcarding 
(*/Music/), I exclude all IE temp files from Windows backups by 
excluding */Temporary Internet Files/*, which has cut my backup space 
by over a gig on some machines.

Mike Marks

- Original Message -
From: "Lee A. Connell" <[EMAIL PROTECTED]>
Date: Thursday, May 11, 2006 10:11 am
Subject: [BackupPC-users] RSYNCD exclusions
To: backuppc-users@lists.sourceforge.net

> I am using rsyncd for transport which is working great on a 
> windows client.  However I specified an exclusion:
> 
> 
> 
> 
> 
> $Conf{XferMethod} = 'rsyncd';
> 
> $Conf{RsyncShareName} = 'Data';
> 
> $Conf{RsyncdAuthRequired} = 0;
> 
> 
> 
> $Conf{BackupFilesExclude} = ['/cygdrive/d/MUSIC'];
> 
> 
> 
> This did not work, it backed up the MUSIC folder anyways, am I 
> excluding that properly?
> 
> 
> 
> Lee Connell
> 
> Network Engineer
> 
> 
> 
> 
> 
> 15 Main St. Suite 10
> 
> Littleton, NH 03561
> 
> 603-444-3937
> 
> 
> 
> 
> -- 
> No virus found in this outgoing message.
> Checked by AVG Free Edition.
> Version: 7.1.392 / Virus Database: 268.5.5/333 - Release Date: 
> 5/5/2006 
>  
> 


---
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=lnk&kid=120709&bid=263057&dat=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] rsyncd problems

2006-11-14 Thread Carl Wilhelm Soderstrom
On 11/14 10:49 , William McInnis wrote:
> Error connecting to module logs at mysql:873: chroot failed
> Got fatal error during xfer (chroot failed)
> Backup aborted (chroot failed)
> 
> now it works for my etc dir but my /logs and /usr/willsscript ( its just a 
> mysql dump script) do not work

can you connect with the command-line rsync program?
can you post your per-host configuration file?

-- 
Carl Soderstrom
Systems Administrator
Real-Time Enterprises
www.real-time.com

-
SF.net email is sponsored by: A Better Job is Waiting for You - Find it Now.
Check out Slashdot's new job board. Browse through tons of technical jobs
posted by companies looking to hire people just like you.
http://jobs.slashdot.org/
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] rsyncd problems

2006-11-14 Thread William McInnis
well i had a type but now iam getting this in my log files 

2006/11/14 17:00:59 [29687] rsync error: timeout in data send/receive (code 
30) at io.c(153)
2006/11/14 17:01:59 [29687] rsync error: timeout in data send/receive (code 
30) at io.c(153)
2006/11/14 17:03:00 [29687] rsync error: timeout in data send/receive (code 
30) at io.c(153)
2006/11/14 17:04:00 [29687] rsync error: timeout in data send/receive (code 
30) at io.c(153)
2006/11/14 17:05:00 [29687] rsync error: timeout in data send/receive (code 
30) at io.c(153)
2006/11/14 17:06:00 [29687] rsync error: timeout in data send/receive (code 
30) at io.c(153)
2006/11/14 17:07:00 [29687] rsync error: timeout in data send/receive (code 
30) at io.c(153)
2006/11/14 17:08:00 [29687] rsync error: timeout in data send/receive (code 
30) at io.c(153)
2006/11/14 17:09:00 [29687] rsync error: timeout in data send/receive (code 
30) at io.c(153)
2006/11/14 17:10:00 [29687] rsync error: timeout in data send/receive (code 
30) at io.c(153)
2006/11/14 17:11:00 [29687] rsync error: timeout in data send/receive (code 
30) at io.c(153)


on the rsyncd box it backed up /etc but this dir has ALOT of files in it


On Tuesday 14 November 2006 10:56, Carl Wilhelm Soderstrom wrote:
> On 11/14 10:49 , William McInnis wrote:
> > Error connecting to module logs at mysql:873: chroot failed
> > Got fatal error during xfer (chroot failed)
> > Backup aborted (chroot failed)
> >
> > now it works for my etc dir but my /logs and /usr/willsscript ( its just
> > a mysql dump script) do not work
>
> can you connect with the command-line rsync program?
> can you post your per-host configuration file?
>
> --
> Carl Soderstrom
> Systems Administrator
> Real-Time Enterprises
> www.real-time.com
>
> -
> SF.net email is sponsored by: A Better Job is Waiting for You - Find it
> Now. Check out Slashdot's new job board. Browse through tons of technical
> jobs posted by companies looking to hire people just like you.
> http://jobs.slashdot.org/
> ___
> BackupPC-users mailing list
> BackupPC-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/backuppc-users
> http://backuppc.sourceforge.net/

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


-
SF.net email is sponsored by: A Better Job is Waiting for You - Find it Now.
Check out Slashdot's new job board. Browse through tons of technical jobs
posted by companies looking to hire people just like you.
http://jobs.slashdot.org/
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] rsyncd problems

2006-11-14 Thread Carl Wilhelm Soderstrom
On 11/14 11:12 , William McInnis wrote:
> well i had a type but now iam getting this in my log files 
> 
> 2006/11/14 17:00:59 [29687] rsync error: timeout in data send/receive (code 
> 30) at io.c(153)

this error is beyond me.
I'd try connecting to the remote server with the command-line rsync tool
tho, to make sure that much is working correctly.

-- 
Carl Soderstrom
Systems Administrator
Real-Time Enterprises
www.real-time.com

-
SF.net email is sponsored by: A Better Job is Waiting for You - Find it Now.
Check out Slashdot's new job board. Browse through tons of technical jobs
posted by companies looking to hire people just like you.
http://jobs.slashdot.org/
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] rsyncd problems

2006-11-14 Thread William McInnis
that works it will xfer some files then just start thowing that error


On Tuesday 14 November 2006 11:14, Carl Wilhelm Soderstrom wrote:
> On 11/14 11:12 , William McInnis wrote:
> > well i had a type but now iam getting this in my log files
> >
> > 2006/11/14 17:00:59 [29687] rsync error: timeout in data send/receive
> > (code 30) at io.c(153)
>
> this error is beyond me.
> I'd try connecting to the remote server with the command-line rsync tool
> tho, to make sure that much is working correctly.
>
> --
> Carl Soderstrom
> Systems Administrator
> Real-Time Enterprises
> www.real-time.com
>
> -
> SF.net email is sponsored by: A Better Job is Waiting for You - Find it
> Now. Check out Slashdot's new job board. Browse through tons of technical
> jobs posted by companies looking to hire people just like you.
> http://jobs.slashdot.org/
> ___
> BackupPC-users mailing list
> BackupPC-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/backuppc-users
> http://backuppc.sourceforge.net/

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


-
SF.net email is sponsored by: A Better Job is Waiting for You - Find it Now.
Check out Slashdot's new job board. Browse through tons of technical jobs
posted by companies looking to hire people just like you.
http://jobs.slashdot.org/
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] rsyncd exclude

2006-12-04 Thread Jason Hughes
I had no luck with getting rsyncd on Windows to work with spaces in 
filenames through the config file.  I resorted to using the 8.3 
filenames instead, ie:
secrets file = c:/Progra~1/rsyncd/rsyncd.secrets

The easy way to find them is to do a "dir /x" and you get both the long 
and short names.

Hope this helps,
JH

Algobit wrote:
> I try to use the exclude directive in rsyncd.conf on my windows machine
>
> [docs]
> # 
> # 
> #
> path = C:/Documents and Settings/ENRICO/Documenti
> exclude = C:/Documents and Settings/ENRICO/Documenti/Macchine virtuali
>
> but the directory isn't excluded.
>
> I have to use in config.pl $Conf{BackupFilesExclude} ?
>
>   

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


[BackupPC-users] rsyncd doesn't complete

2006-12-12 Thread Chris Purves
Hello,

I am running backuppc 2.1.1 on debian.  I have a rsync server running on 
a Windows XP machine (cwRsync).  The two machines are connected via a 
VPN (L2TP over IPSEC).

I can use rsync directly with no problems.  The transfer takes about 
four minutes.  But when backuppc runs, the transfer freezes up after 
what looks like the last file is transfered.  After two hours of 
inactivity have passed, backuppc gives up and closes the connection as 
well as not leaving even a partial backup.

A significant difference I noticed between the two cases is that the 
rsyncd log when calling rsync directly says "rsync on test", but when 
using backuppc says "rsync on ."  Test is the correct name of the rsyncd 
share.  The only change I made to config.pl concerning rsync is to add 
--compress as an rsync option.  Any help solving this problem is 
appreciated.  Log/config file outputs are below.

Here is the rsyncd log from a straight rsync backup running the command 
'rsync --numeric-ids --perms --owner --group --devices --links --times 
--block-size=2048 --recursive --compress rsync://aims-03/test ~/temp/'

2006/12/12 16:08:02 [1276] 192.168.114.1 is not a known address for 
"AURORA": spoofed address?
2006/12/12 16:08:02 [1276] connect from UNKNOWN (192.168.114.1)
2006/12/12 16:08:09 [1276] rsync on test from unknown (192.168.114.1)
2006/12/12 16:08:09 [1276] building file list
2006/12/12 16:08:10 [1276] send unknown [192.168.114.1] test () 
downloads/Production Protocol Nov-15-06.mpp 140288
...remove 1543 lines...
2006/12/12 16:11:51 [1276] send unknown [192.168.114.1] test () 
twiki/tools/upgrade_emails.pl 1768
2006/12/12 16:11:52 [1276] sent 14518417 bytes  received 34386 bytes 
total size 23073568



Here is the rsyncd log when backuppc attempts to perform a backup:

2006/12/12 13:59:59 [944] 192.168.114.1 is not a known address for 
"AURORA": spoofed address?
2006/12/12 13:59:59 [944] connect from UNKNOWN (192.168.114.1)
2006/12/12 14:00:06 [944] rsync on . from unknown (192.168.114.1)
2006/12/12 14:00:06 [944] building file list
2006/12/12 14:00:07 [944] send unknown [192.168.114.1] test () 
downloads/Production Protocol Nov-15-06.mpp 140288
...remove 1543 lines...
2006/12/12 14:03:35 [944] send unknown [192.168.114.1] test () 
twiki/upgrade-4.0.5.tgz 286522

then nothing until timeout


My host config file:

$Conf{FullPeriod} = 6.97;
$Conf{IncrPeriod} = 0.97;

$Conf{FullKeepCnt} = 3;
$Conf{FullKeepCntMin} = 1;
$Conf{FullAgeMax} = 90;

$Conf{IncrKeepCnt} = 7;
$Conf{IncrKeepCntMin} = 1;
$Conf{IncrAgeMax} = 30;

$Conf{PartialAgeMax} = 3;

$Conf{RestoreInfoKeepCnt} = 10;
$Conf{ArchiveInfoKeepCnt} = 10;


$Conf{BlackoutBadPingLimit} = 3;
$Conf{BlackoutGoodCnt}  = 7;

$Conf{BlackoutPeriods} = [
 {
 hourBegin =>  7.0,
 hourEnd   =>  1.5,
 weekDays  => [0, 1, 2, 3, 4, 5, 6],
 },
];

$Conf{XferMethod} = 'rsyncd';
$Conf{RsyncShareName} = 'test';
$Conf{RsyncdAuthRequired} = 0;

$Conf{EMailAdminUserName} = 'chris';


-- 
Chris


-
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.php&p=sourceforge&CID=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] rsyncd problem

2007-02-19 Thread Craig Barratt
Jim writes:

> $Conf{RsyncShareName} = ['UPC', 'apps'];
> 
> Here are the last few lines of the backuppc error log:

The interesting part of the log file will be the beginning, since
that's where UPC is backed up.  BackupPC believes that no files
were dumped for that share.  It complains about it after all the
shares are finished.

Can you email me the first part of the XferLOG file off list, or
send a URL to the complete XferLOG file?

Craig

-
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.php&p=sourceforge&CID=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] rsyncd problem

2007-02-20 Thread Jim McNamara

Craig,

Thanks for your personal attention on this. The XferLOG is now available in
the images directory:

http://mail.stephanco.com/backuppc/images/

The log from the email you replied to has since been overwritten since it
was only considered a partial backup. The emails yesterday between the one
you replied to and now seem to show that backuppc is only able to get one of
the two modules rsyncd is sharing. Initially it allowed apps to work and UPC
failed. I changed UPC to upc, and now that works while apps fails.

Thanks again,
Jim

On 2/20/07, Craig Barratt <[EMAIL PROTECTED]> wrote:


Jim writes:

> $Conf{RsyncShareName} = ['UPC', 'apps'];
>
> Here are the last few lines of the backuppc error log:

The interesting part of the log file will be the beginning, since
that's where UPC is backed up.  BackupPC believes that no files
were dumped for that share.  It complains about it after all the
shares are finished.

Can you email me the first part of the XferLOG file off list, or
send a URL to the complete XferLOG file?

Craig

-
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.php&p=sourceforge&CID=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] rsyncd problem

2007-02-22 Thread Craig Barratt
Jim writes:

> Thanks for your personal attention on this. The XferLOG is now available in
> the images directory:
> 
> http://mail.stephanco.com/backuppc/images/
> 
> The log from the email you replied to has since been overwritten since it
> was only considered a partial backup. The emails yesterday between the one
> you replied to and now seem to show that backuppc is only able to get one of
> the two modules rsyncd is sharing. Initially it allowed apps to work and UPC
> failed. I changed UPC to upc, and now that works while apps fails.

Thanks for the log file.  In the transfer of the apps share, I see:

Sent include: /apps
Sent include: /upc
Sent exclude: /*

So it appears that you have $Conf{BackupFilesOnly} set to something like:

$Conf{BackupFilesOnly} = {
 "apps" => ["/apps", "/upc"],
 "upc"  => ["/"],
};

The failure "No files dumped for share apps" is correct, since there
are no files below /apps or /upc in the apps share.

Changing the case of the share name causes the setting in
$Conf{BackupFilesOnly} to no longer match, and the backup succeeds.

I can't explain why changing the order of the shares causes
the other one to fail.  But the issue is related to the setting
of $Conf{BackupFilesOnly}...

Craig

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


[BackupPC-users] rsyncd: chdir failed

2007-03-21 Thread Lluís Forns
when doing a backup using rsyncd I recive this error:

Connected to 192.0.0.98:873, remote version 29
Error connecting to module home at 192.0.0.98:873: chdir failed
Got fatal error during xfer (chdir failed)
Backup aborted (chdir failed)

both server and client are Linux (ubuntu); I have read somewhere it is a 
permission problem, but I don't know how to make rsync run as root (I 
think this is the solution of the problem). My configuration files are:

=== SERVER ===
$Conf{XferMethod} = 'rsyncd';
$Conf{RsyncShareName} = ['home','etc'];
$Conf{XferLogLevel} = 1;
$Conf{ArchiveComp} = 'bzip2';
$Conf{CompressLevel} = 9;
$Conf{PingMaxMsec} = 200;

$Conf{RsyncdUserName}  = "user";
$Conf{RsyncdPasswd}= "password1";

=== Client: rsyncd.conf ===
use chroot = false
max connections = 2
[home]
uid = root
gid = root
path = "/home"
comment = "Home"
auth users = user
secrets file = /etc/rsyncd.secrets
hosts allow = 192.0.0.97
strict modes = false
read only = true
list = false


Any hint? thanks a lot

-- 
Lluís Forns
Servei de Comunicació i Informàtica (MEGSJC-OSG)
Tlf: 93-5902700 C/e: [EMAIL PROTECTED]
http://www.escoltesiguies.cat


-
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.php&p=sourceforge&CID=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] rsyncd problem

2007-04-21 Thread samir faoudi

may be the authentication:
$Conf{RsyncShareName} = 'UserName';
$Conf{RsyncdPasswd} = 'BackBox99';
they shopuld be the same as in the rsyncd.secret file

or the port number:
$Conf{RsyncdClientPort} = 873;



2007/4/21, nilesh vaghela <[EMAIL PROTECTED]>:


I want to use rsyncd as backup method.

I am using 3.0 version.

Getting error like:

full backup started for directory /data (baseline backup #34)
Error connecting to rsync daemon at
192.168.2.206:873: inet connect: Connection refused
Got fatal error during xfer (inet connect: Connection refused)
Backup aborted (inet connect: Connection refused)


It seems rsync daemon not running. But rsync backup works fine.

thanx
--
Nilesh Vaghela
ElectroMech
Redhat Channel Partner and Training Partner
74, Nalanda Complex, Satellite Rd, Ahmedabad
25, The Emperor, Fatehgunj, Baroda.
www.electromech.info
-
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/


Re: [BackupPC-users] rsyncd problem

2007-04-21 Thread Divan Santana
Check that the daemon is running as well.
Just do a netstat -tnl|grep 873

On Saturday 21 April 2007 12:30:48 samir faoudi wrote:
> may be the authentication:
> $Conf{RsyncShareName} = 'UserName';
> $Conf{RsyncdPasswd} = 'BackBox99';
> they shopuld be the same as in the rsyncd.secret file
>
> or the port number:
> $Conf{RsyncdClientPort} = 873;

-- 
Divan Santana

Skype:  DivanSantana
Gtalk/MSN:  [EMAIL PROTECTED]


Love God, Love People, Love Life!

-
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] Rsyncd Authentication failure

2007-05-22 Thread Peter McKenna
I keep getting this but I've checked all the settings several times.
Got fatal error during xfer (auth failed on module bitt)

This is in my settings
$Conf{RsyncShareName} = [
  'bitt'
];
$Conf{XferMethod} = 'rsyncd';
$Conf{RsyncdUserName} = 'backuppc';
$Conf{RsyncdPasswd} = 'dd3479';

and this is my rsyncd.conf
[bitt]
path = /home/bitt
chroot = yes
auth users = backuppc
secrets file = /etc/rsyncd.secrets

 and here's my rsyncd.secrets
backuppc:dd3479

I can't see the problem. It works fine when I turn off authentication. 
Any ideas.
Peter


-
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] rsyncd and permissions

2007-07-11 Thread Chantal Rosmuller
Hi List,

I usually use rsync and ssh for backuping up and restoring but it's pretty 
slow so I tried using rsyncd. This works but when I restored files the owner 
of all files was nobody instead of the original owner. I tried 
adding --archive as an option to rsyncd but that's not possible. How can I 
backup with backuppc and keer the original ownership?

Here's my rsyncd.conf:


max connections = 2
  log file = /var/log/rsync.log
  timeout = 300

  [pub]
comment = Random things available for download
path = /restored/
read only = no
list = yes
uid = nobody
gid = nogroup
   auth users = pub
   secrets file = /etc/rsyncd.secrets

Btw I know it says uid = nobody but that's the default so removing it will not 
fix this.

regards Chantal

-
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] rsyncd over xp

2007-07-23 Thread Edouard de Ganay
Hi there,

This might be an usual question, but I just can't find anything to get
this working

Server :
SME 7.2 with backuppc 3.0-1 as contrib.

client :
xp pro sp2

rsyncd installed on c:\program files\rsyncd
running as a service (it seems ok, I can see it as a service)
firewall open for port TCP 873

rsyncd.secret ok
rsyncd.conf seems ok (maybe there is a pb with spaces in directory path,
like documents and settings etc)

When lauching a full backup of the machine, log only see :

full backup started for directory edg
Error connecting to rsync daemon at 192.168.1.120:873: inet connect: Connexion 
refusée
Got fatal error during xfer (inet connect: Connexion refusée)
Backup aborted (inet connect: Connexion refusée)

any idea ?

Thanks for your help,
Edd


-
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.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] rsyncd permission denied

2007-08-02 Thread Barry Robinson
I am trying to back up a debian system from a ubuntu 7.04 system with
Backuppc 3.0.

I have created the group admin -system and added backuppc to this group.
/etc/rsyncd.conf lists backuppc as the auth user
visudo shows admin group to have ALL

# User privilege specification
rootALL=(ALL) ALL

# Members of the admin group may gain root privileges
%admin ALL=(ALL) ALL


rsyncd.log shows the following and this is just a snippit.

2007/08/02 07:32:37 [17758] rsync: opendir "/var/spool/postfix/bounce" (in
root) failed: Permission denied (13)
2007/08/02 07:32:37 [17758] rsync: opendir "/var/spool/mqueue-client" (in
root) failed: Permission denied (13)
2007/08/02 07:32:37 [17758] rsync: opendir "/var/webmin" (in root) failed:
Permission denied (13)
2007/08/02 07:32:37 [17758] rsync: opendir "/root/.ssh" (in root) failed:
Permission denied (13)
2007/08/02 07:32:37 [17758] rsync: opendir "/root/.aptitude" (in root)
failed: Permission denied (13)
2007/08/02 07:32:37 [17758] rsync: opendir "/root/Mail" (in root) failed:
Permission denied (13)

What am I missing and why am I getting permission denied on so many files?




Take a moment to pray for our troops. http://prayercentral.net/baghdad/today
††

Hosea 4:6
my people are destroyed from lack of knowledge.

Galatians 5:1
It is for freedom that Christ has set us free.

Romans 10:9
That if you confess with your mouth, "Jesus is Lord," and believe in
your heart that God raised him from the dead, you will be saved.

††
-
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.
Download your FREE copy of Splunk now >>  http://get.splunk.com/___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] rsyncd excludes problem (3.2.1)

2016-03-29 Thread Benjamin Redling
Hello everybody,

my exclude list seems to be defunct since adding a few absolute paths
via the web interface. Recently(?) /tmp subdirectories and absolute
paths (/anonuser... see below) are filling up the discs.
XferMethod is rsyncd, shouldn't '*/tmp' avoid this?
Did a restart of backuppc after every change.

>From the config.pl:

$Conf{BackupFilesExclude} = {
  '*' => [
'*/tmp',
'*/.cache',
'*/temp',
'*/Cache',
'*/cache',
'/anonuser1/usenet-de/per-group',
'/anonuser2/sub-dir1/sub-dir2/models',
'/anonuser3/downloads',
'*/privat*',
'*/ImapMail',
'*.iso',
'*.ISO',
'*/.macromedia',
'*/.local/share/Trash',
'*.ogg',
'*.OGG',
'*.mp3',
'*.MP3',
'*.mp4',
'*.MP4'
  ]
};

I've also tried putting the new paths to an explicitly defined share:
$Conf{BackupFilesExclude} = {
  '*' => [
'*/tmp',
'*/.cache',
'*/temp',
'*/Cache',
'*/cache'
  ],
  'home' => [
'/anonuser1/usenet-de/per-group',
'/anonuser2/sub-dir1/sub-dir2/models',
'/anonuser3/downloads',
'*/privat*',
'*/ImapMail',
'*.iso',
'*.ISO',
'*/.macromedia',
'*/.local/share/Trash',
'*.ogg',
'*.OGG',
'*.mp3',
'*.MP3',
'*.mp4',
'*.MP4'
  ]
};

BackupPC 3.2.1-2ubuntu1.1 on Ubuntu 12.04 LTS, x86_64

What am I doing wrong?

Regards,
Benjamin
-- 
FSU Jena | JULIELab.de/Staff/Benjamin+Redling.html
vox: +49 3641 9 44323 | fax: +49 3641 9 44321

--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785471&iu=/4140
___
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] Rsyncd cygwin Problem..

2013-01-31 Thread Michael Stowe


> So, my goal was going to be rsync on all machines, I seem to have that
> working fine now on my windows machines, but my work laptop is part of a
> domain so I figured I would try rsyncd and learn how it worked in the
> process.  It is trying to backup, but it is not following my rules
> correctly.  It is only grabbing one of my directories and I am not sure
> why!
> It is only getting the /eng_apps area and not the other two, this was
> working fine with smb.
>
>
>
> Start of the LOG file
>
> full backup started for directory root (baseline backup #12)
>
> Connected to machine:873, remote version 30
>
> Negotiated protocol version 28
>
> Connected to module root
>
> Sending args: --server --sender --numeric-ids --perms --owner --group -D
> --links --hard-links --times --block-size=2048 --recursive --ignore-times
> .
> .
>
> Sent include: /users
>
> Sent include: /users/wzpcnt
>
> Sent include: /data
>
> Sent include: /eng_apps
>
> Sent exclude: /*
>
> Sent exclude: /users/*
>
>
>
> Rsyncd.conf on machine in c:\cygwin\etc
>
> gid = users
>
> read only = true
>
> use chroot = false
>
> transfer logging = false
>
> log file = /var/log/rsyncd.log
>
> log format = %h %o %f %l %b
>
> hosts allow = x.x.x.x
>
> hosts deny = 0.0.0.0/0
>
> strict modes = false
>
> [root]
>
> path = /cygdrive/c/
>
> auth users = backuppc
>
> secrets file = /etc/rsyncd.secret
>
>
>
>
>
> machine.pl (I did everything via the CGI I see some smb settings are still
> in the file, I omitted them this paste, I hope they are not causing the
> issue)
>
> $Conf{BackupFilesOnly} = {
>
>   '*' => [
>
> '/users/me',
>
> '/data',
>
> '/eng_apps'
>
>   ]
>
> };
>
> $Conf{ClientCharset} = 'cp1252';
>
> $Conf{RsyncShareName} = [
>
>   'root'
>
> ];
>
> $Conf{RsyncdPasswd} = 'xxx';
>
> $Conf{RsyncdUserName} = 'backuppc';
>
> $Conf{XferMethod} = 'rsyncd';
>
>
>
>
>
> So why is it only getting ONE of the directories I specified?

Under which user account is rsyncd running?  My first guess would be that
it is a permission problem.

It may be enlightening to turn transfer logging on.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
___
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] Rsyncd cygwin Problem..

2013-02-01 Thread Travis Schwenke
So, it looks like rsyncd is running as:
  Local System account

I guess I could switch that to run as my domain account on the machine.
 Just not sure if I should use all commands from cygwin shell to kill this
one and start another or just change it from the windows gui (IF NEEDED)..

I compared the directories and the properties and they all look the same
(well, my user directory was slightly different, but expected).  It ran an
incremental last night and I changed what "user" I was passing over in the
rsyncd setup (and changed the conf to reflect that user) and it looks like
it did the exact same thing, as in only looked at the one directory.

Being my work machine, my ID is from the domain and while I they give us
admin privileges, there are still some things we can't do, like add a local
user.  The ID I used this time was my domain ID in the rsyncd setup to try
to see if it was an issue with that.

Also, changed the log level on the client and the log looks exactly the
same. Actually the log files look pretty clean.  It is really like it is
almost not even trying to do the other two directories.

Thanks
Travis Schwenke
Once again confused.. but learning... :)

On Thu, Jan 31, 2013 at 6:45 AM, Michael Stowe
wrote:

>
>
> > So, my goal was going to be rsync on all machines, I seem to have that
> > working fine now on my windows machines, but my work laptop is part of a
> > domain so I figured I would try rsyncd and learn how it worked in the
> > process.  It is trying to backup, but it is not following my rules
> > correctly.  It is only grabbing one of my directories and I am not sure
> > why!
> > It is only getting the /eng_apps area and not the other two, this was
> > working fine with smb.
> >
> >
> >
> > Start of the LOG file
> >
> > full backup started for directory root (baseline backup #12)
> >
> > Connected to machine:873, remote version 30
> >
> > Negotiated protocol version 28
> >
> > Connected to module root
> >
> > Sending args: --server --sender --numeric-ids --perms --owner --group -D
> > --links --hard-links --times --block-size=2048 --recursive --ignore-times
> > .
> > .
> >
> > Sent include: /users
> >
> > Sent include: /users/wzpcnt
> >
> > Sent include: /data
> >
> > Sent include: /eng_apps
> >
> > Sent exclude: /*
> >
> > Sent exclude: /users/*
> >
> >
> >
> > Rsyncd.conf on machine in c:\cygwin\etc
> >
> > gid = users
> >
> > read only = true
> >
> > use chroot = false
> >
> > transfer logging = false
> >
> > log file = /var/log/rsyncd.log
> >
> > log format = %h %o %f %l %b
> >
> > hosts allow = x.x.x.x
> >
> > hosts deny = 0.0.0.0/0
> >
> > strict modes = false
> >
> > [root]
> >
> > path = /cygdrive/c/
> >
> > auth users = backuppc
> >
> > secrets file = /etc/rsyncd.secret
> >
> >
> >
> >
> >
> > machine.pl (I did everything via the CGI I see some smb settings are
> still
> > in the file, I omitted them this paste, I hope they are not causing the
> > issue)
> >
> > $Conf{BackupFilesOnly} = {
> >
> >   '*' => [
> >
> > '/users/me',
> >
> > '/data',
> >
> > '/eng_apps'
> >
> >   ]
> >
> > };
> >
> > $Conf{ClientCharset} = 'cp1252';
> >
> > $Conf{RsyncShareName} = [
> >
> >   'root'
> >
> > ];
> >
> > $Conf{RsyncdPasswd} = 'xxx';
> >
> > $Conf{RsyncdUserName} = 'backuppc';
> >
> > $Conf{XferMethod} = 'rsyncd';
> >
> >
> >
> >
> >
> > So why is it only getting ONE of the directories I specified?
>
> Under which user account is rsyncd running?  My first guess would be that
> it is a permission problem.
>
> It may be enlightening to turn transfer logging on.
>
>
> --
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_jan
> ___
> 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/
>
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan___
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] Rsyncd cygwin Problem..

2013-02-01 Thread Michael Stowe

> So, it looks like rsyncd is running as:
>   Local System account
>
> I guess I could switch that to run as my domain account on the machine.
>  Just not sure if I should use all commands from cygwin shell to kill this
> one and start another or just change it from the windows gui (IF NEEDED)..

You have a few alternatives, which involve matching up the user that
rsync[d] is running as to the permissions on the directories you'd like to
synchronize.  The Local System account usually doesn't have access to
domain directories, but they can be granted; alternatively, you can run
rsyncd as a domain user.

> I compared the directories and the properties and they all look the same
> (well, my user directory was slightly different, but expected).  It ran an
> incremental last night and I changed what "user" I was passing over in the
> rsyncd setup (and changed the conf to reflect that user) and it looks like
> it did the exact same thing, as in only looked at the one directory.

To clarify:  the rsyncd user -- the one in rsyncd.conf -- does not
actually relate to anything in any way except allowing connections to
rsync.  It's not a cygwin, Windows, or domain user.  Although it can be
named the same, you can easily just use "hoobydooby" and everything will
work the same.

> Being my work machine, my ID is from the domain and while I they give us
> admin privileges, there are still some things we can't do, like add a
> local user.  The ID I used this time was my domain ID in the rsyncd setup
> to try to see if it was an issue with that.

As above, you need to run rsyncd as the domain user; the user in
rsyncd.conf is inherently meaningless.

> Also, changed the log level on the client and the log looks exactly the
> same. Actually the log files look pretty clean.  It is really like it is
> almost not even trying to do the other two directories.

>From the description, it's likely that this is the case, as the local
system user wouldn't even be able to traverse the directories without
permission.

> Thanks
> Travis Schwenke
> Once again confused.. but learning... :)


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
___
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] Rsyncd cygwin Problem..

2013-02-02 Thread Travis Schwenke
Well, I guess it is *SOLVED*...

I didn't change how the service was running.  Since I couldn't see any
differences in the directories or privileges I decided to try something
else.  I went to the rsyncd.conf file on the client and setup three shares
that match the directories I was trying to backup.  I realize this could
mean that (especially the user directory) might restore to the wrong place,
that is ok, as long as I can get to the backup.

It worked *PERFECT*.  Ran right through the three shares and backed them
up.  Not exactly sure why it wasn't working the other way.  For this one
client, I don't mind having the extra step of creating the shares, it is
not something that is going to change.

Thanks!  And thanks for the confirmation on the rsyncd user/pass meaning
nothing, I figured it was a doesn't matter, but wasn't sure, that is why I
matched it to my ID on the system just in case it was slipping through
somehow.

On Fri, Feb 1, 2013 at 10:08 AM, Michael Stowe
wrote:

>
> > So, it looks like rsyncd is running as:
> >   Local System account
> >
> > I guess I could switch that to run as my domain account on the machine.
> >  Just not sure if I should use all commands from cygwin shell to kill
> this
> > one and start another or just change it from the windows gui (IF
> NEEDED)..
>
> You have a few alternatives, which involve matching up the user that
> rsync[d] is running as to the permissions on the directories you'd like to
> synchronize.  The Local System account usually doesn't have access to
> domain directories, but they can be granted; alternatively, you can run
> rsyncd as a domain user.
>
> > I compared the directories and the properties and they all look the same
> > (well, my user directory was slightly different, but expected).  It ran
> an
> > incremental last night and I changed what "user" I was passing over in
> the
> > rsyncd setup (and changed the conf to reflect that user) and it looks
> like
> > it did the exact same thing, as in only looked at the one directory.
>
> To clarify:  the rsyncd user -- the one in rsyncd.conf -- does not
> actually relate to anything in any way except allowing connections to
> rsync.  It's not a cygwin, Windows, or domain user.  Although it can be
> named the same, you can easily just use "hoobydooby" and everything will
> work the same.
>
> > Being my work machine, my ID is from the domain and while I they give us
> > admin privileges, there are still some things we can't do, like add a
> > local user.  The ID I used this time was my domain ID in the rsyncd setup
> > to try to see if it was an issue with that.
>
> As above, you need to run rsyncd as the domain user; the user in
> rsyncd.conf is inherently meaningless.
>
> > Also, changed the log level on the client and the log looks exactly the
> > same. Actually the log files look pretty clean.  It is really like it is
> > almost not even trying to do the other two directories.
>
> From the description, it's likely that this is the case, as the local
> system user wouldn't even be able to traverse the directories without
> permission.
>
> > Thanks
> > Travis Schwenke
> > Once again confused.. but learning... :)
>
>
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan___
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] rsyncd full backup

2013-10-28 Thread Les Mikesell
On Mon, Oct 28, 2013 at 10:08 PM, Sharuzzaman Ahmat Raslan
 wrote:
> Hi,
>
> I have implemented BackupPC for my customer.
>
> Initially, the backup transport is SMB, but recently, I noticed a lot of
> machine backup (full and incremental) is not able to complete in 8 hours,
> due to large number of file, and big file size.
>
> Last week, I installed DeltaCopy (rsycnd server for Windows) on one machine,
> and change the backup transport to rysncd. The backup runs well.
>
> But today, I noticed, when BackupPC is running a full backup on the machine
> that have rsyncd, it still takes 8 hours to do full backup.
>
> Which is I considered weird, because rsync suppose to compare that full
> backup, with the previous full backup (or previous full + incremental), so
> that only modified file is transferred.
>
> That is my expectation when I plan to use rsyncd.
>
> Any explanation why BackupPC is not running in this way? Any configuration
> that I can changed to make it work like what I expect?
>

Rsync will only transfer the changed data, but in full runs the
contents of the files are read at both ends and compared with block
checksums, so it takes some time.  Incrementals runs will quickly skip
files where the file timestamps and lengths are identical.   See the
section on 'Rsync checksum caching' in
http://backuppc.sourceforge.net/faq/BackupPC.html regarding a way to
avoid having to read/uncompress on the server side after 2 fulls have
completed, but the data is always read on the target side.

-- 
   Les Mikesell
 lesmikes...@gmail.com

--
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
___
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] rsyncd full backup

2013-10-28 Thread Sharuzzaman Ahmat Raslan
Hi Les,

In essence, if I enable

--checksum-seed=32761

then the rsync full backup will be faster?

Thanks.



On Tue, Oct 29, 2013 at 11:33 AM, Les Mikesell wrote:

> On Mon, Oct 28, 2013 at 10:08 PM, Sharuzzaman Ahmat Raslan
>  wrote:
> > Hi,
> >
> > I have implemented BackupPC for my customer.
> >
> > Initially, the backup transport is SMB, but recently, I noticed a lot of
> > machine backup (full and incremental) is not able to complete in 8 hours,
> > due to large number of file, and big file size.
> >
> > Last week, I installed DeltaCopy (rsycnd server for Windows) on one
> machine,
> > and change the backup transport to rysncd. The backup runs well.
> >
> > But today, I noticed, when BackupPC is running a full backup on the
> machine
> > that have rsyncd, it still takes 8 hours to do full backup.
> >
> > Which is I considered weird, because rsync suppose to compare that full
> > backup, with the previous full backup (or previous full + incremental),
> so
> > that only modified file is transferred.
> >
> > That is my expectation when I plan to use rsyncd.
> >
> > Any explanation why BackupPC is not running in this way? Any
> configuration
> > that I can changed to make it work like what I expect?
> >
>
> Rsync will only transfer the changed data, but in full runs the
> contents of the files are read at both ends and compared with block
> checksums, so it takes some time.  Incrementals runs will quickly skip
> files where the file timestamps and lengths are identical.   See the
> section on 'Rsync checksum caching' in
> http://backuppc.sourceforge.net/faq/BackupPC.html regarding a way to
> avoid having to read/uncompress on the server side after 2 fulls have
> completed, but the data is always read on the target side.
>
> --
>Les Mikesell
>  lesmikes...@gmail.com
>
>
> --
> Android is increasing in popularity, but the open development platform that
> developers love is also attractive to malware creators. Download this white
> paper to learn more about secure code signing practices that can help keep
> Android apps secure.
> http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
> ___
> 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/
>



-- 
Sharuzzaman Ahmat Raslan
--
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk___
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] rsyncd full backup

2013-10-28 Thread Adam Goryachev

On 29/10/13 15:14, Sharuzzaman Ahmat Raslan wrote:

Hi Les,


Thanks.|
|


On Tue, Oct 29, 2013 at 11:33 AM, Les Mikesell > wrote:


On Mon, Oct 28, 2013 at 10:08 PM, Sharuzzaman Ahmat Raslan
mailto:sharuzza...@gmail.com>> wrote:
> Hi,
>
> I have implemented BackupPC for my customer.
>
> Initially, the backup transport is SMB, but recently, I noticed
a lot of
> machine backup (full and incremental) is not able to complete in
8 hours,
> due to large number of file, and big file size.
>
> Last week, I installed DeltaCopy (rsycnd server for Windows) on
one machine,
> and change the backup transport to rysncd. The backup runs well.
>
> But today, I noticed, when BackupPC is running a full backup on
the machine
> that have rsyncd, it still takes 8 hours to do full backup.
>
> Which is I considered weird, because rsync suppose to compare
that full
> backup, with the previous full backup (or previous full +
incremental), so
> that only modified file is transferred.
>
> That is my expectation when I plan to use rsyncd.
>
> Any explanation why BackupPC is not running in this way? Any
configuration
> that I can changed to make it work like what I expect?
>

Rsync will only transfer the changed data, but in full runs the
contents of the files are read at both ends and compared with block
checksums, so it takes some time.  Incrementals runs will quickly skip
files where the file timestamps and lengths are identical. See the
section on 'Rsync checksum caching' in
http://backuppc.sourceforge.net/faq/BackupPC.html regarding a way to
avoid having to read/uncompress on the server side after 2 fulls have
completed, but the data is always read on the target side.

In essence, if I enable
|--checksum-seed=32761

|
then the rsync full backup will be faster?


Yes, the third full backup after you enable that option will be faster 
*IF* the slow speed is due to the backup server needing to decompress 
the file and check the content.


In the case that your backup client has really slow disk, then there is 
nothing you can do, except maybe modify backuppc for full backups to not 
send the ignore-times option to rsync (ie, every backup is an 
incremental). Or, of course, upgrade the client to improve performance.


Regards,
Adam



--
Adam Goryachev Website Managers www.websitemanagers.com.au
--
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk___
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] rsyncd full backup

2013-10-30 Thread Holger Parplies
Hi,

Adam Goryachev wrote on 2013-10-29 15:29:42 +1100 [Re: [BackupPC-users] rsyncd 
full backup]:
> On 29/10/13 15:14, Sharuzzaman Ahmat Raslan wrote:
> > [...]
> >On Tue, Oct 29, 2013 at 11:33 AM, Les Mikesell  ><mailto:lesmikes...@gmail.com>> wrote:
> >On Mon, Oct 28, 2013 at 10:08 PM, Sharuzzaman Ahmat Raslan
> >mailto:sharuzza...@gmail.com>> wrote:
> >> [...]
> >> Initially, the backup transport is SMB, but recently, I noticed
> >> a lot of machine backup (full and incremental) is not able to
> >> complete in 8 hours, due to large number of file, and big file size.
> >>
> >> Last week, I installed DeltaCopy (rsycnd server for Windows) on
> >> one machine, and change the backup transport to rysncd. The backup
> >> runs well.
> >>
> >> But today, I noticed, when BackupPC is running a full backup on
> >> the machine that have rsyncd, it still takes 8 hours to do full
> >> backup. [...]
> >Rsync will only transfer the changed data, but in full runs the
> >contents of the files are read at both ends and compared with block
> >checksums, so it takes some time. [...]
> >
> >In essence, if I enable
> >|--checksum-seed=32761
> >
> >|
> >then the rsync full backup will be faster?
> 
> Yes, the third full backup after you enable that option will be faster 
> *IF* the slow speed is due to the backup server needing to decompress 
> the file and check the content.

let me stress that again: don't expect a speedup on the *first* full backup
after you enable that option. In my limited opinion (I haven't compared speeds
because I don't have any issues with slow backups), the *second* full backup
should be faster, as you have pre-existing full backups, i.e. the next full
can add the checksums. In any case, the *third* full backup should hopefully
be faster :-).

> In the case that your backup client has really slow disk, then there is 
> nothing you can do, except maybe modify backuppc for full backups to not 
> send the ignore-times option to rsync (ie, every backup is an 
> incremental). Or, of course, upgrade the client to improve performance.

Actually, it is worth noting that aside from a possible speed improvement the
switch from smb to rsync(d) gives you far more precise *incremental* backups,
so it might be an option to increase FullPeriod. This may transfer more data
(because the delta is always relative to the reference backup - normally the
previous full backup - and not to the previous incremental backup), but you
can always explore the IncrLevels setting. So, while you might not speed up
the full runs, you might get away with doing them less often. I would not
recommend patching the ignore-times option away altogether.

But Adams point is correct: you need to find out where the problem is, before
you can fix it. While you might be able to find the problem by trying out
fixes, that might not be the most efficient way :-).

Regards,
Holger

--
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
___
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] rsyncd full backup

2013-10-30 Thread Sharuzzaman Ahmat Raslan
Hi Holger,

Based on short session of troubleshooting, I believe the machine actually
suffer from low I/O speed to the disk. Average read is about 3 MB/s, which
I considered slow for a SATA disk in IDE emulation.

I'm planning to suggest to the customer to have a RAID 1 setup to increase
the I/O speed. I'm looking at possibilities to speed things up by not
having to change the overall setup.

Thank you for providing new insights to me regarding rsync. Glad to learn
new things :)

Thanks.


On Thu, Oct 31, 2013 at 5:15 AM, Holger Parplies  wrote:

> Hi,
>
> Adam Goryachev wrote on 2013-10-29 15:29:42 +1100 [Re: [BackupPC-users]
> rsyncd full backup]:
> > On 29/10/13 15:14, Sharuzzaman Ahmat Raslan wrote:
> > > [...]
> > >On Tue, Oct 29, 2013 at 11:33 AM, Les Mikesell  > ><mailto:lesmikes...@gmail.com>> wrote:
> > >On Mon, Oct 28, 2013 at 10:08 PM, Sharuzzaman Ahmat Raslan
> > >mailto:sharuzza...@gmail.com>> wrote:
> > >> [...]
> > >> Initially, the backup transport is SMB, but recently, I noticed
> > >> a lot of machine backup (full and incremental) is not able to
> > >> complete in 8 hours, due to large number of file, and big file
> size.
> > >>
> > >> Last week, I installed DeltaCopy (rsycnd server for Windows) on
> > >> one machine, and change the backup transport to rysncd. The backup
> > >> runs well.
> > >>
> > >> But today, I noticed, when BackupPC is running a full backup on
> > >> the machine that have rsyncd, it still takes 8 hours to do full
> > >> backup. [...]
> > >Rsync will only transfer the changed data, but in full runs the
> > >contents of the files are read at both ends and compared with block
> > >checksums, so it takes some time. [...]
> > >
> > >In essence, if I enable
> > >|--checksum-seed=32761
> > >
> > >|
> > >then the rsync full backup will be faster?
> >
> > Yes, the third full backup after you enable that option will be faster
> > *IF* the slow speed is due to the backup server needing to decompress
> > the file and check the content.
>
> let me stress that again: don't expect a speedup on the *first* full backup
> after you enable that option. In my limited opinion (I haven't compared
> speeds
> because I don't have any issues with slow backups), the *second* full
> backup
> should be faster, as you have pre-existing full backups, i.e. the next full
> can add the checksums. In any case, the *third* full backup should
> hopefully
> be faster :-).
>
> > In the case that your backup client has really slow disk, then there is
> > nothing you can do, except maybe modify backuppc for full backups to not
> > send the ignore-times option to rsync (ie, every backup is an
> > incremental). Or, of course, upgrade the client to improve performance.
>
> Actually, it is worth noting that aside from a possible speed improvement
> the
> switch from smb to rsync(d) gives you far more precise *incremental*
> backups,
> so it might be an option to increase FullPeriod. This may transfer more
> data
> (because the delta is always relative to the reference backup - normally
> the
> previous full backup - and not to the previous incremental backup), but you
> can always explore the IncrLevels setting. So, while you might not speed up
> the full runs, you might get away with doing them less often. I would not
> recommend patching the ignore-times option away altogether.
>
> But Adams point is correct: you need to find out where the problem is,
> before
> you can fix it. While you might be able to find the problem by trying out
> fixes, that might not be the most efficient way :-).
>
> Regards,
> Holger
>
>
> --
> Android is increasing in popularity, but the open development platform that
> developers love is also attractive to malware creators. Download this white
> paper to learn more about secure code signing practices that can help keep
> Android apps secure.
> http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
> ___
> 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/
>



-- 
Sharuzzaman Ahmat Raslan

Re: [BackupPC-users] rsyncd full backup

2013-10-30 Thread Adam Goryachev
On 31/10/13 13:06, Sharuzzaman Ahmat Raslan wrote:
> Hi Holger,
>
> Based on short session of troubleshooting, I believe the machine
> actually suffer from low I/O speed to the disk. Average read is about
> 3 MB/s, which I considered slow for a SATA disk in IDE emulation.

Is that under load, or while idle? If it is under load, then it might be 
expected, remember throughput is very bad for HD when you have random 
load due to seek times.

If it is idle and has that performance level, then there is something 
wrong. Even old IDE disks could do at least 30 to 50MB/s for large 
contiguous reads.

> I'm planning to suggest to the customer to have a RAID 1 setup to
> increase the I/O speed. I'm looking at possibilities to speed things
> up by not having to change the overall setup.
While RAID1 will assist in reliability and is one strategy to reduce 
downtime/data loss (but it isn't a backup), it also is not going to 
improve performance. With RAID1 you still need to write to both disks, 
and while it is theoretically possible to balance reads across both 
disks, it likely won't do that well without a proper hardware raid 
controller.

Personally, my suggestion would be to consider using a SSD, since you 
are using such an old drive, probably you don't need a lot of space, so 
a 120GB SSD might be suitable. An SSD will handle random IO 
significantly better than any one or two drive system, with much higher 
transfer rates as well (there is no penalty for seek times with SSD).

Again, personally, I've used a couple of systems with 5 x 480GB Intel 
520s SSD in RAID5, and they have been working really well (except they 
were difficult to actually get stock of them most of this year, and I 
hear they are now replaced by a new model).

Regards,
Adam

-- 
Adam Goryachev
Website Managers
P: +61 2 8304 a...@websitemanagers.com.au
F: +61 2 8304 0001 www.websitemanagers.com.au


-- 
Adam Goryachev Website Managers www.websitemanagers.com.au

--
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
___
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] rsyncd full backup

2013-10-30 Thread Sharuzzaman Ahmat Raslan
Hi Adam,

The low I/O is when the machine is under load.

Thank you for suggesting to use SSD. I have been thinking about that as
well, but currently, the storage of BackupPC is using a 1TB disk, with
about 80% utilization.

Changing to 1TB SSD might be a little bit overkill on the customer's budget
:)

Maybe I should look at bcache for Linux :)

https://lwn.net/Articles/497024/
http://bcache.evilpiepirate.org/





On Thu, Oct 31, 2013 at 10:34 AM, Adam Goryachev <
mailingli...@websitemanagers.com.au> wrote:

> On 31/10/13 13:06, Sharuzzaman Ahmat Raslan wrote:
> > Hi Holger,
> >
> > Based on short session of troubleshooting, I believe the machine
> > actually suffer from low I/O speed to the disk. Average read is about
> > 3 MB/s, which I considered slow for a SATA disk in IDE emulation.
>
> Is that under load, or while idle? If it is under load, then it might be
> expected, remember throughput is very bad for HD when you have random
> load due to seek times.
>
> If it is idle and has that performance level, then there is something
> wrong. Even old IDE disks could do at least 30 to 50MB/s for large
> contiguous reads.
>
> > I'm planning to suggest to the customer to have a RAID 1 setup to
> > increase the I/O speed. I'm looking at possibilities to speed things
> > up by not having to change the overall setup.
> While RAID1 will assist in reliability and is one strategy to reduce
> downtime/data loss (but it isn't a backup), it also is not going to
> improve performance. With RAID1 you still need to write to both disks,
> and while it is theoretically possible to balance reads across both
> disks, it likely won't do that well without a proper hardware raid
> controller.
>
> Personally, my suggestion would be to consider using a SSD, since you
> are using such an old drive, probably you don't need a lot of space, so
> a 120GB SSD might be suitable. An SSD will handle random IO
> significantly better than any one or two drive system, with much higher
> transfer rates as well (there is no penalty for seek times with SSD).
>
> Again, personally, I've used a couple of systems with 5 x 480GB Intel
> 520s SSD in RAID5, and they have been working really well (except they
> were difficult to actually get stock of them most of this year, and I
> hear they are now replaced by a new model).
>
> Regards,
> Adam
>
> --
> Adam Goryachev
> Website Managers
> P: +61 2 8304 a...@websitemanagers.com.au
> F: +61 2 8304 0001 www.websitemanagers.com.au
>
>
> --
> Adam Goryachev Website Managers www.websitemanagers.com.au
>
>
> --
> Android is increasing in popularity, but the open development platform that
> developers love is also attractive to malware creators. Download this white
> paper to learn more about secure code signing practices that can help keep
> Android apps secure.
> http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
> ___
> 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/
>



-- 
Sharuzzaman Ahmat Raslan
--
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk___
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] rsyncd full backup

2013-10-30 Thread Adam Goryachev
On 31/10/13 13:56, Sharuzzaman Ahmat Raslan wrote:
> Hi Adam,
>
> The low I/O is when the machine is under load.
>
> Thank you for suggesting to use SSD. I have been thinking about that
> as well, but currently, the storage of BackupPC is using a 1TB disk,
> with about 80% utilization.
>
> Changing to 1TB SSD might be a little bit overkill on the customer's
> budget :)
>
Sure, 2 x 480GB SSD in linear RAID is still relatively expensive :) 
though it certainly is a huge performance improvement. BTW, FYI, I get 
2.5GB/s read and 1.5GB/s write performance from my RAID5...

> Maybe I should look at bcache for Linux :)
>
> https://lwn.net/Articles/497024/
> http://bcache.evilpiepirate.org/
>
I've seen that also, but I'm not sure it is a good (stable) solution for 
real use (at least, I'm not prepared to use that for a server yet, your 
tolerance might be different). In addition, it probably won't help the 
backup work load, since you need to read the entire disk, and the entire 
disk won't fit into the cache

Regards,
Adam

-- 
Adam Goryachev
Website Managers
P: +61 2 8304 a...@websitemanagers.com.au
F: +61 2 8304 0001 www.websitemanagers.com.au


-- 
Adam Goryachev Website Managers www.websitemanagers.com.au

--
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
___
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] rsyncd full backup

2013-10-31 Thread Micha Kersloot
Hi,

You could also go from raid1 to raid10.

Met vriendelijke groet,

Micha Kersloot

Blijf op de hoogte en ontvang de laatste tips over Zimbra/KovoKs Contact:
http://twitter.com/kovoks

KovoKs B.V. is ingeschreven onder KvK nummer: 1104

- Oorspronkelijk bericht -
> Van: "Adam Goryachev" 
> Aan: "General list for user discussion, questions and support" 
> 
> Verzonden: Donderdag 31 oktober 2013 04:13:42
> Onderwerp: Re: [BackupPC-users] rsyncd full backup
> 
> On 31/10/13 13:56, Sharuzzaman Ahmat Raslan wrote:
> > Hi Adam,
> >
> > The low I/O is when the machine is under load.
> >
> > Thank you for suggesting to use SSD. I have been thinking about that
> > as well, but currently, the storage of BackupPC is using a 1TB disk,
> > with about 80% utilization.
> >
> > Changing to 1TB SSD might be a little bit overkill on the customer's
> > budget :)
> >
> Sure, 2 x 480GB SSD in linear RAID is still relatively expensive :)
> though it certainly is a huge performance improvement. BTW, FYI, I get
> 2.5GB/s read and 1.5GB/s write performance from my RAID5...
> 
> > Maybe I should look at bcache for Linux :)
> >
> > https://lwn.net/Articles/497024/
> > http://bcache.evilpiepirate.org/
> >
> I've seen that also, but I'm not sure it is a good (stable) solution for
> real use (at least, I'm not prepared to use that for a server yet, your
> tolerance might be different). In addition, it probably won't help the
> backup work load, since you need to read the entire disk, and the entire
> disk won't fit into the cache
> 
> Regards,
> Adam
> 
> --
> Adam Goryachev
> Website Managers
> P: +61 2 8304 a...@websitemanagers.com.au
> F: +61 2 8304 0001 www.websitemanagers.com.au
> 
> 
> --
> Adam Goryachev Website Managers www.websitemanagers.com.au
> 
> --
> Android is increasing in popularity, but the open development platform that
> developers love is also attractive to malware creators. Download this white
> paper to learn more about secure code signing practices that can help keep
> Android apps secure.
> http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
> ___
> 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/
> 

--
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
___
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] rsyncd full backup

2013-10-31 Thread Timothy J Massey
Sharuzzaman Ahmat Raslan  wrote on 10/30/2013 
10:06:18 PM:

> Hi Holger,

> Based on short session of troubleshooting, I believe the machine 
> actually suffer from low I/O speed to the disk. Average read is 
> about 3 MB/s, which I considered slow for a SATA disk in IDE emulation.

*REAL* slow:  I consider anything under 20MB/s slow.

But where did that number come from?  The pattern of reads will make a 
*huge* difference...

> I'm planning to suggest to the customer to have a RAID 1 setup to 
> increase the I/O speed. I'm looking at possibilities to speed things
> up by not having to change the overall setup.

I think you might want to have a better idea of what is going on first 
before you just start throwing hardware at it.  If your numbers were 
correct but still too slow I'd say sure.  But your numbers are *broken* 
wrong.  You *might* fix your problem (by accident!) by throwing away some 
pieces and adding others, but you might not, too.  Then you've got a 
client that just spent a bunch of money for nothing...

Tim Massey


 
Out of the Box Solutions, Inc. 
Creative IT Solutions Made Simple!
http://www.OutOfTheBoxSolutions.com
tmas...@obscorp.com 
 
22108 Harper Ave.
St. Clair Shores, MI 48080
Office: (800)750-4OBS (4627)
Cell: (586)945-8796 
--
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk___
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] rsyncd full backup

2013-10-31 Thread Sharuzzaman Ahmat Raslan
Hi Timothy,

I got the number by observing the output of iotop while file transfer is
running. Also, on BackupPC host summary page, average transfer rate for
full backup is also around 3MB/s

It could be a network bottleneck also, as the customer is using 100Mbps
switch with around 80 PC, not including network printer and servers.
Inclusive should be around 100 network devices.

Any idea how to properly troubleshoot network bottleneck? My skill is a
little bit lacking on that area.

Thanks.



On Fri, Nov 1, 2013 at 2:12 AM, Timothy J Massey wrote:

> Sharuzzaman Ahmat Raslan  wrote on 10/30/2013
> 10:06:18 PM:
>
> > Hi Holger,
>
> > Based on short session of troubleshooting, I believe the machine
> > actually suffer from low I/O speed to the disk. Average read is
> > about 3 MB/s, which I considered slow for a SATA disk in IDE emulation.
>
> *REAL* slow:  I consider anything under 20MB/s slow.
>
> But where did that number come from?  The pattern of reads will make a
> *huge* difference...
>
> > I'm planning to suggest to the customer to have a RAID 1 setup to
> > increase the I/O speed. I'm looking at possibilities to speed things
> > up by not having to change the overall setup.
>
> I think you might want to have a better idea of what is going on first
> before you just start throwing hardware at it.  If your numbers were
> correct but still too slow I'd say sure.  But your numbers are *broken*
> wrong.  You *might* fix your problem (by accident!) by throwing away some
> pieces and adding others, but you might not, too.  Then you've got a client
> that just spent a bunch of money for nothing...
>
> Tim Massey
>
>*Out of the Box Solutions, Inc.* *
> Creative IT Solutions Made Simple!**
> **http://www.OutOfTheBoxSolutions.com*
> *
> **tmas...@obscorp.com*22108 Harper Ave.
> St. Clair Shores, MI 48080
> Office: (800)750-4OBS (4627)
> Cell: (586)945-8796
>
>
> --
> Android is increasing in popularity, but the open development platform that
> developers love is also attractive to malware creators. Download this white
> paper to learn more about secure code signing practices that can help keep
> Android apps secure.
> http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
> ___
> 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/
>
>


-- 
Sharuzzaman Ahmat Raslan
--
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk___
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] rsyncd full backup

2013-10-31 Thread Les Mikesell
On Wed, Oct 30, 2013 at 9:06 PM, Sharuzzaman Ahmat Raslan
 wrote:
> Hi Holger,
>
> Based on short session of troubleshooting, I believe the machine actually
> suffer from low I/O speed to the disk. Average read is about 3 MB/s, which I
> considered slow for a SATA disk in IDE emulation.

Where are you getting that number?   hdparm -tT  device_partition_name
should show about 30MB/s for the lower number even for old IDEs and at
least 2 or 3x that for SATA with a SATA controller - even old ones.

> I'm planning to suggest to the customer to have a RAID 1 setup to increase
> the I/O speed. I'm looking at possibilities to speed things up by not having
> to change the overall setup.

RAID1 is a good idea to protect against a single drive failure, but it
won't make a lot of difference in speed.  Writes go to both, reads can
overlap if the software is smart.   But, if you are currently running
RAID5, using bigger disks in RAID1 would help.

-- 
   Les Mikesell
 lesmikes...@gmail.com

--
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
___
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] rsyncd full backup

2013-10-31 Thread Timothy J Massey
Sharuzzaman Ahmat Raslan  wrote on 10/31/2013 
02:38:01 PM:

> Hi Timothy,
>
> I got the number by observing the output of iotop while file 
> transfer is running. Also, on BackupPC host summary page, average 
> transfer rate for full backup is also around 3MB/s

> It could be a network bottleneck also, as the customer is using 
> 100Mbps switch with around 80 PC, not including network printer and 
> servers. Inclusive should be around 100 network devices.

For file transfers, 100Mb/s is good for 7MB/s transfer rate.  Assuming a 
good quality switch (which is a *big* assumption), the number of computers 
shouldn't matter.

But I would think strongly about buying a good quality Gigabit switch (I 
recommend the HP V1910-24G) as your "backbone":  Plug all of your servers 
(including the BackupPC server) into it, as well as each of your 100Mb/s 
switches (even better if they have Gb uplink ports!).  That would 
eliminate the network as a bottleneck and only costs $300.  And improve 
network performance across the board, though your users may not notice it 
if they only work with small files.

> Any idea how to properly troubleshoot network bottleneck? My skill 
> is a little bit lacking on that area.

Sure:  Time the copying of files from one machine to another.  Assuming 
the source and destination hard drives are faster than 7MB/s (and they 
very well *better* be!), then you'll saturate a 100Mb network no problem.

For a more scientific approach, check out iperf.

I'd be *much* more worried about checking out your *disk* performance. You 
can do tests in exactly the same way:  copy files to and from the disk and 
see what happens.  Here are some very simple examples:

sync; time dd if=/dev/zero of=test.fil bs=1M count=1024; sync; sync; sync;
sync; time dd if=test.fil of=/dev/null bs=1M

The first line times the writing of a 1GB file named test.fil.  The second 
one times the reading of the same 1GB file.  Divide 1024 by the number of 
seconds it takes and that will give you the MB/s that you transferred. 
(The sync command is needed for accurate timing;  the three sync commands 
is kind of an old UNIX graybeard joke:  
http://unix.stackexchange.com/questions/5260/is-there-truth-to-the-philosophy-that-you-should-sync-sync-sync-sync
 
)

If you want more scientific disk performance information, check out iozone 
or iometer.

Remember:  always profile before you optimize.  ( 
http://www.phatcode.net/res/224/files/html/ch37/37-02.html )

Tim Massey


 
Out of the Box Solutions, Inc. 
Creative IT Solutions Made Simple!
http://www.OutOfTheBoxSolutions.com
tmas...@obscorp.com 
 
22108 Harper Ave.
St. Clair Shores, MI 48080
Office: (800)750-4OBS (4627)
Cell: (586)945-8796 
--
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk___
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/


[BackupPC-users] rsyncd Antivirus-SW problem

2007-12-19 Thread martin . milinovsky
Hallo,

I have problems getting backups from Windows-PCs with rsyncd: if
Kaspersky Anti-Virus-SW is active on the client, the backup fails, if
Kaspersky is disabled everything runs smooth. There is no error-message
in the logs, the backup simply hangs :-( I don't want to get into the
details of configuring the Kaspersky-client, but I opened tcp-port 873
for incoming and outgoing traffic and allowed the rsyncd-Program all
activities.

The manual check with the command

rsync - [EMAIL PROTECTED]::Fotos/

shows the exact same behaviour (without AV a list of the folders on the
client is received, with AV rsync hangs). My setup is the following:

Server: BackupPC 3.0.0 on Ubuntu
Client: rsynd 2.6.8 on Windows XP

rsyncd.conf on the client:

use chroot = false
max connections = 3
log file = c:/Tools/Backup/rsyncd.log
pid file = c:/Tools/Backup/rsyncd.pid
lock file = c:/Tools/Backup/rsyncd.lock
secrets file = c:/Tools/Backup/rsyncd.secrets
hosts allow = 
auth users = backuppc
strict modes = false
read only = true
list = false
[Fotos]
path = D:/Digital-Fotos/Fotos
comment = Fotos


rsyncd.secrets:
backuppc:


Any ideas??

Thanx,
Martin

-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
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/


[BackupPC-users] Rsyncd/Samba include/exclude

2008-02-11 Thread Alan Orlič Belšak
Hello,

probably this has been answered several times, but here I go again - as 
I found out, there is no way to backup Windows machines via Samba for 
some files only (like DOC, XLS, etc), but I was unable to find the 
solution how to do that via rsyncd. I don't like to backup the whole PC, 
only documents.

If somebody has a solution, I'll be more than happy.

Bye, Alan

-
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] Rsyncd transfer speed

2008-02-25 Thread John Pettitt
Alan Orlic( Belšak wrote:
> Hello,
>
> is there a way to speed up transfer via rsyncd, the last backup was at 
> 0,9 MB/s. The network is 100Mb, the backup was made on local disk (no 
> USB involved), except the include list was involved and there is a lot 
> of empty directories.
>
> Bye, Alan
>
>   

It's almost certainly not rsyncd that is the hold up - next time it runs 
take a look a cpu load, disk activity and network activity - I'd be 
willing to bet that you're disk bound. Do you have rsync checksum 
caching enabled? It normally makes a big difference.


John

-
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] Rsyncd transfer speed

2008-02-25 Thread dan
iftop, iostat, top.  your best friends :)

On Mon, Feb 25, 2008 at 9:16 AM, John Pettitt <[EMAIL PROTECTED]> wrote:

> Alan Orlic( Belšak wrote:
> > Hello,
> >
> > is there a way to speed up transfer via rsyncd, the last backup was at
> > 0,9 MB/s. The network is 100Mb, the backup was made on local disk (no
> > USB involved), except the include list was involved and there is a lot
> > of empty directories.
> >
> > Bye, Alan
> >
> >
>
> It's almost certainly not rsyncd that is the hold up - next time it runs
> take a look a cpu load, disk activity and network activity - I'd be
> willing to bet that you're disk bound. Do you have rsync checksum
> caching enabled? It normally makes a big difference.
>
>
> John
>
> -
> 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/
>
-
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] Rsyncd transfer speed

2008-03-05 Thread Kanwar Ranbir Sandhu
On Mon, 2008-02-25 at 13:49 +0100, Alan Orlič Belšak wrote:
> is there a way to speed up transfer via rsyncd, the last backup was at 
> 0,9 MB/s. The network is 100Mb, the backup was made on local disk (no 
> USB involved), except the include list was involved and there is a lot 
> of empty directories.

Crappy network cards?

Ranbir

-- 
Kanwar Ranbir Sandhu
Linux 2.6.22.14-72.fc6 i686 GNU/Linux 
13:56:44 up 1 day, 3:03, 2 users, load average: 1.11, 1.22, 1.17 



-
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] rsyncd in linux

2008-07-29 Thread Holger Parplies
Hi,

fatima ech-charif wrote on 2008-07-29 10:11:34 + [[BackupPC-users] rsyncd 
in linux]:
> hi
> how to configure rsyncd in linux ubuntu

same as always ... read the docs and relevant man pages.

> because i have this problem
> full backup started for directory docs (baseline backup #18)
>  Got fatal error during xfer (inet connect: Connection refused)
>  Backup aborted (inet connect: Connection refused)

That's not a BackupPC issue. Your rsyncd is not running or there's a firewall
in between or the IP address is wrong or ...

Narrowing down a problem has to be done where the problem is, not where people
have to guess about just about everything.

Regards,
Holger

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
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] rsyncd in linux

2008-07-29 Thread Rob Owens
fatima ech-charif wrote:
>  
> hi
> how to configure rsyncd in linux ubuntu
> because i have this problem
> full backup started for directory docs (baseline backup #18)
>  Got fatal error during xfer (inet connect: Connection refused)
>  Backup aborted (inet connect: Connection refused)
>  thanks
> 
I recommend that you test rsyncd from a terminal on another machine, 
instead of with BackupPC (to minimize the potential spots for error).

If rsyncd is configured properly and running, you should be able to 
issue this command to get a list of modules offered by the rsyncd server:

rsync [EMAIL PROTECTED]::  (yes, 2 colons)

-Rob


The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. If you are not the addressee, any disclosure, reproduction,
copying, distribution, or other dissemination or use of this transmission in
error please notify the sender immediately and then delete this e-mail.
E-mail transmission cannot be guaranteed to be secure or error free as
information could be intercepted, corrupted lost, destroyed, arrive late or
incomplete, or contain viruses.
The sender therefore does not accept liability for any errors or omissions
in the contents of this message which arise as a result of e-mail
transmission. If verification is required please request a hard copy
version.




-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
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] rsyncd in linux

2008-07-29 Thread Jon Craig
On Tue, Jul 29, 2008 at 10:50 AM, Rob Owens
<[EMAIL PROTECTED]> wrote:
> fatima ech-charif wrote:
>>
>> hi
>> how to configure rsyncd in linux ubuntu
>> because i have this problem
>> full backup started for directory docs (baseline backup #18)
>>  Got fatal error during xfer (inet connect: Connection refused)
>>  Backup aborted (inet connect: Connection refused)
>>  thanks
>>
> I recommend that you test rsyncd from a terminal on another machine,
> instead of with BackupPC (to minimize the potential spots for error).
>
> If rsyncd is configured properly and running, you should be able to
> issue this command to get a list of modules offered by the rsyncd server:
>
> rsync [EMAIL PROTECTED]::  (yes, 2 colons)

This assumes that you have set "list = true" for each of the modules
in the rsyncd.conf on the source server.

>
> -Rob
> 
>
> The information transmitted is intended only for the person or entity to
> which it is addressed and may contain confidential and/or privileged
> material. If you are not the addressee, any disclosure, reproduction,
> copying, distribution, or other dissemination or use of this transmission in
> error please notify the sender immediately and then delete this e-mail.
> E-mail transmission cannot be guaranteed to be secure or error free as
> information could be intercepted, corrupted lost, destroyed, arrive late or
> incomplete, or contain viruses.
> The sender therefore does not accept liability for any errors or omissions
> in the contents of this message which arise as a result of e-mail
> transmission. If verification is required please request a hard copy
> version.
>
> 
>
>
> -
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> 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/
>



-- 
Jonathan Craig

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
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] rsyncd in linux

2008-07-29 Thread Jean-Michel Beuken
Hello,
>> If rsyncd is configured properly and running, you should be able to
>> issue this command to get a list of modules offered by the rsyncd server:
>>
>> rsync [EMAIL PROTECTED]::  (yes, 2 colons)
>> 
>
> This assumes that you have set "list = true" for each of the modules
> in the rsyncd.conf on the source server.
>   
I think it is the default (see man page) because without the line "list 
= true" in the rsyncd.conf,  I can list the modules...

jmb

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
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] rsyncd in linux

2008-07-31 Thread fatima ech-charif
when i use this command
rsync [EMAIL PROTECTED]::
i got this :
rsync : failed to connect to servername : connection refused(111)
rsync error : error in socket IO (code 10) at
/home/lapo/packaging/tmp/rsync-2.6.9/clientserver.c (104) [receiver=2.6.9]
thanks
2008/7/31 fatima ech-charif <[EMAIL PROTECTED]>

>
> hi
> this my file of configuration rsyncd.conf:
>
> i open directory /etc in linux and i edit this file "rsyncd.conf"
> #gid =user
> max connections = 0
> # transfer logging = true
> log format = %h %o %f %l %b
> log file = /var/log/rsyncd.log
>
> [docs]
> path = /home
> read only = no
> uid = root
> gid = nogroup
> list = yes
> auth users = backuppc
> secrets file = /etc/rsyncd.secrets
>
> thanks
>
>
>
>
>
>
> 2008/7/29 Jean-Michel Beuken <[EMAIL PROTECTED]>
>
> Hello,
>> >> If rsyncd is configured properly and running, you should be able to
>> >> issue this command to get a list of modules offered by the rsyncd
>> server:
>> >>
>> >> rsync [EMAIL PROTECTED]::  (yes, 2 colons)
>> >>
>> >
>> > This assumes that you have set "list = true" for each of the modules
>> > in the rsyncd.conf on the source server.
>> >
>> I think it is the default (see man page) because without the line "list
>> = true" in the rsyncd.conf,  I can list the modules...
>>
>> jmb
>>
>> -
>> This SF.Net email is sponsored by the Moblin Your Move Developer's
>> challenge
>> Build the coolest Linux based applications with Moblin SDK & win great
>> prizes
>> Grand prize is a trip for two to an Open Source event anywhere in the
>> world
>> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>> ___
>> 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/
>>
>
>
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/___
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] rsyncd in linux

2008-07-31 Thread Renke Brausse
Hi

Am Donnerstag, den 31.07.2008, 09:53 + schrieb fatima ech-charif:
> rsync : failed to connect to servername : connection refused(111)

did you configure the rsyncd on the client side? the error looks like
that you have no running server.

Renke


-- 
rbrausse
ferdinand-kopf-str 7
79117 freiburg
germany, old europe

+497613845491
http://gss-konstanz.de/8-kerne-und-nen-typ/


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/___
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] rsyncd in linux

2008-07-31 Thread David Kuntadi
On Thu, Jul 31, 2008 at 4:53 PM, fatima ech-charif
<[EMAIL PROTECTED]> wrote:
> when i use this command
> rsync [EMAIL PROTECTED]::
> i got this :
> rsync : failed to connect to servername : connection refused(111)
> rsync error : error in socket IO (code 10) at
> /home/lapo/packaging/tmp/rsync-2.6.9/clientserver.c (104) [receiver=2.6.9]
> thanks

Are you backing up linux client? If yes, please use rsync:

http://taksuyama.com/?page_id=7

If the client is windows xp, please use rsyncd

http://taksuyama.com/?page_id=8

David

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
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] rsyncd in linux

2008-07-31 Thread Vincent Fleuranceau
> Are you backing up linux client? If yes, please use rsync:

Why? Rsyncd works perfectly on Linux, too.

Most people use rsync because they want (or need) an SSH tunnel, but  
this is not required by BackupPC.

-- Vincent


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
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] rsyncd in linux

2008-07-31 Thread Vincent Fleuranceau
> secrets file = /etc/rsyncd.secrets
>


Just in case, execute the following command:

chmod 600 /etc/rsyncd.secrets


-- Vincent


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
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] rsyncd connection stalled

2008-10-01 Thread Kenneth Porter
I notice on the general status page that both clients have PIDs but that 
the client with network activity has a transfer PID. Does only one client 
at a time transfer?

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
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] Rsyncd on XP

2008-11-18 Thread Rob Owens
Eric Snyder wrote:
> I was having problems with SMB on XP pro so have shifted gears and am 
> trying Rsyncd. I ran a full backup of the cDrive setup. The problem is 
> that I am using a backup user I created that is part of the user group 
> "Backup Operators". I do get files backed up but... The only files I get 
> in the Documents and Settings folder is the backup user's files 
> (basically empty). There are other users there and I need to get those 
> files backed up as well. There seems to be a permission problem and I 
> can't get the other users files backed up.
> 
> How do I get all the users files backed up using Rsynced?
> 
> Config file:
> [cDrive]
> path = c:
> comment = Entire Drive
> auth users = removed,removed
> secrets file = c:/rsyncd/rsyncd.secrets
> # hosts allow = 172.16.0.17
> strict modes = false
> read only = true
> list = false
> 

Does your rsyncd.conf file have a line like:

uid = someuser

This is the user that that the rsync daemon runs as.  Mine is set to be
my backup user.  I'm not sure what the default is, but if it's uid =
administrator, that might not give you enough rights to see everything.
 I'm pretty sure it needs to be run as someone who is in the "Backup
Operators" group.

Additionally, on my systems I found that some files were not readable by
the "Backup Operators" group.  That made it impossible for me to backup
those files until I fixed the problem.

-Rob


The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. If you are not the addressee, any disclosure, reproduction,
copying, distribution, or other dissemination or use of this transmission in
error please notify the sender immediately and then delete this e-mail.
E-mail transmission cannot be guaranteed to be secure or error free as
information could be intercepted, corrupted lost, destroyed, arrive late or
incomplete, or contain viruses.
The sender therefore does not accept liability for any errors or omissions
in the contents of this message which arise as a result of e-mail
transmission. If verification is required please request a hard copy
version.




-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
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] Rsyncd on XP

2008-11-19 Thread Rob Poe
Eric Snyder wrote:
>> I was having problems with SMB on XP pro so have shifted gears and am 
>> trying Rsyncd. I ran a full backup of the cDrive setup. The problem is 
>> that I am using a backup user I created that is part of the user group 
>> "Backup Operators". I do get files backed up but... The only files I get 
>> in the Documents and Settings folder is the backup user's files 
>> (basically empty). There are other users there and I need to get those 
>> files backed up as well. There seems to be a permission problem and I 
>> can't get the other users files backed up
>> 
I have a domain user as part of the backup group, called ... what else?  
Wait for it! 

backup

Here is my config.

[cDrive]
path = c:
comment = Entire Drive
auth users = backup
secrets file = c:/rsyncd/rsyncd.secrets
# hosts allow = 172.16.0.17
strict modes = false
read only = false
list = false


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
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] Rsyncd and WinXP

2009-05-01 Thread Holger Parplies
Hi,

Peter Bloomfield wrote on 2009-05-01 16:56:45 -0400 [[BackupPC-users] Rsyncd 
and WinXP]:
> [...] backing up a WinXP machine over rync.

I take it that is actually missing a "d" as well as the "s"? ;-)

> [...]
>   Got fatal error during xfer (chdir failed)
>   Backup aborted (chdir failed)
> 
> [...] I then went and looked on the WinXP
> in the rsync.log file and I get the following message,
>   
>   2009/05/01 16:39:23 [4024] rsync: chdir 
> /cygdrive/c/WINDOWS/system32/f:/Alvina_PET/HR_Info failed
> 
> Has anyone else seen this, or can someone point me in the direction of a
> solution, thanks

I take it your rsyncd.conf contains a path specification
"f:/Alvina_PET/HR_Info". Apparently, rsyncd is interpreting
this as a relative path. You probably need to use something
like "/cygdrive/f/Alvina_PET/HR_Info" instead.

Hope that helps.

Regards,
Holger

--
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
___
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] rsyncd over ssh

2009-05-21 Thread Jeffrey J. Kosowsky
daniel wrote at about 10:53:23 -0400 on Thursday, May 21, 2009:
 > 
 > Hi Joe,
 > 
 > This is exactly what I am looking for at the moment. Can you please post you 
 > changes?

Am I the only one who has NO CLUE what he is talking about?
- What exactly is the 'this' that you are looking for?
- Who is the 'you' that you want to post something? (Joe???)
- What 'changes' need to be posted?

And if you wanted something from a particular 'Joe' that only you two
know about, why spam the entire list?

I am beginning to sympathize with Holger's frustrations with Backup
Central and people who think this is a topic-based forum rather than a
mailing list.


 > 
 > Cheers,
 > Daniel.
 > 
 > +--
 > |This was sent by dan...@amristar.com.au via Backup Central.
 > |Forward SPAM to ab...@backupcentral.com.
 > +--
 > 
 > 
 > 
 > --
 > Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
 > is a gathering of tech-side developers & brand creativity professionals. Meet
 > the minds behind Google Creative Lab, Visual Complexity, Processing, & 
 > iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
 > Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
 > ___
 > 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/
 > 

--
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
___
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] rsyncd over ssh

2009-05-21 Thread Daniel Harvey
Hi Jeffrey,

At the risk of spamming the list again, I apologise. I only joined the
list and the "forum" immediately before the post. And, I agree that I
*thought* "this is a topic-based forum rather than a mailing list" - I
went to www.backupcentral.com, selected the menu "Forums" and them "Open
Source BackupPC" - it looked like a forum to me. Now I know :-)

Anyway, the (mailing list) post I was referring to was 

http://www.backupcentral.com/phpBB2/two-way-mirrors-of-external-mailing-lists-3/backuppc-21/rsyncd-over-ssh-79117/

which relates to running BackupPC using rsync's "daemon" mode tunnelled
over SSH. 

I've since got Joe's modifications which enable this and I'll let you
know how I get on. FYI, the key issue for me is that I want to tunnel
over SSH, but am not happy to allow un-checked root access to the target
machine(s) - rsync's "daemon" mode tunnelled over SSH is a good balance.

Cheers,
Daniel. 

On Thu, 2009-05-21 at 15:35 -0400, Jeffrey J. Kosowsky wrote:
> daniel wrote at about 10:53:23 -0400 on Thursday, May 21, 2009:
>  > 
>  > Hi Joe,
>  > 
>  > This is exactly what I am looking for at the moment. Can you please post 
> you changes?
> 
> Am I the only one who has NO CLUE what he is talking about?
> - What exactly is the 'this' that you are looking for?
> - Who is the 'you' that you want to post something? (Joe???)
> - What 'changes' need to be posted?
> 
> And if you wanted something from a particular 'Joe' that only you two
> know about, why spam the entire list?
> 
> I am beginning to sympathize with Holger's frustrations with Backup
> Central and people who think this is a topic-based forum rather than a
> mailing list.
> 
> 
>  > 
>  > Cheers,
>  > Daniel.
>  > 
>  > +--
>  > |This was sent by dan...@amristar.com.au via Backup Central.
>  > |Forward SPAM to ab...@backupcentral.com.
>  > +--
>  > 
>  > 
>  > 
>  > 
> --
>  > Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
>  > is a gathering of tech-side developers & brand creativity professionals. 
> Meet
>  > the minds behind Google Creative Lab, Visual Complexity, Processing, & 
>  > iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
>  > Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
>  > ___
>  > 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/
>  > 
> 
> --
> Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
> is a gathering of tech-side developers & brand creativity professionals. Meet
> the minds behind Google Creative Lab, Visual Complexity, Processing, & 
> iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
> Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
> ___
> 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/


--
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
___
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] Rsyncd --sparse flag

2009-08-28 Thread Tino Schwarze
On Fri, Aug 28, 2009 at 11:55:35AM +0100, Nigel Kendrick wrote:

> Does backuppc support the --sparse flag for rsyncd remote backups -
> searching for answers led me to 'probably not' in an old post.

I don't know for sure, but I doubt it since BackupPC_dump will probably
just produce zeroes and compress them.

> If it is supported, any benefit of using it with my famous database backup
> dumps?

No, you wouldn't benefit since your database dumps will probably not
contain long chains of zero bytes.

Tino.

-- 
"What we nourish flourishes." - "Was wir nähren erblüht."

www.lichtkreis-chemnitz.de
www.craniosacralzentrum.de

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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/


[BackupPC-users] rsyncd and outlook express

2005-09-21 Thread Jonathan Dumaresq



Hi all, 
 
I just finish to reinstall backuppc 2.1.2. But now 
i want to use rsynd as transfer methode. I have set everything on the clien and 
on the server side. Here my rsyncd.conf on my xp.
 
[mes documents]    path = 
c:/Documents and Settings/dumarjo/Mes documents    comment = 
Mes Documents    auth users = backup    
secrets file = c:/rsyncd/rsyncd.secrets    # hosts allow = 
172.16.0.17    strict modes = false    
read >    list = 
false[projets]    path = c:/projets    
comment = projets    auth users = 
backup    secrets file = 
c:/rsyncd/rsyncd.secrets    # hosts allow = 
172.16.0.17    strict modes = false    
read >    list = false[address 
book]    path = C:/Documents and Settings/dumarjo/Application 
Data/Microsoft/Address Book    comment = Addrees 
book    auth users = backup    secrets 
file = c:/rsyncd/rsyncd.secrets    # hosts allow = 
172.16.0.17    strict modes = false    
read >    list = false
 
[email]    path = C:/Documents 
and Settings/dumarjo/Local Settings/Application 
Data/Identities/{93EF7C18-6F68-4F2B-97A3-CDEB38CB945B}/Microsoft/Outlook 
Express
    comment = 
E-MAIL    auth users = backup    secrets 
file = c:/rsyncd/rsyncd.secrets    # hosts allow = 
172.16.0.17    strict modes = false    
read >    list = false
 
every backup is correct except the email one. I 
always get a chdir error on backuppc. I would like to know how i can resolve 
this problem. It seam that the { and } is the problem ???
 
regards
 
Jonathan


  1   2   3   >