<html style="direction: ltr;">
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    <style type="text/css">body p { margin-bottom: 0cm; margin-top: 0pt; } </style>
  </head>
  <body bidimailui-charset-is-forced="true" style="direction: ltr;"
    text="#000000" bgcolor="#FFFFFF">
    <p>The documentation clearly states <br>
    </p>
    <p><dt><b>dump</b> <<i>ENTITY</i>> <<i>File=FILENAME</i>></dt>
      <dd>
        Dump cluster data to the specified file. If the filename is not
        specified
        it uses clustername.cfg filename by default.
      </dd>
    </p>
    <p>However, the only entity sacctmgr dump seems to accept is
      <cluster name>.</p>
    <p>Glancing over the code at
<a class="moz-txt-link-freetext" href="https://github.com/SchedMD/slurm/blob/master/src/sacctmgr/cluster_functions.c#L1006">https://github.com/SchedMD/slurm/blob/master/src/sacctmgr/cluster_functions.c#L1006</a>
    </p>
    <p>it doesn't seem like sacctmgr will accept anything other than a
      cluster name either.</p>
    <p><br>
    </p>
    <p>How can I easily dump to file qos rules, in a way that would
      allow me to modify and upload new qos as required?</p>
    <p><br>
    </p>
    <p>BTW, just noticed "archive" is not in the 'commands' section of
      sacctmgr man, but is treated as a command in later sections of the
      man page.<br>
    </p>
  </body>
</html>