here is my command line to update archives :
"C:\Program Files\7-Zip\7z.exe" u -t7z -up0q0 c:\save\%1.7z %include_filelist% %exclude_filelist% -r -mx5 -ms=off
when a file is used by an other process, there is a system error and the program stops and erase its temp file.
is there a way to ignore the files that are used and not interrupt the process ?
thanks in advance
Pat
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I use it to back up a network and need to have a stable version to be sure that data are not lost... Do you suggest me to wait or should I use this version ?
Thanks
Pat
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi
using 7z 3.12.0.0 on win2k
here is my command line to update archives :
"C:\Program Files\7-Zip\7z.exe" u -t7z -up0q0 c:\save\%1.7z %include_filelist% %exclude_filelist% -r -mx5 -ms=off
when a file is used by an other process, there is a system error and the program stops and erase its temp file.
is there a way to ignore the files that are used and not interrupt the process ?
thanks in advance
Pat
Hi Pat
This feature is not available in 3.13 but it is part of the new 4.13 beta.
Hi Nobody/Anonymous
;o)
I use it to back up a network and need to have a stable version to be sure that data are not lost... Do you suggest me to wait or should I use this version ?
Thanks
Pat
Sorry for this "up", but I'd like to know if the 4.13 beta is stable enough for a professionnal use with this kind of script :
7z u -t7z -up0q0 c:\save\%1.7z %include_filelist% %exclude_filelist% -r -mx5 -ms=off
thanks a lot
Pat