flux-account-export-db(1)
SYNOPSIS
flux account export-db [OPTIONS]
DESCRIPTION
flux account export-db will extract flux-accounting database
information into two .csv files.
- -u, --users
Path to a
.csvfile containing user information.
- -b, --banks
Path to a
.csvfile containing bank information.
The order of columns extracted from the association_table:
Username,UserID,Bank,Shares,MaxRunningJobs,MaxActiveJobs,MaxNodes,Queues
The order of columns extracted from the bank_table:
Bank,ParentBank,Shares
If no custom path is specified, this will create a file in the current working
directory called users.csv and banks.csv.