Backing up all databases About this taskTo grant a user privilege to back up all databases, complete the following steps. ProcedureRun nzsql and connect to the system database by entering: nzsql system Create a user user_backup with password password: For example, SYSTEM.ADMIN(ADMIN)=> CREATE USER user_backup WITH PASSWORD 'password'; Grant backup privilege to user_backup: SYSTEM.ADMIN(ADMIN)=> GRANT BACKUP TO user_backup;