LinuxCommandLibrary

phpbu

phpbu

TLDR

Run backups using the default phpbu.xml configuration file

$ phpbu
copy


Run backups using a specific configuration file
$ phpbu --configuration=[path/to/configuration_file.xml]
copy


Only run the specified backups
$ phpbu --limit=[backup_task_name]
copy


Simulate the actions that would have been performed
$ phpbu --simulate
copy

Copied to clipboard