SCOUG-HELP Mailing List Archives
Return to [ 08 |
April |
2003 ]
<< Previous Message <<
>> Next Message >>
Content Type: text/plain
=====================================================
If you are responding to someone asking for help who
may not be a member of this list, be sure to use the
REPLY TO ALL feature of your email program.
=====================================================
As an additional safety measure I'm going to start backing
up my system files to my Maintenance Partition. I make
daily backups; this is just an extra precaution.
Here is my backup code. Suggestions are more than welcome.
set bootdrv=G
:: Zip options: -S include system and hidden files
:: -r recurse into directories
:: The default action is to add or replace zipfile entries
zip syBackup.zip %bootdrv%:\CONFIG.SYS
zip -S syBackup.zip %bootdrv%:\OS2\OS2*.INI
zip syBackup.zip %bootdrv%:\OS2\DLL\dock*.cfg
zip syBackup.zip %bootdrv%:\OS2\DLL\SCENTER.CFG
zip -Sr syBackup.zip %bootdrv%:\Desktop\*
Should I include any other files? Are my options okay?
I can't figure out how to get zip to store the actual
directory path to the files. For example, CONFIG.SYS
is stored without a leading \ so it won't unzip by
default to the root directory. I'd like to store the
absolute path if anyone knows how to do so.
- Peter
=====================================================
To unsubscribe from this list, send an email message
to "steward@scoug.com". In the body of the message,
put the command "unsubscribe scoug-help".
For problems, contact the list owner at
"rollin@scoug.com".
=====================================================
<< Previous Message <<
>> Next Message >>
Return to [ 08 |
April |
2003 ]
The Southern California OS/2 User Group
P.O. Box 26904
Santa Ana, CA 92799-6904, USA
Copyright 2001 the Southern California OS/2 User Group. ALL RIGHTS
RESERVED.
SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group.
OS/2, Workplace Shell, and IBM are registered trademarks of International
Business Machines Corporation.
All other trademarks remain the property of their respective owners.
|