Here's my question:
I want to backup a section of my website every evening (along with its associated mysql db). For example, if /home/username/www/site1/ contains:
Folder1, Folder2, Folder3, Folder4, Folder5
then I would only want to backup Folder1, Folder4, and Folder5 (does that make sense?). I understand I could just backup /site1/, but I have two folders containing rather large files that shouldn't be included in the backup.
So, is this possible using Cron? Can multiple subfolders be included into one backup file? And if so, can certain mysql db's be included in this or do these need to be run separately?
Thanks for any help,
Han0522


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks