Re: [lazarus] Component for to do backup !!

2006-02-12 Thread Vincent Snijders

Patrick wrote:

does anybody know any backup component ???
like the file attached.
if anybody to get compile it tell me pls !!!


I took a quick look at the backup.pas file.

Add {$mode delphi} or {$mode objfpc}{$h+} to the top of file.

I have problems with missing obj files. Maybe you can use the paszlib 
unit or package instead.


Vincent.

_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] Component for to do backup !!

2006-02-12 Thread Michael Van Canneyt


On Sat, 11 Feb 2006, Patrick wrote:

 does anybody know any backup component ??? 
 like the file attached.
 if anybody to get compile it tell me pls !!!

A simple backup for a single file can be done with the zstream unit.
More advanced backup can be done with TurboPower's abbrevia, the 
non-visual part compiles with FPC.

Michael.

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] Component for to do backup !!

2006-02-12 Thread Luiz Americo Pereira Camara

Patrick escreveu:

does anybody know any backup component ???
I'm developing an backup application that supports incremental backups 
and file version tracking.It uses sqlite3 to do the file tracking. You 
can find the sources here: 
http://www.geocities.com/camara_luiz/becape-alpha.zip.


The actual backup is done in backupengine.pas and backupcatalog.pas 
which is GUI independent. To see how do a backup see fexecutetask.pas. 
Please not that the core is functional and can be considered in beta 
state, while the GUI is in alpha state. Furthermore there's a lot of 
debug hints along the code.


It requires a recent sqliteds component: 
http://www.geocities.com/camara_luiz/sqliteds.zip

Luiz

_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] Component for to do backup !!

2006-02-12 Thread Bogusław Brandys

Luiz Americo Pereira Camara wrote:

Patrick escreveu:

does anybody know any backup component ???
I'm developing an backup application that supports incremental backups 
and file version tracking.It uses sqlite3 to do the file tracking. You 
can find the sources here: 
http://www.geocities.com/camara_luiz/becape-alpha.zip.


The actual backup is done in backupengine.pas and backupcatalog.pas 
which is GUI independent. To see how do a backup see fexecutetask.pas. 
Please not that the core is functional and can be considered in beta 
state, while the GUI is in alpha state. Furthermore there's a lot of 
debug hints along the code.


It requires a recent sqliteds component: 
http://www.geocities.com/camara_luiz/sqliteds.zip

Luiz


Is this version the same as in FPC 2.0.3 SVN ?

Regards
Boguslaw


_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] Component for to do backup !!

2006-02-12 Thread Luiz Americo Pereira Camara

Bogusław Brandys escreveu:

Luiz Americo Pereira Camara wrote:


It requires a recent sqliteds component: 
http://www.geocities.com/camara_luiz/sqliteds.zip

Is this version the same as in FPC 2.0.3 SVN ?


No. It's newer.

Luiz

_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


[lazarus] Component for to do backup !!

2006-02-11 Thread Patrick



does anybody know any backup component ??? 

like the file attached.
if anybody to get compile it tell me pls 
!!!


backup.pas
Description: Binary data