-
After a long time, I began to work on version 4.3, where I will reform the sourcecode absolutely new, because the old code structure is sooo obsolete. I am thinking about using threads for calling the archive-binary. This may have advantages and disadvantages - we'll see, what fits best.
Cheers,
werner.
2008-12-25 10:34:00 UTC in HomeBak
-
A (background-running) backup system for Win32 (homebak) or Linux (clbp) to save either several directories or whole drives using one or more config-files; creates one or more backup-files. Uses wincron (Win32-version) like Un*x/Linux crond.
Hi,
after a buggy 4.2.0 you should use this 4.2.0b release now. It contains no GUI for creating configurations files , only the perl-exe that you may...
2008-07-16 16:43:22 UTC in HomeBak
-
possible solution:
--
Next, create a new file called 7ZipBackup.txt. In this file, list the full path to as many directories as you want, each on a new line. Here’s an examples of a file:
c:/docs/work
c:/personal/documents
start:
7z a c:/backup.7z @c:/7ZipBackup.txt
--.
2008-05-14 18:00:02 UTC in HomeBak
-
7z does not process multiple directiries
in the etc-file _hbrc.pl . It exits
with an error.
Maybe there need to be another format for processing
multiple directoies with 7z.
2008-05-07 17:21:24 UTC in HomeBak
-
Option -ms=off
and without -r
should fix it.
Next release comes ASAP!
2008-03-10 15:11:03 UTC in HomeBak
-
When i am starting a backup run for
example d:\home
there accours an error:
--snip--
Compressing home\projects\gig\GIGcopy04rc1\_perl\wrtbin5c\wrtbin.exe
Compressing home\projects\gig\GIGcopy04rc1\_perl\wrtbin5b\wrtbin.exe
Compressing home\projects\gig\gigcopy5rc5\_perl\wrtbin.exe
WARNINGS for files:
d:\System Volume Information\ : Access denied
----------------
WARNING...
2008-03-09 15:57:33 UTC in HomeBak
-
runntime bug is fixed now
process waits now for perl execution:
.
.
.
try {
Process p = Runtime.getRuntime().exec("c:/bin/ch_wrt.exe" + " " + "COM" + txtCOM.getText() + " 1 "+ txtLine1.getText());
setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));
p.waitFor();
System.out.println( "Rückgabewert: " + p.exitValue() );
}.
2007-08-03 07:15:15 UTC in Serial Display Writer
-
There is a bug when trying to delete
all display entries with the GUI.
Fixed soon.
2007-07-29 09:44:45 UTC in Serial Display Writer
-
werrie registered the Serial Display Writer project.
2007-06-23 21:05:15 UTC in Serial Display Writer
-
Bug was fixed now.
the system() call returnes always 0 and
it was mistakely bound with || die,
so the perl-script always dies .
sorry.
fixed now.
2007-01-07 11:30:54 UTC in HomeBak