Unleash Your Server Potential with Expert Insights
Hosting provided by: CloudwaysSponsored by: shopp.bio
Sponsored by: shopp.bio
Category: Bash
backup sh
with #!/bin/bash\ntar -czf /backup/site-$(date +%F) tar gz /var/www
make executable with chmod +x backup sh
and add to cron with crontab -e
: 0 2 * * * /path/to/backup sh
Test with /backup sh
—expect a tarball Secures site data on DigitalOcean