Menu

7Zip command line to run as background process or lower prioirty

Tracy
2014-10-08
2014-10-14
  • Tracy

    Tracy - 2014-10-08

    Is there a command line or switch to run the 7 ZIP in the background or lower priority?

     
  • fernando

    fernando - 2014-10-09

    try like...

    START /B /LOW 7Z a archive file
    

    see: START/?

     
  • Tracy

    Tracy - 2014-10-14

    i would like to try this in my batch file. How would you suggest adding it? Below is my batch file:

    D:
    cd D:\DatabaseBackups\MyTestServer\TargetDB\FULL
    7z -t7z targetdb.7z *.bak -ms -mmt

     
    • fernando

      fernando - 2014-10-14

      try like...

      CD /D D:\DatabaseBackups\MyTestServer\TargetDB\FULL
      START /B /LOW 7Z a targetdb *.bak
      
       

Log in to post a comment.

MongoDB Logo MongoDB