I need to use winrar to archive a heavily trafficked directory containing several gigs of data, that needs to be purged periodically.. I set this up by using the following command..
winrar a -v4294967 -ep2 -r -tb2007-02-15 -df "c:\test.rar" "C:\test\*.*"
It works great, but here's the problem, that -df switch, which deletes the file after it's been archived, also deletes the folder!! I need to keep the folder shell/structure intact and only delete the files. Any help appreciated..
winrar a -v4294967 -ep2 -r -tb2007-02-15 -df "c:\test.rar" "C:\test\*.*"
It works great, but here's the problem, that -df switch, which deletes the file after it's been archived, also deletes the folder!! I need to keep the folder shell/structure intact and only delete the files. Any help appreciated..