Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameter

Description

-t, --backup-type

full: Application files and configuration database (default)
app: Application files
db: configuration database

-d, --backup-directory

The destination output backup parent directory. The default is /installs/system-backup/
In the parent directory there will be created a backup directory <backup type>-<current date and time>
For example: /installs/system-backup/full-backup-2021-08-02_18-52-08

-f, --backup-file-name

The destination output backup file name. The default is <backup type>-<current date and time>.tar.gz
For example: full-backup-2021-08-02_18-52-08
The file that will be created: full-backup-2021-08-02_18-52-08.tar.gz

...