You can back up the database by executing the following command:
jamf-pro database backupYou can configure the number of backups you want to keep by executing the following command:
jamf-pro config set --backup-limit number_of_backupsFor example, if you want to retain only the 10 most recent backups, you would enter the following:
jamf-pro config set --backup-limit 10Note:
The backup file limit is based on the backup file dates and not the backup filenames. The backup file limit includes manual backups and any other .sql.gz files in the backups folder.