LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

phpbu

PHP Backup Utility

TLDR

Run backup
$ phpbu
copy
Use specific config
$ phpbu --configuration=[phpbu.xml]
copy
Simulate backup
$ phpbu --simulate
copy
Verbose output
$ phpbu -v
copy

SYNOPSIS

phpbu [options]

DESCRIPTION

phpbu is PHP Backup Utility. Automates backup creation.The tool handles databases, files, and syncing. XML configuration.

PARAMETERS

--configuration=FILE

Path to a phpbu XML configuration file.
--bootstrap=FILE
Bootstrap PHP file included before running the backup.
--simulate
Perform a trial run without making any changes.
--limit=SUBSET
Limit backup execution to the specified subset.
--restore
Print a restore guide for the configured backups.
--generate-configuration
Create a new configuration skeleton interactively.
--colors
Enable colored output.
--debug
Display debugging information during backup generation.
-v, --verbose
Output more verbose information.
-V, --version
Output version information and exit.
-h, --help
Display usage information.

CAVEATS

Requires configuration. Supports MySQL, files, etc.

HISTORY

PHPBU was created for automated PHP application backup workflows.

SEE ALSO

mysqldump(1), rsync(1)

Copied to clipboard
Kai