I've been using rsnapshot
to backup my server. In one server (debian 7) the exact same config works as expected. In the other (debian 8), it skips a directory im trying to backup, which has mysql dump files.
Tried changing it's order. Tried commenting all the other ones. Made the log level 5 (debug), still it ignores that directory for some reason. The dir is a regular dir, no link, no network share. rsnapshot
is backing up in to a CIFS drive, on a storage server.
This is the backup part of the config.
# LOCALHOST
backup /home/ localhost/
backup /etc/ localhost/
backup /usr/local/ localhost/
backup /var/www/html/ localhost/
backup /var/mysql_backup/ localhost/
Thank you all.