Page 1 of 1

QL Backup

Posted: Wed Aug 02, 2017 10:55 pm
by Outsoft
I would like to find a QL program that can read the content of a WIN1_ drive, zip all (with subdirectories too) direcetly on win1_ and then I can transfer this ZIPPED file via serial to a PC for have a Backup of the Winny.

Did exist? ;)

Thanks a lot.

Best regards.

Re: QL Backup

Posted: Thu Aug 03, 2017 9:23 am
by RWAP
Yes - KnightSafe by Mark Knight is one such program - not sure of its status though now...

Re: QL Backup

Posted: Thu Aug 03, 2017 9:50 am
by Derek_Stewart
Hi,

Have a look here:

http://www.dilwyn.me.uk/backup/index.html

there are many good backup problems that will do this.

Re: QL Backup

Posted: Thu Aug 03, 2017 12:45 pm
by tofro
Derek_Stewart wrote: there are many good backup problems that will do this.
Nice Freudian slip - A program is a problem :)

Tobias

Re: QL Backup

Posted: Thu Aug 03, 2017 6:33 pm
by Outsoft
Very thanks to all ;)

I've found KNIGHT SAFE on our catalouge, I will try now.

And I will try also all other BK programs too.

Re: QL Backup

Posted: Thu Aug 03, 2017 10:46 pm
by dilwyn
tofro wrote:
Derek_Stewart wrote: there are many good backup problems that will do this.
Nice Freudian slip - A program is a problem :)

Tobias
Auto correct strikes again? :?

Re: QL Backup

Posted: Thu Aug 03, 2017 11:03 pm
by Derek_Stewart
tofro wrote:
Derek_Stewart wrote: there are many good backup problems that will do this.
Nice Freudian slip - A program is a problem :)

Tobias
Nope... big fingers, small keys.

However, maybe a programme is a problem.

Re: QL Backup

Posted: Mon Aug 07, 2017 9:50 am
by EmmBee
Derek_Stewart wrote: However, maybe a programme is a problem.
There are all these Backup programs available. However, I prefer to write my own - simply because I enjoy writing programs, and SuperBASIC is just great!

Whenever I update one of my programs under development, my system will automatically make a Backup of the file to RAM8_. The file is renamed with a two-character ending appended. After some while, there could be a hundred or so different versions of my program stored in Ram8_. This is never a problem, as on a PC the amount of storage space available is practically unlimited. When ram8_ is eventually full, this would be stored, and replaced with another empty QXL.WIN file. Most of my Backed-up files will never be looked at again; however, they can serve a useful purpose, as depicted below ….

Occasionally, one of my programs may develop a fault, which could go unnoticed for a while. Sometime later I may become aware of the fault, and would perhaps spend a considerable amount of time trying to locate the bug but without success. This is where my Backed-up files come into play. I can search through, load and try these files for the presence of the said bug. They will either display the fault or not. The search is continued, in a binary-chop fashion until finally, I reach the stage where there are just two files, next to each other, the earliest version bug-free, and the next version displaying the fault. All I have to do then is to compare the two files, and this can usually identify the exact instructions that have caused the fault.

This doesn’t happen very often, but can be so useful. Of course, this kind of thing can only be done using an emulator on a PC. I use QPC2, which I can highly recommend.

EmmBee

Re: QL Backup

Posted: Thu Aug 10, 2017 12:32 am
by EmmBee
Sorry about this - but when I said "Ram8_", I really meant "Win8_". The backed-up copies are made to a real WIN drive. These usually get formatted to 400 megabytes, which can last me for ages. No idea whether anyone else does this kind of thing.

EmmBee