December 2009

cmake output changes

I noticed a difference in the regression testing output between two systems today. cmake-2.6.4 Stopping the Bacula File daemon Stopping the Bacula Storage daemon Stopping the Bacula Director daemon ===== pretest OK 00:00:39 ===== 1/110 Testing disk:acl-xattr-test Passed 2/110 Testing disk:action-on-purge-test Passed 3/110 Testing disk:accurate-test Passed 4/110 Testing disk:allowcompress-test Passed 5/110 Testing disk:auto-label-test Passed 6/110 […]

cmake output changes Read More »

Faster backups

Backups come in three flavors: Full – backup everything Differential – backup everything since the last Full backup Incremental – backup everything since the last backup (Full or Incremental) I took the above from What Is Bacula? Most systems use mtime to determine if a file has changed. Thus, any file that has been modified

Faster backups Read More »

Scroll to Top