On 7/21/2016 9:31 AM, philhu wrote: > Something is wrong here > > I moved 48TB from one NAS to the other, rsync -avz --numeric-ids > > All dates/times were identical between the two, but when I mounted new at > same mount points, every other application pointing at the NAS was happy, > EXCEPT BACULA which proceeded to do incrementals, selecting ALL files
No. They are not identical. When rsync copies the file from one filesystem to another it must touch inodes on the target filesystem. It can set mtime and atime on the target file, but it cannot reset ctime. (Even the act of setting mtime or changing permissions affects ctime!) By setting mtimeonly=yes in the job resource, it is possible to alter the way in which Bacula chooses files to backup for incremental and differential jobs. With mtimeonly=yes, the ctime will be ignored and Bacula will rely solely on the mtime. It is not generally advisable to rely solely on mtime, but if you want to swap NAS devices in this way, then it will be necessary. > So I am chiming in that Bacula is kicking off on some other reason too. > > Note, it was not a fileset change, forcing a full. The backups are showing > incr, but just selecting every file. > > +---------------------------------------------------------------------- > |This was sent by p...@isone.biz via Backup Central. > |Forward SPAM to ab...@backupcentral.com. > +---------------------------------------------------------------------- > > > > ------------------------------------------------------------------------------ > What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic > patterns at an interface-level. Reveals which users, apps, and protocols are > consuming the most bandwidth. Provides multi-vendor support for NetFlow, > J-Flow, sFlow and other flows. Make informed decisions using capacity planning > reports.http://sdm.link/zohodev2dev > _______________________________________________ > Bacula-users mailing list > Bacula-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bacula-users ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports.http://sdm.link/zohodev2dev _______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users