diff backup-website-images @ 21:a6f490ec0c1c

Update website backup scripts to new sites
author IBBoard <dev@ibboard.co.uk>
date Sun, 09 Jun 2019 15:51:48 +0100
parents a3c7051ceb21
children
line wrap: on
line diff
--- a/backup-website-images	Mon Oct 01 21:09:49 2018 +0100
+++ b/backup-website-images	Sun Jun 09 15:51:48 2019 +0100
@@ -3,10 +3,7 @@
 dest=~/Websites/image-backup/
 mkdir -p $dest
 
-paths="glittergoth/image/data
-glittergoth/image/*.*
-glittergoth/AlchemyCatalogue/*.*
-glittergoth/AlchemyCatalogue/Thumbs/*.*
+paths="bdstrike/content/uploads/
 skins/images"
 
 for path in $paths; do