Export as subsite backup ‘automation’
-
Hi there ???
Thank you for this very useful plugin!
I am looking for a solution to schedule my backups, if possible with default settings like ‘Database only’ & ‘Export as subsite backup’, either by cron task or by wp-cli command with a loop that could be:
for SUBSITE in $(wp site list --field=blog_id --path=/path/to/wp-folder); do wp pm export --options=database --type=backup --blog_id=$SUBSITE --path=/path/to/wp-folder; done
Is there an immediate out-of-the-box solution? I can’t find much about automation in your documentation.
Thank you for your help!
Warm regards,
Ludovic
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Export as subsite backup ‘automation’’ is closed to new replies.