said:
Hi,
>Thank you. I reread the docs and realize I must have read them when I
>first setup the program.
:-)
>But here is a question I still can't answer. Is there any way that I can
>tell it to ignore any file in a directory called "cache"? I could search
>out all the paths to cache and exclude them individually, but a general
>command to ignore all cache directories would be helpful.
The reason there are so few parameters is because the program is not
really all that flexible, although it is useful for mirroring directory
structures.
You might find it easier to delete the cache directories from the
destination directory tree after dsync finishes. This is a one liner with
4os2.
for /a:d /r %X in (cache*) del /sexyz %X
Before running this live, test it with
for /a:d /r %X in (cache*) echo del /sexyz %X
so you can make sure you don't have any typos
Steven
--
----------------------------------------------------------------------
"Steven Levine" MR2/ICE 3.00 beta 09pre #10183 eCS/Warp/DIY/14.103a_W4 etc.
www.scoug.com irc.ca.webbnet.info #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
"postmaster@scoug.com".
=====================================================
<< Previous Message <<
Return to [ 20 |
October |
2007 ]
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.