SCOUG-HELP Mailing List Archives
Return to [ 08 |
October |
2001 ]
<< 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.
=====================================================
Steven Levine wrote:
>
> Feathers all a-ruffled?
Yeah, sorry, it's not you. People have been a-ruffling my feathers all
weekend.
> > any root directory < 'D' goes into arc1.zip
> > 'D' =< 'L' goes into arc2.zip
> > 'L' =< 'LM' goes into arc3.zip
> > 'LM' =< 'R' goes into arc4.zip
> > etc.
>
> You should be able to do this with the existing
> zip argument structure. Have you tried?
>
> zip -r zipa \a*
>
> BA2K can do this with a specification like:
>
> \a*\*
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:
zip -r "zip " \" "* (for dirs beginning with a space)
zip -r zip! \!* (for dirs beginning with !)
zip -r zip""" \"""* (for dirs beginning with ")
zip -r zip# \#* (for dirs beginning with "#")
etc
And any time you start saying what you *are* going to back up then some
day, some how, there's going to be some file that gets left out of the
specification.
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.
- 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 |
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.
|