Comandi BackWPup

This document details the WP-CLI commands for the BackWPup plugin, enabling command-line management of backups, jobs, and logs. All BackWPup commands follow the structure: wp backwpup <command>. Note: Commands marked with (PRO) are exclusive to BackWPup Pro users. Command Summary: BackWPup Core Functions Command Alias Description wp backwpup backup backups Show BackWPup backup archives. Lists…

Home Domande frequenti Comandi BackWPup

Il presente documento descrive in dettaglio i comandi WP-CLI per il BackWPup plugin, enabling command-line management of backups, jobs, and logs. All BackWPup commands follow the structure: wp backwpup <command>.

Note: Commands marked with (PRO) are exclusive to BackWPup Pro users.


Command Summary: BackWPup Core Functions

Comando Alias Descrizione
wp backwpup backup backups Show BackWPup backup archives. Lists all available backup files with details like size, time, and storage.
wp backwpup backup-download backups-download Download a BackWPup backup archive from a storage. Downloads a specific backup file to your local machine, showing progress.
wp backwpup backup-delete backups-delete Delete BackWPup backup archives on storages. Removes a specified backup file from selected or all storage locations.
wp backwpup backup-decrypt (PRO) decrypt Decrypts a file with BackWPup decryption. Decrypts a previously encrypted backup archive.
wp backwpup backup-encrypt (PRO) encrypt Encrypts a file with BackWPup encryption. Encrypts a local file using the BackWPup encryption method.
wp backwpup job jobs Show BackWPup jobs. Lists all configured backup jobs with their status, type, and cron schedule.
wp backwpup job-activate activate-legacy-job Attiva processo (anche quelli preesistenti). Modifica il tipo di attivazione (wpcron, link, disabilita) per gli ID dei processi selezionati.
wp backwpup job-export (PRO) jobs-export Export BackWPup jobs. Exports one or all job configurations to a JSON file.
wp backwpup job-import (PRO) jobs-import Import BackWPup jobs from Json file. Imports job configurations from a specified JSON file.
wp backwpup kill abort Kills a running BackWPup job. Terminates the currently active backup process.
wp backwpup log logs List BackWPup logs with powerful filters and customizable output formats. Displays a list of all backup logs.
wp backwpup log-show logs-show Show a BackWPup log as plain text (HTML ignored). Outputs the contents of a specific log file to the console.
wp backwpup log-delete logs-delete Delete BackWPup log files (safe, with optional dry-run). Removes log files based on file name or age.
wp backwpup run start Start a BackWPup job. Initiates the backup process for specific job IDs or triggers a “backup now.”
wp backwpup restore (PRO) backup-restore Restore a BackWPup backup from an archive file. Restores your WordPress files and/or database from a backup archive.
wp backwpup status working Shows the status about a running BackWPup job. Displays real-time progress information.
wp backwpup version (nessuno) Show BackWPup Plugin Version. Displays the current installed version of the plugin.

Riferimento dettagliato ai comandi

wp backwpup backup

Description: Show BackWPup backup archives. Filterable and configurable output.

Alias: wp backwpup backups

Opzioni e campi

  • [--format=<format>]: Genera l'output in un formato specifico. Opzioni: table (impostazione predefinita), json, csv, yaml, count, ids.
  • [--fields=<fields>]: Elenco dei campi da visualizzare, separati da virgola. Impostazione predefinita: name, time, size, storage, type.

Esempi

# Visualizza un elenco dei backup sotto forma di tabella.

$ wp backwpup backup
+------------------------------------------------------------+-----------------------------+-----------+---------+------------------------+
| name                                                       | time                        | size      | storage | type                   |
+------------------------------------------------------------+-----------------------------+-----------+---------+------------------------+
| 2025-11-10_13-24-36_SDIUOYJN09_FILE-DBDUMP-WPPLUGIN.tar    | November 10, 2025 @ 1:24 pm | 278.50 MB | folder  | file, dbdump, wpplugin |
| 2025-11-10_13-23-08_FHIUOYK706_FILE-DBDUMP-WPPLUGIN.tar.gz | November 10, 2025 @ 1:24 pm | 181.57 MB | hidrive | file, dbdump, wpplugin |
| 2025-11-10_13-23-08_FHIUOYK706_FILE-DBDUMP-WPPLUGIN.tar.gz | November 10, 2025 @ 1:23 pm | 181.57 MB | folder  | file, dbdump, wpplugin |
| 2025-11-07_09-22-51_U7IUOYKR09_FILE-DBDUMP-WPPLUGIN.tar    | November 7, 2025 @ 9:22 am  | 278.48 MB | folder  | file, dbdump, wpplugin |
| 2025-11-07_09-22-34_DXIUOYMY06_FILE-DBDUMP-WPPLUGIN.tar.gz | November 7, 2025 @ 9:22 am  | 181.56 MB | folder  | file, dbdump, wpplugin |
| 2025-11-07_08-57-28_YHIUOYNL06_FILE-DBDUMP-WPPLUGIN.tar.gz | November 7, 2025 @ 8:58 am  | 88.00 MB  | hidrive | file, dbdump, wpplugin |
| 2025-11-07_08-57-28_YHIUOYNL06_FILE-DBDUMP-WPPLUGIN.tar.gz | November 7, 2025 @ 8:57 am  | 181.56 MB | folder  | file, dbdump, wpplugin |
| 2025-11-07_08-57-11_IDIUOYPB09_FILE-DBDUMP-WPPLUGIN.tar    | November 7, 2025 @ 8:57 am  | 278.48 MB | folder  | file, dbdump, wpplugin |
| 2025-11-07_08-56-03_HLIUOYPE06_FILE-DBDUMP-WPPLUGIN.tar.gz | November 7, 2025 @ 8:57 am  | 112.00 MB | hidrive | file, dbdump, wpplugin |
| 2025-11-07_08-56-03_HLIUOYPE06_FILE-DBDUMP-WPPLUGIN.tar.gz | November 7, 2025 @ 8:56 am  | 181.56 MB | folder  | file, dbdump, wpplugin |
+------------------------------------------------------------+-----------------------------+-----------+---------+------------------------+

# Visualizza solo il nome del file e la posizione di archiviazione in formato JSON

$ wp backwpup backup --fields=storage,name --format=json
[{"storage":"folder","name":"2025-11-10_13-24-36_SDIUOYJN09_FILE-DBDUMP-WPPLUGIN.tar"},{"storage":"hidrive","name":"2025-11-10_13-23-08_FHIUOYK706_FILE-DBDUMP-WPPLUGIN.tar.gz"},{"storage":"folder","name":"2025-11-10_13-23-08_FHIUOYK706_FILE-DBDUMP-WPPLUGIN.tar.gz"}]

wp backwpup backup-download

Description: Download a BackWPup backup archive from a storage. Shows progress bar.

Alias: wp backwpup backups-download

Opzioni

  • <file>: Obbligatorio. Nome del file di archivio di backup da scaricare.
  • [<to_file>]: Facoltativo. Cartella o nome del file in cui effettuare il download. Impostazione predefinita: directory di lavoro corrente con lo stesso nome.
  • [--storage=<storage>]: Posizione da cui verrà scaricato il file. (Impostazione predefinita: utilizza la prima posizione trovata.)
  • [--yes]: Sovrascrivere un file locale esistente senza richiesta di conferma.

Esempi

# Scarica un archivio di backup dalla prima posizione di archiviazione individuata.

$ wp backwpup backup-download 2025-10-23_05-56-19_VPIUOYIO03_FILE-WPPLUGIN.tar
Start download from Folder:wp-content/uploads/backwpup/d14761/backups/2025-10-23_05-56-19_VPIUOYIO03_FILE-WPPLUGIN.tar to ./2025-10-23_05-56-19_VPIUOYIO03_FILE-WPPLUGIN.tar.
Download 2025-10-23_05-56-19_VPIUOYIO03_FILE-WPPLUGIN.tar:  80% [====================================================--------] 0:01 / 0:01
Success: Backup file downloaded successfully.

# Download a backup archive from HiDrive

$ wp backwpup backup-download 2025-10-23_05-56-19_VPIUOYIO04_FILE-WPPLUGIN.tar --storage=hidrive
Error: Backup file not found in storage hidrive.

wp backwpup backup-delete

Description: Delete BackWPup backup archives on storages.

Alias: wp backwpup backups-delete

Opzioni

  • <file>: Obbligatorio. Nome del file di archivio di backup da eliminare.
  • [--storage=<storage>]: Posizione in cui il file verrà eliminato. (Impostazione predefinita: tutte le posizioni in cui è presente questo file)
  • [--yes]: Non chiedere conferma.

Esempi

# Elimina l'archivio di backup con il nome specificato da tutti gli archivi

$ wp backwpup backup-delete 2025-10-23_05-56-19_VPIUOYIO04_FILE-WPPLUGIN.tar
Confirm: Delete Backup file 2025-10-23_05-56-19_VPIUOYIO04_FILE-WPPLUGIN.tar on S3 ?
Success: Backup file 2025-10-23_05-56-19_VPIUOYIO04_FILE-WPPLUGIN.tar deleted successfully on S3.

# Elimina l'archivio di backup con il nome specificato da tutti gli archivi, senza richiedere conferma.

$ wp backwpup backup-delete 2025-10-23_05-56-19_VPIUOYIO06_FILE-WPPLUGIN.tar --yes
Success: Backup file 2025-10-23_05-56-19_VPIUOYIO06_FILE-WPPLUGIN.tar deleted successfully on hidrive.

wp backwpup backup-decrypt (PRO)

Description: Decrypts a file with BackWPup decryption.

Alias: wp backwpup decrypt

Opzioni

  • <file>: Obbligatorio. Percorso del file da decriptare.
  • [--key=<key>]: La chiave da utilizzare per la crittografia. Può essere una stringa di caratteri o un percorso di file. Impostazione predefinita: utilizza la chiave dalle impostazioni.

Esempi

# Usa la chiave dalle impostazioni.

$ wp backwpup backup-decrypt archiv.tar.gz
Success: Archive has been successfully decrypted.

# Utilizza una chiave specifica da un file.

$ wp backwpup backup-decrypt archiv.zip --key="./id_rsa_backwpup.pub"
Success: Archive has been successfully decrypted.

wp backwpup backup-encrypt (PRO)

Description: Encrypts a file with BackWPup encryption.

Alias: wp backwpup encrypt

Opzioni

  • <file>: Obbligatorio. Percorso del file da crittografare.
  • [--key=<key>]: La chiave da utilizzare per la crittografia. Può essere una stringa di caratteri o un percorso di file. Impostazione predefinita: utilizza la chiave dalle impostazioni.

Esempi

# Usa la chiave dalle impostazioni.

$ wp backwpup backup-encrypt archiv.tar.gz
Success: Archive has been successfully encrypted.

# Utilizza una chiave specifica da un file.

$ wp backwpup backup-encrypt archiv.zip --key="./id_rsa_backwpup.pub"
Success: Archive has been successfully encrypted.

wp backwpup job

Description: Show BackWPup jobs. Filterable and configurable output.

Alias: wp backwpup jobs

Opzioni e campi

  • [--format=<format>]: Genera l'output in un formato specifico. Opzioni: table (impostazione predefinita), json, csv, yaml, count, ids.
  • [--fields=<fields>]: Elenco dei campi da visualizzare, separati da virgola. Impostazione predefinita: job_id, name, active_type, type, storages, cron, last_run, last_runtime.

Esempi

# Visualizza tutti i lavori sotto forma di tabella

$ wp backwpup job
+--------+------------------+------------------------+-----------------+-------------+-----------+----------------------------+--------------+
| job_id | name             | type                   | storages        | active_type | cron      | last_run                   | last_runtime |
+--------+------------------+------------------------+-----------------+-------------+-----------+----------------------------+--------------+
| 6      | Files & Database | file, dbdump, wpplugin | folder, hidrive | wpcron      | 0 0 1 * * | November 7, 2025 @ 9:22 am | 47 Seconds   |
| 9      | Files & Database | file, dbdump, wpplugin | folder          | wpcron      | 0 0 1 * * | November 7, 2025 @ 9:22 am | 3 Seconds    |
| 10     | Database         | dbdump                 | folder          | wpcron      | 0 0 1 * * | November 7, 2025 @ 8:51 am |              |
+--------+------------------+------------------------+-----------------+-------------+-----------+----------------------------+--------------+

# Esporta solo i campi job_id e legacy in formato JSON

$ wp backwpup job --fields=job_id,legacy --format=json
[{"job_id":6,"legacy":"no"},{"job_id":9,"legacy":"no"},{"job_id":10,"legacy":"no"}]

wp backwpup job-activate

Descrizione: Attiva processo (anche versione precedente); Filtra in base a tutti gli ID dei processi o a quelli selezionati.

Alias: wp backwpup activate-legacy-job

Opzioni

  • [--type=<type>]: Il tipo attivo che il lavoro dovrebbe avere. Impostazione predefinita: wpcron. Opzioni: wpcron, link, disable.
  • [--job_id=<job_id>]: Elenco separato da virgole degli ID dei lavori da attivare (impostazione predefinita: tutti i lavori).

Esempi

# Attiva i lavori con ID 1, 2 e 3

$ wp backwpup job-activate --job_id=1,2,3
Successes: Job with ID 1 changed to active type wpcron
Successes: Job with ID 2 changed to active type wpcron
Successes: Job with ID 4 changed to active type wpcron

# Disattiva il processo con ID 3

$ wp backwpup job-activate --job_id=3 --type=disable
Successes: Job with ID 3 deactivated

wp backwpup job-export (PRO)

Description: Export BackWPup jobs.

Alias: wp backwpup jobs-export

Opzioni

  • [<job_id>]: Esporta un lavoro specifico in base all'ID. Se non viene specificato, verranno esportati tutti i lavori.
  • [--file=<file>]: Il file in cui eseguire l'esportazione. Se non viene specificato, il file verrà visualizzato sulla console.
  • [--passwords]: Anche le password dovrebbero essere esportate. Nota: Le password risultano quindi in chiaro nel file JSON esportato.

Esempi

# Esporta tutti i lavori nel file ./jobs.json

$ wp backwpup job-export --file=./jobs.json
Success: Job exported successfully.

# Esporta il processo con ID 2 nel file ./jobs.json insieme alle relative password (in chiaro)

$ wp backwpup job-export 2 --passwords
Success: Job exported successfully.

wp backwpup job-import (PRO)

Description: Import BackWPup jobs from Json file.

Alias: wp backwpup jobs-import

Opzioni

  • [<file>]: Il file da cui effettuare l'importazione.
  • [--job_id=<job_id>]: Importa un lavoro specifico in base all'ID e sovrascrive quello esistente. Se non specificato, verranno importati tutti i lavori e aggiunti alla lista.

Esempi

# Importa tutti i lavori dal file ./jobs.json.

$ wp backwpup job-import ./jobs.json
Success: Job "Database" with ID 3 imported successfully.
Success: Job "File & Database" with ID 4 imported successfully.

# Importa il processo con ID 2 dal file ./jobs.json e sovrascrivi il processo esistente con ID 2

$ wp backwpup job-import --job_id=2
Success: Job "Database" with ID 2 imported successfully.

wp backwpup kill

Description: Kills a running BackWPup job.

Alias: wp backwpup abort

Esempi

# Interrompi un processo in esecuzione.

$ wp backwpup kill
Success: Job will be terminated.

wp backwpup log

Description: List BackWPup logs with powerful filters and customizable output formats.

Alias: wp backwpup logs

Opzioni

  • [--search=<pattern>]: Free-text filter matching job, name, type, or status.
  • [--job_id=<number>]: Filtra i log in base all'ID del processo.
  • [--type=<types>]: Filtra per tipo/i di log, separati da virgola. Esempio: FILE,DBDUMP.
  • [--after=<date>]: Includi i registri relativi alla data specificata (AAAA-MM-GG) o successive.
  • [--orderby=<field>]: Ordina in base a un campo. Impostazione predefinita: time.

Esempi

# Visualizza i log sotto forma di tabella (impostazione predefinita):

$ wp backwpup log
+----------------------------------------------+-----------------------------+-----------------------+------------------------+-----------+---------+----------+
| name                                         | time                        | job                   | type                   | size      | runtime | status   |
+----------------------------------------------+-----------------------------+-----------------------+------------------------+-----------+---------+----------+
| backwpup_log_440bd7_2025-11-10_13-24-36.html | November 10, 2025 @ 1:24 pm | Files & Database      | file, dbdump, wpplugin | 278.50 MB | 2 s     | O.K.     |
| backwpup_log_e5672b_2025-11-10_13-23-08.html | November 10, 2025 @ 1:23 pm | Files & Database      | file, dbdump, wpplugin | 181.57 MB | 74 s    | 2 ERRORS |
| backwpup_log_e68e31_2025-11-07_09-22-51.html | November 7, 2025 @ 9:22 am  | Files & Database      | file, dbdump, wpplugin | 278.48 MB | 3 s     | O.K.     |
| backwpup_log_05a7f7_2025-11-07_09-22-34.html | November 7, 2025 @ 9:22 am  | Files & Database      | file, dbdump, wpplugin |           | 0 s     | O.K.     |
| backwpup_log_459409_2025-11-07_08-57-28.html | November 7, 2025 @ 8:57 am  | Files & Database      | file, dbdump, wpplugin |           | 0 s     | O.K.     |
| backwpup_log_6f3f67_2025-11-07_08-57-11.html | November 7, 2025 @ 8:57 am  | Files & Database      | file, dbdump, wpplugin | 278.48 MB | 2 s     | O.K.     |
| backwpup_log_fa5f45_2025-11-07_08-56-03.html | November 7, 2025 @ 8:56 am  | Files & Database      | file, dbdump, wpplugin | 181.56 MB | 47 s    | 2 ERRORS |
+----------------------------------------------+-----------------------------+-----------------------+------------------------+-----------+---------+----------+

# Filtra i log in base al testo:

$ wp backwpup logs --search=backup
+----------------------------------------------+-----------------------------+------------+------------------------+-----------+---------+--------+
| name                                         | time                        | job        | type                   | size      | runtime | status |
+----------------------------------------------+-----------------------------+------------+------------------------+-----------+---------+--------+
| backwpup_log_ac7889_2025-11-01_10-16-28.html | November 1, 2025 @ 10:16 am | Backup Now | file, dbdump, wpplugin | 282.68 MB | 5 s     | O.K.   |
+----------------------------------------------+-----------------------------+------------+------------------------+-----------+---------+--------+

wp backwpup log-show

Description: Show a BackWPup log as plain text (HTML ignored).

Alias: wp backwpup logs-show

Opzioni

  • [<file>]: Nome base all'interno della cartella dei log. Estensione facoltativa.
  • [--job_id=<number>]: Se no <file> Se disponibile, selezionare il log più recente relativo a un determinato ID di processo.
  • [--lines=<number>]: Stampa solo le ultime N righe (come il comando "tail").

Esempi

# Visualizza in base al file di posizione:

$ wp backwpup log-show backwpup_log_8a8bee_2025-11-03_06-30-29.html
BackWPup log for Files & Database from November 7, 2025 at 8:57 am
[INFO] BackWPup 5.6.0; A project of WP Media
[INFO] WordPress 6.8.3 on https://backwpup-pro.ddev.site/
[INFO] Log Level: Debug
[INFO] BackWPup job: Files & Database; FILE+DBDUMP+WPPLUGIN
[INFO] Runs with user:  (0)

# Mostra solo le ultime 14 righe:

$ wp backwpup log-show --file=backwpup_log_... --lines=14
[07-Nov-2025 08:57:36] Archiving Folder: /var/www/html/.ddev/wordpress/wp-includes/sodium_compat/src/Core32/SecretStream/
[07-Nov-2025 08:57:36] Archiving Folder: /var/www/html/.ddev/wordpress/wp-includes/sodium_compat/src/PHP52/
[07-Nov-2025 08:57:36] Archiving Folder: /var/www/html/.ddev/wordpress/wp-includes/style-engine/
[07-Nov-2025 08:57:36] Archiving Folder: /var/www/html/.ddev/wordpress/wp-includes/theme-compat/
[07-Nov-2025 08:57:36] Archiving Folder: /var/www/html/.ddev/wordpress/wp-includes/widgets/
[07-Nov-2025 08:57:36] Backup archive created.
[07-Nov-2025 08:57:36] Archive size is 181.56 MB.
[07-Nov-2025 08:57:36] 8657 Files with 272.06 MB in Archive.
[07-Nov-2025 08:57:36] Restart after 8 seconds.
[07-Nov-2025 08:57:36] 1. Trying to encrypt archive …
[07-Nov-2025 08:57:37] Encrypted 181.63 MB of data.
[07-Nov-2025 08:57:37] Archive has been successfully encrypted.
[07-Nov-2025 08:57:37] 1. Try to send backup file to HiDrive …
[07-Nov-2025 08:58:04] Restart after 28 seconds.

wp backwpup log-delete

Description: Delete BackWPup log files (safe, with optional dry-run).

Alias: wp backwpup logs-delete

Opzioni

  • [<file>]: Elimina un singolo file (nome base; estensione facoltativa).
  • [--older-than=]: Elimina i log più vecchi di un determinato periodo di tempo, ad esempio, "7 days", "48 hours".
  • [--all]: Elimina tutti i registri.
  • [--dry-run]: Mostra quali file verrebbero eliminati senza cancellarli.

Esempi

# Elimina i registri più vecchi di 30 giorni.

$ wp backwpup log-delete --older-than="30 days"
11 file(s) deleted.

# Elimina tutti i registri, ma solo a scopo di simulazione.

$ wp backwpup log-delete --all --dry-run
33 file(s) would be deleted (dry-run)

wp backwpup run

Description: Start a BackWPup job.

Alias: wp backwpup start

Opzioni

  • [<job_id>]: Gli ID dei processi da avviare, sotto forma di elenco separato da virgole.
  • [--now]: Avvia immediatamente un’operazione di “backup immediato”. (Non funziona con <job_id>.)
  • [--background]: Avvia un backup come processo in background. (Funziona solo con un <job_id>.)

Esempi

# Avvia un processo con ID 1 in background.

$ wp backwpup run 1 --background
Success: Job "File" runs now in background.

# Avvia un processo di backup immediato.

$ wp backwpup run --now
[INFO] BackWPup 5.6.0; A project of WP Media
...
Job done in 10 seconds.
Successes: Job runs successfully.

wp backwpup restore (PRO)

Description: Restore a BackWPup backup from an archive file (.tar/.tar.gz/.zip).

Alias: wp backwpup backup-restore

Opzioni

  • <file>: Obbligatorio. Percorso dell'archivio di backup.
  • [--pre-backup]: Crea un'istantanea di sicurezza (esportazione del database + copia della cartella wp-content) prima di procedere al ripristino.
  • [--type=<full|db|file>]: Cosa ripristinare: full (DB + wp-content), db (solo DB), file (solo wp-content). Impostazione predefinita: full.
  • [--yes]: Rispondere "Sì" alle richieste di conferma (azioni irreversibili).

Esempi

# Ripristina il backup da un file di archivio senza richiedere conferma.

$ wp backwpup restore ./2025-11-06_05_07_03-20_CXIOYMK_FILE-DBDUMP-WPPLUGIN.tar.gz --yes
...
Success: Restore completed successfully.

# Eseguire il backup dei dati prima di sovrascriverli con il ripristino da file senza richieste di conferma.

$ wp backwpup restore --file=/path/to/backup.zip --pre-backup --yes
...
Success: Restore completed successfully.

wp backwpup status

Description: Shows the status about a running BackWPup job. With a progress bar.

Alias: wp backwpup working

Esempi

# Visualizza lo stato di un processo in esecuzione.

$ wp backwpup status
Success: No job running.

wp backwpup version

Description: Show BackWPup Plugin Version.

Alias: (nessuno)

Opzioni

  • [--debug]: Mostra informazioni di debug (opzione globale).

Esempi

# Show BackWPup Plugin Version.

$ wp backwpup version
BackWPup 5.6.0

# Show BackWPup Plugin Version and BackWPup Settings.

$ wp backwpup version --debug
BackWPup 5.6.0
Debug: Document root: /var/www/html/(0.487s)
Debug: Temp folder: /var/www/html/wp-content/uploads/backwpup/d14761/temp/ (0.487s)
Debug: Log folder: /var/www/html/wp-content/uploads/backwpup/d14761/logs/ (0.487s)
Debug: Server:  (0.487s)
Debug: Operating System: Linux (0.487s)
Debug: PHP SAPI: cli (0.487s)
Debug: Current PHP user: root (0.487s)
Debug: Maximum execution time: 0 seconds (0.487s)
Debug: BackWPup maximum script execution time: 30 seconds (0.487s)
Debug: Alternative WP Cron: Off (0.487s)
Debug: Disabled WP Cron: Off (0.487s)
Debug: WP Cron is working: Yes (0.487s)
Debug: CHMOD Dir: 0755 (0.487s)
Debug: Server Time: 10:27 (0.487s)
Debug: Blog Time: 10:27 (0.487s)
Debug: Blog Timezone:  (0.487s)
Debug: Blog Time offset: 0 hours (0.487s)
Debug: Blog language: en-US (0.487s)
Debug: MySQL Client encoding: utf8 (0.487s)
Debug: PHP Memory limit: -1 (0.487s)
Debug: WP memory limit: 40M (0.487s)
Debug: WP maximum memory limit: -1 (0.487s)
Debug: Memory in use: 12.00 MB (0.487s)
Debug: Loaded PHP Extensions: Core, ... (0.487s)

These WP-CLI commands facilitate powerful, automated, and scriptable management of your BackWPup backups. Always use caution with destructive commands (e.g., delete, restore), especially when using the --yes bandiera.

Per ulteriori dettagli su un comando o un'opzione, utilizzare il comando di aiuto di WP-CLI:
wp backwpup <command> --help.

Proteggi WordPress tuo WordPress

Garantisci ai dati del tuo sito web la protezione che meritano con BackWPup Pro.