I am trying to write a backup script for our site with SUF 6. We need to grab certain folders like
c:\data
c:\my documents
c:\winnt\profiles\{my_profile}\favorites
...etc.
as well as certain document types like
*.doc, *.xls....
I could do it with XCOPY but I would like progress, disk space check, reading from INI file, registry edit, etc.
Can SUF do it? When I use copy file, it does recurse but I have to execute each copy separately and each time it takes forever to count up the files for the progress bar. I need more control and would like one progress bar for the entire job. I almost got it in VBA/WSH but it's a lot of code.
Suggestoions...?
c:\data
c:\my documents
c:\winnt\profiles\{my_profile}\favorites
...etc.
as well as certain document types like
*.doc, *.xls....
I could do it with XCOPY but I would like progress, disk space check, reading from INI file, registry edit, etc.
Can SUF do it? When I use copy file, it does recurse but I have to execute each copy separately and each time it takes forever to count up the files for the progress bar. I need more control and would like one progress bar for the entire job. I almost got it in VBA/WSH but it's a lot of code.
Suggestoions...?
Comment