Page 1 of 1

File backup tools

Posted: Fri Sep 16, 2016 1:38 am
by DGDanforth
I just did a quick visual search of CPC and did not find any tools that did incremental file backups.
Does anyone have such a tool written in CP? If not then I will write one when I get my machine back.
Doug

Re: File backup tools

Posted: Sun Sep 18, 2016 8:26 am
by Zinn
Doug,
I use subsystem Dos for incremental backup. It is divided into two steps.
That are the procedure Compare & Update.
Compare create a list of changed files and Update use that list to copy or delete them.
You can delete files in the list before you use the command Update. Only the files in the list are used.
- Helmut