System Grab Bag

View all TLDR pages from common (or from all pages)

phpbu

A backup utility framework for PHP. More information: https://phpbu.de.
  • Run backups using the default phpbu.xml configuration file:
    phpbu
  • Run backups using a specific configuration file:
    phpbu --configuration={{path/to/configuration_file.xml}}
  • Only run the specified backups:
    phpbu --limit={{backup_task_name}}
  • Simulate the actions that would have been performed:
    phpbu --simulate

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.