View Issue Details

IDProjectCategoryView StatusLast Update
0001249bareos-coredirectorpublic2020-06-09 12:02
Reporterbrowcio Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
PlatformLinuxOSUbuntuOS Version16.04
Product Version19.2.7 
Summary0001249: Mtimeonly do not work
DescriptionHello,

I want to backup directory with incremental snapshots made with hard links. Standard fileset failed because ctime of hardlinks caused all data to be backed up in process of incremental backup.

I found Mtimeonly fileset option in manual but it seems that it does not work. For me it seems that director do not forward mtime_only option to filedaemon.
Steps To ReproduceHave fileset with mtimeonly:
*show fileset=XXX
FileSet {
  Name = "XXX"
  Include {
    Options {
      Signature = MD5
      OneFS = No
      AclSupport = Yes
      MtimeOnly = Yes
(...)
Additional InformationTried to debug on client.

$ bareos-fd -f -d 99
(...)
(10): filed/dir_cmd.cc:1456-31899 LevelCmd: level = accurate_incremental mtime_only=0
(10): filed/dir_cmd.cc:1456-31899 LevelCmd: level = since_utime 1591695236 mtime_only=0 prev_job=XXX
(...)
(99): filed/accurate.cc:276-31899 XXX st_ctime differs
(99): filed/accurate.cc:276-31899 XXX st_ctime differs
(99): filed/accurate.cc:276-31899 XXX st_ctime differs
(99): filed/accurate.cc:276-31899 XXX st_ctime differs
TagsNo tags attached.
bareos-master: impact
bareos-master: action
bareos-19.2: impact
bareos-19.2: action
bareos-18.2: impact
bareos-18.2: action
bareos-17.2: impact
bareos-17.2: action
bareos-16.2: impact
bareos-16.2: action
bareos-15.2: impact
bareos-15.2: action
bareos-14.2: impact
bareos-14.2: action
bareos-13.2: impact
bareos-13.2: action
bareos-12.4: impact
bareos-12.4: action

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2020-06-09 12:02 browcio New Issue