Skip to content
Jérôme Quéré edited this page Aug 14, 2015 · 3 revisions

Tarball

This task type create a tarball with specific files and/or directories.

options:

  • FOLDERS: (mandatory)
    A list of files and/or directories you want to be added in the archive.
  • FILE_BASENAME: (optional) (default: "backup")
    The name of archive that will be generated. Be careful this basename can be altered by the storage engine you choose.

exemple:

IB_TASK_data_TYPE="tarball"
IB_TASK_data_FOLDERS="/home /etc '/root/My File.txt'"
IB_TASK_data_FILE_BASENAME="data"
IB_TASK_data_STORAGE="myStorage"