I need to backup regularly (daily, using cron) some folders along with MySQL database contents (in sql format). Is it okay to use /var/log (by creating a new folder to be used in it) for storing these backup files? In longer interval the contents of that folder will be backed up in external media.
Thanks in advance.