Hello,
Does freearc's directory exclusion work? Unless I am missing something, I couldn't get it to work.
See below:
Code:
C:\local>mkdir test
C:\local>cd test
C:\local\test>mkdir a
C:\local\test>cd a
C:\local\test\a>touch foo.txt
C:\local\test\a>cd ..
C:\local\test>cd ..
C:\local>Arc.exe a -m1 -xa\* local C:\local\test
FreeArc 0.666 creating archive: local.arc
Compressed 3 files, 0 => 4 bytes. Ratio 0.0%
Compression time: real 0.01 secs. Speed 0 kB/s
All OK
C:\local>del local.arc
C:\local>Arc.exe a -m1 -xlocal\test\* local C:\local\test
FreeArc 0.666 creating archive: local.arc
Compressed 3 files, 0 => 4 bytes. Ratio 0.0%
Compression time: real 0.01 secs. Speed 0 kB/s
All OK
C:\local>Arc.exe l local.arc
FreeArc 0.666 listing archive: local.arc
Listing archive: local.arc
Date/time Size Filename
----------------------------------------
2013-07-10 16:17:01 -dir- local\test
2013-07-10 16:17:13 -dir- local\test\a
2013-07-10 16:17:13 0 local\test\a\foo.txt
----------------------------------------
3 files, 0 bytes, 4 compressed
All OK
C:\local>
Any ideas would be appreciated!