said:
>Yes, I can do that. There's a bit of logistics involved because some of
>my files and directories don't start with 0-9, A-Z so I'd end up with a
>couple hundred lines of zip commands for the root and another couple
>hundred lines of zip commands for the big subdirectory:
Not really:
/* rexx */
letters = xrange()
do i = 2, length(letters)
ch = substr(letters, i, 1)
'zip -r "zip' || ch || " \" || ch || '"*'
end
I'll leave it as an exercise for the reader to bypass illegal filename
characters and fix any typos I might have. You could just number the zips
using the index and be done with long file names.
You could even bring your system to it's knees (or lower) and run the zips
in parallel.
>I can write a Rexx wrapper to do the above using SysFileTree, but what I
>*want* is a package solution and I haven't found a suitable one yet.
You could, but you don't want to.
Of course, you've pretty much convinced me that backing up to tape is
easier.
Steven
--
----------------------------------------------------------------
"Steven Levine" MR2/ICE 2.29d #10183 Warp4/FP11.5
www.scoug.com irc.webbnet.org #scoug (Wed 7pm PST)
----------------------------------------------------------------
=====================================================
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 |
October |
2001 ]
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.