• Resolved Ludovic S. Clain

    (@ludovicsclain)


    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)
  • Plugin Author Codexonics

    (@codexonics)

    Hi Ludovic, thank you for using Prime Mover! Automating backups is not currently supported. Currently it only supports on-demand backups. This feature has been on our road map and this will be available in the future versions of Prime Mover. There is no definite timeline yet. Automating backups is a complex feature as we want to make this as hosting friendly as possible and easy to use as well.

    Right now – you can just use do the backups on-demand (manually). Cheers.

    Thread Starter Ludovic S. Clain

    (@ludovicsclain)

    Hey!
    Thank you for your kind reply, I will wait, all the best ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Export as subsite backup ‘automation’’ is closed to new replies.