Category: system backup

Showing 2 posts in category "system backup"

Update Ubuntu server system time

Yesterday I setup a rotating backup for my wordpress sites that I am self hosting on an ubuntu server. Had to update the system time on my server to make sure my cron jobs actually execute when I expect them to. I ran th...

Rotating backup my self hosted wordpress sites with a bash script and a cron job

Featured Snippet: Automating your self-hosted WordPress backups is crucial for disaster recovery. By combining a simple Bash script that runs database dumps and file compression with a Linux cron job, you can create a r...