04-10-2012, 10:20 AM
Hi Gintaras, hi all
my backup program have some flaws i want to correct with QM
1. i backup in zip file, but the backup is done first in empty file, then filled. I'd like to rename the
file after it has been fully created, i.e it's released from backup program access. I messe with the setfile stuff,
but not very efficient. Idea?
2. In this purpose, what is the good file trigger setting, regarding the status trigger (modified etc).
3. i tried to implement my own backup routine, but the qmzip examples failed in my macro.
ref qmzip qmzip_def
str zipfilename="u:\test.zip"
str zipdir="q:\jj"
HZIP zipfile=CreateZip(zipfilename, 0,ZIP_FILENAME);
error => Error in qmzip_def: unexpected character
ZipAdd(zipfilename,zipdir, 0,0,ZIP_FOLDER);
the last one fails saying it needs 6 parameters, not 5. Stuck there.
Thanks.
my backup program have some flaws i want to correct with QM
1. i backup in zip file, but the backup is done first in empty file, then filled. I'd like to rename the
file after it has been fully created, i.e it's released from backup program access. I messe with the setfile stuff,
but not very efficient. Idea?
2. In this purpose, what is the good file trigger setting, regarding the status trigger (modified etc).
3. i tried to implement my own backup routine, but the qmzip examples failed in my macro.
ref qmzip qmzip_def
str zipfilename="u:\test.zip"
str zipdir="q:\jj"
HZIP zipfile=CreateZip(zipfilename, 0,ZIP_FILENAME);
error => Error in qmzip_def: unexpected character
ZipAdd(zipfilename,zipdir, 0,0,ZIP_FOLDER);
the last one fails saying it needs 6 parameters, not 5. Stuck there.
Thanks.