Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

mmickells's avatar

WordPress Backup

I'd like to backup a Wordpress site I have deployed on Forge. It looks like I can backup the databases easily enough using the backup tool to a Digital Ocean space. However, it seems to only backup the database and not any of the actual site files.

I'd rather not use a plugin if there are decent options I can use within the forge system to backup to a Digital Ocean space I have setup.

Does anyone have any suggestions?

0 likes
2 replies
TAINCER's avatar

I don't think Forge has File Backup features at the moment.

But most hosters you can choose in Forge have backup features for the VPS servers on their websites. (Costs like 10-20% of the server extra most of the time)

Otherwise, you could create a little bash file and run it every few hours with a cronjob or so to rsync your website to another server.

2 likes

Please or to participate in this conversation.