WP Backup Shell Script
Thanks for visiting! We would like to serve you better. Please subscribe to our RSS feed for daily updates. This blog posts regular Wordpress news, updates of themes, plugins, ideas, hacks, quick fixes and everything about blogging, especially about Wordpress. You can also receive updates from this blog via email if you want that method of notification.
WP Backup Shell Script After Photomatt’s recent calls for backup, I am going to have to use Geoff’s excellent backup scripts. I might modify them to send me an email with the files as attachments and setup a cron builder to task it every sunday. Add this to tons of stuff to do this weekend! If people are interested in the email part, release the script.














Comments RSS
I would be really keen on this enhancement! I love the backup script as it stands, but a weekly email would be fantastic!
[Reply] Andy Kemp (1 comments.) — 03/4/2005 @ 10:12 amyeah, a email backup would impress the hell out of me (and my clients!)
[Reply] indi (1 comments.) — 03/4/2005 @ 11:21 amMark, how are you thinking about mailing this out? I’m still a shell scripting newbie…
[Reply] Geof F. Morris (19 comments.) — 03/4/2005 @ 12:56 pmIt can get complicated with MIME encoded attachments, but fortunately for us shell scripters, someone, somewhere has thought of it before
http://home.clara.net/dwotton/unix/mail_files.txt
Or, even simpler (which I forgot)
cat file_name | uuencode filename | mail -s “subject” test@example.com
Replace the variables with info from the shell script.
I’ve love something like this!
[Reply] Nick (11 comments.) — 03/4/2005 @ 2:50 pm[...] er George Koffi Weblog Tools Collection » WP Backup Shell Script Weblog Tools Collection » WP Backup Shell Script WP Backup Shell Sc [...]
I’m not Crazy » Blog Archive » Weblog Tools Collection » WP Backup Shell Script — 06/17/2005 @ 2:15 pm