Re: [BackupPC-users] BackupPC Working Well - Except Archiving

2008-11-19 Thread jkewley
Craig Barratt Wrote
 
 From: Craig Barratt [EMAIL PROTECTED]
 Date: 2008/11/18 Tue PM 09:57:39 GMT
 To: [EMAIL PROTECTED] [EMAIL PROTECTED]
 CC: backuppc-users@lists.sourceforge.net
   backuppc-users@lists.sourceforge.net
 Subject: Re: [BackupPC-users] BackupPC Working Well - Except Archiving
 
 SamK writes:
 
  I am struggling to create an archive from the command line.  The desired 
  outcome is to emulate the clicking of the Start Archive button in the web 
  page as this method is working perfectly.  The overall objective is to 
  create the archive as a cron job.
  
  From /usr/share/backuppc/bin/BackupPC_archive
  Extract Start
  # BackupPC_archive: Archive files for an archive client.
  #
  # DESCRIPTION
  #
  #   Usage: BackupPC_archive user archiveclient reqFileName
  Extract End
  
  I cannot find the definitions of user archiveclient reqFileName and 
  all permutations of my guesses of what might be required have all failed.  
  Can anyone help or indicate where the definitions are listed?
 
 BackupPC_archive isn't very easy to use directly: reqFileName is the
 path of a file (output from perl's Data::Dumper) with information
 about what to archive.
 
 BackupPC_archiveStart is much easier to use.  It creates a reqFile
 and then tells the BackupPC server to run the archive.
 
 Craig
 


One of my earlier emails on this topic mentioned that BackupPC_archiveStart was 
not included in backuppc_3.0.0.-4ubuntu1_all-deb obtained from the main Ubuntu 
repository. (it is not listed in the .deb package filelist).  Having read a 
warning in the BackupPC documentation not to mix files from different sources I 
assumed this had been deliberately omitted in favour of BackupPC_archive, and 
was therefore (mistakenly) attempting to use that file.  Is a copy of 
BackupPC_archiveStart suitable for Ubuntu8.04-Server LTS available anywhere?




Les Mikesell Wrote:
 If you are going to do it from the command line, why not start with 
 BackupPC_tarCreate and set up your own pipeline for compress/split or 
 whatever options you want. 

This was unsuccessfully attempted, but I do not know why it failed.
SamK-01 Wrote:
 An archive is successfully created when started from within the web page. 
 This produces a log-file with the following entry:
 Executing: /usr/share/backuppc/bin/BackupPC_archiveHost 
 /usr/share/backuppc/bin/BackupPC_tarCreate /usr/bin/split home---tom 10 
 /bin/gzip .gz 000 /var/lib/backuppc/pc/whole---all_backups *

 In a terminal running exactly the same command line as user = backuppc 
 returns:
 Usage: /usr/share/backuppc/bin/BackupPC_archiveHost tarCreatePath splitPath 
 parPath host bkupNum compPath fileExt splitSize outLoc parFile share


SamK-01


-
Email sent from www.virginmedia.com/email
Virus-checked using McAfee(R) Software and scanned for spam


-
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=100url=/
___
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] Native Window version of rsync

2008-11-19 Thread James Sefton
We would be very interested. :)

-Original Message-
From: dtktvu [mailto:[EMAIL PROTECTED] 
Sent: 19 November 2008 05:00
To: backuppc-users@lists.sourceforge.net
Subject: [BackupPC-users] Native Window version of rsync


Hi,

Based on the source from Kolosy (http://www.kolosy.com/wordpress/?p=8 ), we 
have continued the journey and successully ported Rsync to C# (protocol 28 ). 
So far, the program has the following features:
1. Lots of features just like Rsync, supporting protocol up to 28.
2. No need for cygwin. However, it's required .NET framework version 3.5
3. Utilise Volume Shadow Copy Service (aka VSS,  on XP machines only) so that 
now it will do the work on shadow copy (configurable parameter on config file) 
and copy even opened files, exchange files, SQL files, etc.
4. Zlib compression supported
5. Running as a windows service (daemon), working fine with BackupPC and rsync 
on unix platform.
6. Can produce rdiff-backup alike signature/delta file.
7. Unicode filename supported.
8. Ultilise nearly maximum network bandwidth. During testing, we are getting 
around 11-12MB/s on 100Mbs network.
9. Many mores...

Many thanks to Kolosy!

Please let us know if anyone interested in having a test on this program.

Thanks.

+--
|This was sent by [EMAIL PROTECTED] via Backup Central.
|Forward SPAM to [EMAIL PROTECTED]
+--



-
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=100url=/
___
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=100url=/
___
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] Native Window version of rsync

2008-11-19 Thread Doug Lytle
James Sefton wrote:
 We would be very interested. :)
   


I would as well.

Doug


-- 
 
Ben Franklin quote:

Those who would give up Essential Liberty to purchase a little Temporary 
Safety, deserve neither Liberty nor Safety.


-
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=100url=/
___
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] Native Window version of rsync

2008-11-19 Thread Rob Poe
I'd like to take a look at this.  Is this going to be released under the 
GPL as RSYNC is?

dtktvu wrote:
 Hi,

 Based on the source from Kolosy (http://www.kolosy.com/wordpress/?p=8 ), we 
 have continued the journey and successully ported Rsync to C# (protocol 28 ). 
 So far, the program has the following features:
 1. Lots of features just like Rsync, supporting protocol up to 28.
 2. No need for cygwin. However, it's required .NET framework version 3.5
 3. Utilise Volume Shadow Copy Service (aka VSS,  on XP machines only) so that 
 now it will do the work on shadow copy (configurable parameter on config 
 file) and copy even opened files, exchange files, SQL files, etc.
 4. Zlib compression supported
 5. Running as a windows service (daemon), working fine with BackupPC and 
 rsync on unix platform.
 6. Can produce rdiff-backup alike signature/delta file.
 7. Unicode filename supported.
 8. Ultilise nearly maximum network bandwidth. During testing, we are getting 
 around 11-12MB/s on 100Mbs network.
 9. Many mores...

 Many thanks to Kolosy!

 Please let us know if anyone interested in having a test on this program.

 Thanks.

 +--
 |This was sent by [EMAIL PROTECTED] via Backup Central.
 |Forward SPAM to [EMAIL PROTECTED]
 +--



 -
 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=100url=/
 ___
 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=100url=/
___
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=100url=/
___
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] BackupPC DR Replication

2008-11-19 Thread Andrew Libby

Greetings,

I've been running BackupPC for a few months.   I'm now
thinking of disaster recover strategy.  My initial thought
is to replicate (via rsync) the BackupPC configs and data to
another server.  This server would not actively run BackupPC
jobs, but I would like to be able to restore from it in the
even to of a catastrophe.

Is this a reasonable approach?  Are others doing something
like this, or something else even to meet the same objectives?

Thanks.

Andy
-- 

===
xforty technologies
Andrew Libby
[EMAIL PROTECTED]
www.xforty.com
610-761-1991
===


-
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=100url=/
___
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] Backupc_nightly doesn't clean pool

2008-11-19 Thread Cesar Voulgaris

hi, I'm backing up several servers in a 500 Gb disk (with a max percentage
usage of 95%). sometimes the disk gets full up to 98% and I delete some
backups from /var/lib/backuppc/pc/#backupdir. The backups directory get
deleted but the Backupc_nightly job doesn't clean up the cpool when it runs
aftermidnight. Does Backupc_nightly runs if the disk is too full?  AS you can
see I still have 12 Gb , why cannot delete the pool? I send some disk usage
info and the log:

server:/home/cesar# df -h |grep /dev/sdb1
/dev/sdb1  466G  454G   12G  98% /var/lib/backuppc

File /var/lib/backuppc/log/LOG

Contents of file /var/lib/backuppc/log/LOG, modified 2008-11-19 16:37:41

2008-11-19 01:00:00 Disk too full (98%); skipped 6 hosts
2008-11-19 01:00:00 Running 2 BackupPC_nightly jobs from 0..15 (out of 0..15)
2008-11-19 01:00:00 Running BackupPC_nightly -m 0 127 (pid=16964)
2008-11-19 01:00:00 Running BackupPC_nightly 128 255 (pid=16965)
2008-11-19 01:00:00 Next wakeup is 2008-11-20 01:00:00
2008-11-19 01:00:37 BackupPC_nightly now running BackupPC_sendEmail
2008-11-19 01:00:39 Finished  admin1  (BackupPC_nightly 128 255)
2008-11-19 01:00:53 Finished  admin  (BackupPC_nightly -m 0 127)
2008-11-19 01:00:53 Pool nightly clean removed 0 files of size 0.00GB
2008-11-19 01:00:53 Pool is 0.00GB, 0 files (0 repeated, 0 max chain, 0 max
links), 1 directories
2008-11-19 01:00:53 Cpool nightly clean removed 0 files of size 0.00GB
2008-11-19 01:00:53 Cpool is 0.00GB, 0 files (0 repeated, 0 max chain, 0 max
links), 4369 directories
2008-11-19 01:00:53 Running BackupPC_link localhost (pid=16975)
2008-11-19 01:00:53 Finished localhost (BackupPC_link localhost)

thanks in advance



Ing. César Voulgaris - Red de Informática

Tel: 5258624-26 int. 312
Instituto de Física - Facultad de Ciencias (http://www.fisica.edu.uy)
--- End of Forwarded Message ---




Ing. César Voulgaris - Red de Informática

Tel: 5258624-26 int. 312
Instituto de Física - Facultad de Ciencias (http://www.fisica.edu.uy)


-
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=100url=/
___
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] Native Window version of rsync

2008-11-19 Thread dtktvu

Cool,

Let us prepare an installation package as it also comes with a GUI allowing you 
to configure files to be excluded/included from backup.

Also, I forgot to mention, the program also has built in dd's (Disk Duplicate, 
another well-known utility from UNIX) functionalities,  allowing you to backup 
MBR (Master Boot Record) too!

By the way VSS also works on Vista and 2003 server.

Currently we are working on Continuous Data Protection (CDP). Hopefully this 
will be released soon...

+--
|This was sent by [EMAIL PROTECTED] via Backup Central.
|Forward SPAM to [EMAIL PROTECTED]
+--



-
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=100url=/
___
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] Native Window version of rsync

2008-11-19 Thread Adam Goryachev
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

dtktvu wrote:
 Cool,
 
 Let us prepare an installation package as it also comes with a GUI allowing 
 you to configure files to be excluded/included from backup.
 
 Also, I forgot to mention, the program also has built in dd's (Disk 
 Duplicate, another well-known utility from UNIX) functionalities,  allowing 
 you to backup MBR (Master Boot Record) too!
 
 By the way VSS also works on Vista and 2003 server.
 
 Currently we are working on Continuous Data Protection (CDP). Hopefully this 
 will be released soon...
 

The biggest question in my mind is whether this will be an open source
application or commercial ?


Either way, it sounds like the perfect complement to backuppc though.

One feature that might be quite helpful is to allow a remote server to
specify what is backed up instead of the local application... (actually,
I thought this was the way rsyncd worked anyway?).

Regards,
Adam

- --
Adam Goryachev
Website Managers
www.websitemanagers.com.au
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkkkp5oACgkQGyoxogrTyiWI9gCfbhWYt8aXkSU5OHvxLaDfqS5w
m1EAn2ge5FUv0ZjW1dE+N8QxAImpARUr
=j2j4
-END PGP SIGNATURE-

-
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=100url=/
___
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] Native Window version of rsync

2008-11-19 Thread dtktvu

It's still being discussed whether it's going to be open source or commercial. 
Right now, looks like it's going to be free to download type...

The ability for remote server to specify what is backed up is still there, as 
well as local application can also specify its own OS-specific exclusion like 
pagefile, Internet Temporary Folder, etc.

+--
|This was sent by [EMAIL PROTECTED] via Backup Central.
|Forward SPAM to [EMAIL PROTECTED]
+--



-
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=100url=/
___
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] Native Window version of rsync

2008-11-19 Thread David Rees
On Wed, Nov 19, 2008 at 4:19 PM, dtktvu
[EMAIL PROTECTED] wrote:
 It's still being discussed whether it's going to be open source or commercial.
 Right now, looks like it's going to be free to download type...

If you used the rsync source code to create the rsync .NET version, I
think that you may be legally required to keep the software licensed
under the GPL if you distribute it.

If you only used the rsync algorithms and interfaces to create the
port, then you should be able to license the software any way you
wish.

But IANAL.

-Dave

-
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=100url=/
___
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] Native Window version of rsync

2008-11-19 Thread dan
this is true.  rsync is GPL so this MUST be GPL because the GPL is viral.

On Wed, Nov 19, 2008 at 5:33 PM, David Rees [EMAIL PROTECTED] wrote:

 On Wed, Nov 19, 2008 at 4:19 PM, dtktvu
 [EMAIL PROTECTED] wrote:
  It's still being discussed whether it's going to be open source or
 commercial.
  Right now, looks like it's going to be free to download type...

 If you used the rsync source code to create the rsync .NET version, I
 think that you may be legally required to keep the software licensed
 under the GPL if you distribute it.

 If you only used the rsync algorithms and interfaces to create the
 port, then you should be able to license the software any way you
 wish.

 But IANAL.

 -Dave

 -
 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=100url=/
 ___
 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=100url=/___
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] Native Window version of rsync

2008-11-19 Thread dan
the rync algorythm is actually part of the GPL code released by Andrew
Tridgell.

Like I said, GPL is viral.  Tridgell released this algorythm as a part of
rsync undel GPL so use of the exact algorythm requires a GPL license.

You may reverse engineer the functionality but you cannot use the algoryth,
just a work-alike.

If you have even looked at the code for rsync, you will likely be infringing
on the GPL if you license this anything but GPL.

I am not some GPL nazi, I am just making this point.

You might run into some other problems if using GPL code in a C# environment
if you are using shared libraries that are not GPL.



On Wed, Nov 19, 2008 at 6:06 PM, dtktvu [EMAIL PROTECTED]wrote:


 We don't use rsync source code, but just the algorithms and interface to
 create the port (with some helps based on Kolosy's version). That's why it's
 still being discussed whether it should be open source or commercial...

 +--
 |This was sent by [EMAIL PROTECTED] via Backup Central.
 |Forward SPAM to [EMAIL PROTECTED]
 +--



 -
 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=100url=/
 ___
 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=100url=/___
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] Native Window version of rsync

2008-11-19 Thread dtktvu

Hmm, I see...

Thanks very much for pointing that out.

BTW, what do you mean by You might run into some other problems if using GPL 
code in a C# environment if you are using shared libraries that are not GPL? 

Thanks.

+--
|This was sent by [EMAIL PROTECTED] via Backup Central.
|Forward SPAM to [EMAIL PROTECTED]
+--



-
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=100url=/
___
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] Native Window version of rsync

2008-11-19 Thread David Rees
On Wed, Nov 19, 2008 at 6:34 PM, dan [EMAIL PROTECTED] wrote:
 the rync algorythm is actually part of the GPL code released by Andrew
 Tridgell.

Yes, it is, but you can not Copyright algorithms, and you can't
protect them from reverse engineering. You can patent an algorithm,
but I know of no such patents on the algorithms used by rsync (not
that I've looked).

 Like I said, GPL is viral.  Tridgell released this algorythm as a part of
 rsync undel GPL so use of the exact algorythm requires a GPL license.

Please stop using the term viral, as the GPL is not viral.  Google it.
 The terms of which GPLed software is licensed are quite clear to
those who wish to read the license.

 You may reverse engineer the functionality but you cannot use the algoryth,
 just a work-alike.

This is not true.

 If you have even looked at the code for rsync, you will likely be infringing
 on the GPL if you license this anything but GPL.

This coud be true which is why I bought up my concern.  That is why if
there is any doubt, one should always perform a clean-room reverse
engineering effort to produce compatible works.

 I am not some GPL nazi, I am just making this point.

 You might run into some other problems if using GPL code in a C# environment
 if you are using shared libraries that are not GPL.

Another myth. Please stop spreading FUD.

-Dave

-
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=100url=/
___
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] Native Window version of rsync

2008-11-19 Thread David Rees
On Wed, Nov 19, 2008 at 7:11 PM, David Rees [EMAIL PROTECTED] wrote:
 On Wed, Nov 19, 2008 at 6:34 PM, dan [EMAIL PROTECTED] wrote:
 the rync algorythm is actually part of the GPL code released by Andrew
 Tridgell.

 Yes, it is, but you can not Copyright algorithms, and you can't
 protect them from reverse engineering. You can patent an algorithm,
 but I know of no such patents on the algorithms used by rsync (not
 that I've looked).

A reference for my claim:
http://www.iusmentis.com/copyright/software/protection/

-Dave

-
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=100url=/
___
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] Native Window version of rsync

2008-11-19 Thread dan
excuse me for arguing a few of these...

On Wed, Nov 19, 2008 at 8:11 PM, David Rees [EMAIL PROTECTED] wrote:

 On Wed, Nov 19, 2008 at 6:34 PM, dan [EMAIL PROTECTED] wrote:
  the rync algorythm is actually part of the GPL code released by Andrew
  Tridgell.

 Yes, it is, but you can not Copyright algorithms, and you can't
 protect them from reverse engineering. You can patent an algorithm,
 but I know of no such patents on the algorithms used by rsync (not
 that I've looked).


I believe this is somewhat of a grey area.  You will find many references of
this going either way on google.




  Like I said, GPL is viral.  Tridgell released this algorythm as a part of
  rsync undel GPL so use of the exact algorythm requires a GPL license.

 Please stop using the term viral, as the GPL is not viral.  Google it.
  The terms of which GPLed software is licensed are quite clear to
 those who wish to read the license.


I suppose the term viral implies evil or bad which is not what I meant to
say.  What I mean is that GPL code will require derivative code to also be
GPL.  This is clear and one of the few real issues that man companies have
and partly why BSD licenses and other non-GPL open source licenses have
gained some popularity.  As many people here will agree, the GPL has a lot
of good qualities and I am a supporter.




  You may reverse engineer the functionality but you cannot use the
 algoryth,
  just a work-alike.

 This is not true.


this is really just an extension of the previous point.  It can go either
way.




  If you have even looked at the code for rsync, you will likely be
 infringing
  on the GPL if you license this anything but GPL.

 This coud be true which is why I bought up my concern.  That is why if
 there is any doubt, one should always perform a clean-room reverse
 engineering effort to produce compatible works.


a clean room easily clears you from GPL violation.  Additionally you might
get




  I am not some GPL nazi, I am just making this point.

  You might run into some other problems if using GPL code in a C#
 environment
  if you are using shared libraries that are not GPL.

 Another myth. Please stop spreading FUD.

 -Dave

 -
 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=100url=/
 ___
 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=100url=/___
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] Native Window version of rsync

2008-11-19 Thread dan
ahh! keyboard shortcuts are a mixed blessing!  didnt mean to send it
yet.here is the continuation





  If you have even looked at the code for rsync, you will likely be
 infringing
  on the GPL if you license this anything but GPL.

 This coud be true which is why I bought up my concern.  That is why if
 there is any doubt, one should always perform a clean-room reverse
 engineering effort to produce compatible works.



a clean room easily clears you from GPL violation.  Additionally you might
get the author to clear your code which would eliminate any issues as well
especially if you credit the original author for inspriation or whatever.
GPL coders are certianly influenced by such compliments.





  I am not some GPL nazi, I am just making this point.

  You might run into some other problems if using GPL code in a C#
 environment
  if you are using shared libraries that are not GPL.

 Another myth. Please stop spreading FUD.


This is no myth.  The GPL clearly states that GPL'd code cannot be linked
with or to incompatible licensed code.  *Some* shared libraries that may be
used when programming in C# may be licensed in a non-GPL compatible
license.  Case in point: Stallman's standpoint that nvidia binary drivers
violate the GPL because they link into the Kernel (GPL) but have a non-GPL
compatible license.  I'm just saying that one should be considerate of the
shared libraries license.


Go ahead and develope and license as you please.  I am just making
suggestions

I wish these guys good luck and look forward to seeing their software
progress.  Considering that this is .Net, I'm looking forward to having an
rsync client that will run on server2008/Vista 64bit as cygwin doesnt care
for the 64bit part.
-
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=100url=/___
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/