Hi all again,
SOLVED, SOLVED, SOLVED.
I found many files "in future". I located with find linux command.
find /home -mtime -0
To reset the modification time for files I use find command too...
find /home -mtime -0 -exec touch {} \;
Running the job twice, the second has no files to backup.
My in
Hi all,
I have a bacula 5.0.2 in a production environment and a unexpected situation
has occurred with incremental backup.
Exists a job named Backup-ARQUIVOS with a samba file server running on
CentOS. My schedule run a Full backup at 1st sun of month and a Incremental
backup daily.
The problem i