comment change

This commit is contained in:
2023-09-02 21:12:36 -04:00
parent b5e8dc72cb
commit 22bd1a5850

View File

@@ -1,7 +1,6 @@
#!/usr/bin/env bash
# Wordpress backup script.
# Uses zip compression since most clients won't know how
# to decompress other formats like .tgz or .7z.
# Uses zip compression since most clients won't know how to decompress other formats like .tgz or .7z.
# Example cron entry:
# 0 6 * * 1 /root/wp-backup.sh /var/www/wordpress /tmp/ >/root/wp-backup.log 2>&1