Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3470852
By: keithmarshall

Possibly MSYS, from www.mingw.org, would be more suited to your needs.

It includes an implementation of GNU tar, which works with a more POSIXy style
path notation.  Alternatively, since it also includes a bash shell, you could
maybe exploit the power of *nix shell scripting from your Windows service; e.g.
you could have it spawn:

   sh.exe -c 'cd C:/wherever; tar cf archive .'

for a tar archive with relative paths.

HTH,
Keith.

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=74807


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users

Reply via email to