AW: FSVS 1.0.5 released

"Markus Karg" <[email protected]> Mon, 13 Mar 2006 13:43:09 +0100
Newsgroups gmane.comp.version-control.subversion.devel,gmane.mail.eyebrowse.user
Message-ID <C318061356872B4D892533A28BD088190EE230__34500.3190370791$1142259808$gmane$org@QUIPSY1.Quipsy.local>
------_=_NextPart_001_01C6469B.DB5ED21C
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

I didn't actually get what your tool is good for (I understand what it =
aims, but I do not understand the benefit it brings compared to just =
keeping my whole disk mirrored in a SVN repository). Can you explain =
what the benefit is?
=20
=20
=20
Mit freundlichem Gruss / With kind regards
Markus KARG, Staatl. gepr. Inf.
Entwicklung / R & D
QUIPSY QUALITY GmbH

________________________________

Von: Ph. Marek [mailto:[email protected]]
Gesendet: Mo 13.03.2006 11:20
An: [email protected]
Cc: [email protected]; [email protected]; =
[email protected]
Betreff: FSVS 1.0.5 released



Hello everybody,


FSVS 1.0.5 is released.

----- Excerpt from http://fsvs.tigris.org

FSVS stands for "Fast System VerSioning", "File System VerSioning" or
"Full System VerSioning". It aims to become a complete backup/restore =
tool
for all files in a directory tree or whole filesystems, with a =
subversion
repository as the backend.
You may think of it as some kind of tar or rsync with versioned storage.

----- Excerpt ends


The new release got some bugs fixed; it's notable points are
- testing framework extended with new tests.
  You'll need rsync 2.6.7 to complete the tests successfull, though.
- update and commit now write MD5 checksums for blocks of variable size,
  to accelerate checking for changed files (note: only applies if
  size equal to expected value, but timestamp changed).
  In the future I'd hope to send only changed data into the repository,
  using that mechanism.
- export command added for easier recovery of files/directories.
- can optionally checksum *all* files, not only changed (virus checking)
- a small compatibility fix (subversion uses "link " for symlinks, fsvs
  used "link:")
- a few small performance updates.


I know that I'm missing a 1.0.4 release, but that was already taken for
another snapshot (which wasn't released); it doesn't cause me headaches.


Do not hesitate to contact me for questions and problems.


Regards,

Phil


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]




------_=_NextPart_001_01C6469B.DB5ED21C
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">=0A=
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">=0A=
<HTML>=0A=
<HEAD>=0A=
=0A=
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
6.5.6944.0">=0A=
<TITLE> FSVS 1.0.5 released</TITLE>=0A=
</HEAD>=0A=
<BODY>=0A=
<DIV id=3DidOWAReplyText48299 dir=3Dltr>=0A=
<DIV dir=3Dltr><FONT face=3DArial color=3D#000000 size=3D2>I didn't =
actually get what =0A=
your tool is good for (I understand what it aims, but I do not =
understand the =0A=
benefit it brings compared to just keeping my whole disk mirrored in a =
SVN =0A=
repository). Can you explain what the benefit is?</FONT></DIV>=0A=
<DIV dir=3Dltr><FONT face=3DArial color=3D#000000 =
size=3D2></FONT>&nbsp;</DIV></DIV>=0A=
<DIV id=3DidSignature30076 dir=3Dltr>=0A=
<DIV><FONT face=3DArial color=3D#000000 size=3D2></FONT>&nbsp;</DIV>=0A=
<DIV><FONT face=3DArial color=3D#000000 size=3D2></FONT>&nbsp;</DIV>=0A=
<DIV><FONT face=3DArial color=3D#000000 size=3D2>Mit freundlichem Gruss =
/ With kind =0A=
regards</FONT></DIV>=0A=
<DIV><FONT face=3DArial size=3D2>Markus KARG, Staatl. gepr. =
Inf.</FONT></DIV>=0A=
<DIV><FONT face=3DArial size=3D2>Entwicklung / R &amp; D</FONT></DIV>=0A=
<DIV><FONT face=3DArial size=3D2>QUIPSY QUALITY GmbH</FONT></DIV></DIV>=0A=
<DIV dir=3Dltr><BR>=0A=
<HR tabIndex=3D-1>=0A=
<FONT face=3DTahoma size=3D2><B>Von:</B> Ph. Marek =0A=
[mailto:[email protected]]<BR><B>Gesendet:</B> Mo 13.03.2006 =0A=
11:20<BR><B>An:</B> [email protected]<BR><B>Cc:</B> =0A=
[email protected]; [email protected]; =0A=
[email protected]<BR><B>Betreff:</B> FSVS 1.0.5 =0A=
released<BR></FONT><BR></DIV>=0A=
<DIV>=0A=
<P><FONT size=3D2>Hello everybody,<BR><BR><BR>FSVS 1.0.5 is =
released.<BR><BR>----- =0A=
Excerpt from <A =0A=
href=3D"http://fsvs.tigris.org">http://fsvs.tigris.org</A><BR><BR>FSVS =
stands for =0A=
&#8220;Fast System VerSioning&#8221;, &#8220;File System =
VerSioning&#8221; or<BR>&#8220;Full System =0A=
VerSioning&#8221;. It aims to become a complete backup/restore =
tool<BR>for all files =0A=
in a directory tree or whole filesystems, with a =
subversion<BR>repository as the =0A=
backend.<BR>You may think of it as some kind of tar or rsync with =
versioned =0A=
storage.<BR><BR>----- Excerpt ends<BR><BR><BR>The new release got some =
bugs =0A=
fixed; it's notable points are<BR>- testing framework extended with new =0A=
tests.<BR>&nbsp; You'll need rsync 2.6.7 to complete the tests =
successfull, =0A=
though.<BR>- update and commit now write MD5 checksums for blocks of =
variable =0A=
size,<BR>&nbsp; to accelerate checking for changed files (note: only =
applies =0A=
if<BR>&nbsp; size equal to expected value, but timestamp =
changed).<BR>&nbsp; In =0A=
the future I'd hope to send only changed data into the =
repository,<BR>&nbsp; =0A=
using that mechanism.<BR>- export command added for easier recovery of =0A=
files/directories.<BR>- can optionally checksum *all* files, not only =
changed =0A=
(virus checking)<BR>- a small compatibility fix (subversion uses "link " =
for =0A=
symlinks, fsvs<BR>&nbsp; used "link:")<BR>- a few small performance =0A=
updates.<BR><BR><BR>I know that I'm missing a 1.0.4 release, but that =
was =0A=
already taken for<BR>another snapshot (which wasn't released); it =
doesn't cause =0A=
me headaches.<BR><BR><BR>Do not hesitate to contact me for questions and =0A=
problems.<BR><BR><BR>Regards,<BR><BR>Phil<BR><BR><BR>--------------------=
-------------------------------------------------<BR>To =0A=
unsubscribe, e-mail: [email protected]<BR>For =
additional =0A=
commands, e-mail: =0A=
[email protected]<BR><BR></FONT></P></DIV>=0A=
=0A=
</BODY>=0A=
</HTML>
------_=_NextPart_001_01C6469B.DB5ED21C--