Re: [gpfsug-discuss] mmbackup file selections

2022-01-18 Thread IBM Spectrum Scale
Hi Paul, If you run mmbackup with "DEBUGmmbackup=2", it keeps all working files even after successful backup. They are available at MMBACKUP_RECORD_ROOT (default is FSroot or FilesetRoot directory). In .mmbackupCfg directory, there are 3 directories: updatedFiles : contains a file that

Re: [gpfsug-discuss] Filesystem sometimes does not correctly inherit acls

2022-01-18 Thread Losen, Stephen C (scl)
Hi Iban, What you are seeing is what you get if you call mkdir(2) like this from C mkdir(“dirname”, 0700); or in a python script like this import os os.mkdir(“dirname”, Oo700) Or you could use chmod on the directory like this: chmod 700 dirname All of these modify the ACL mask entry so that

[gpfsug-discuss] mmbackup file selections

2022-01-18 Thread Paul Ward
Hi, I am trying to work out what files have been sent to backup using mmbackup. I have increased the -L value from 3 up to 6 but only seem to see the files that are in scope, not the ones that are selected. I can see the three file lists generated during a backup, but can't seem to find a list

[gpfsug-discuss] Filesystem sometimes does not correctly inherit acls

2022-01-18 Thread Iban Cabrillo
Dear Scalers, We are running 5.1.1-0 version. Since a couple of months we have noticed, that the directory permissions are not inherited correctly even if the default acl is set correctly: For example this is the default acl for a directory (mmgetacl -d): #owner:100 #group:101 user::rwxc