-
edrusb committed patchset 925 of module dar to the DAR - Disk ARchive CVS repository, changing 1 files.
2010-01-07 14:10:36 UTC in DAR - Disk ARchive
-
Well,
first problem in having pigz code copied into libdar is that it does not follow the programming principe of "one source code one maintainer". in particular, if pigz receive bug fixes in the future (most probable), theses will not be propagated to libdar's copy of that same code. The second point is that libdar is a thread safe library, having global symbols will break this major...
2010-01-04 20:30:43 UTC in DAR - Disk ARchive
-
new feature implemented : Quoted from the man page:
-_, --retry-on-change count[:max-byte]
When a file has changed at the time it was read for backup, you can
ask dar to retry saving it again. To activate this feature you must
provide the maximum number a given file can be re-saved (this is the.
2010-01-03 20:07:49 UTC in DAR - Disk ARchive
-
Hello,
thanks for the update,
Regards,
Denis.
2010-01-03 19:50:45 UTC in DAR - Disk ARchive
-
edrusb committed patchset 924 of module dar to the DAR - Disk ARchive CVS repository, changing 6 files.
2010-01-03 19:32:57 UTC in DAR - Disk ARchive
-
edrusb committed patchset 923 of module dar to the DAR - Disk ARchive CVS repository, changing 3 files.
2010-01-03 14:23:01 UTC in DAR - Disk ARchive
-
What makes dar faster compared to tar when it comes to restore a file, is that dar does not compress the whole archve at once, but does compress it file by file so it has not to uncompress the whole archive to just restore a file in the middle of it. However, this has a drawback: the compression ratio is not as good as what can be done using tar, espetially when compressing a lot of small files...
2010-01-03 11:24:53 UTC in DAR - Disk ARchive
-
edrusb committed patchset 922 of module dar to the DAR - Disk ARchive CVS repository, changing 16 files.
2010-01-02 19:48:57 UTC in DAR - Disk ARchive
-
Hello,
Yep I will update the man page about this restriction on the dates dar is able to handle (dar stores dates as unsigned integer number (class infinint) which has no upper limit).
Thanks for the confirmation that the fix works !
Et merci du coup de main pour la résolution de ce problème.
Bien sûr bonnes fêtes de fin d'année aussi !
Denis.
2009-12-30 21:10:07 UTC in DAR - Disk ARchive
-
Very interesting!
First, you are right, I have not thought it could be possible to have negative value (I thought time_t type was unsigned).
Second, on my 32 bits system, I cannot crash dar, because the negative dates -60 is replaced by January 19th 2038 which is (2^32 - 1) seconds past 1970, not (2^64 -1) as on your 64 bits system, point you have reported. 2^64 - 1 is rawly 5 millard...
2009-12-29 21:15:58 UTC in DAR - Disk ARchive