alyarb

Results 5 comments of alyarb

Thank you, looking forward to an update

With cephx = none, I am root and I can run rbd snap create, and it works..... if I invoke barc as root for example: eve4pve-barc backup --vmid=101 --label=daily --path=/mnt/pve/...

update the regex on lines 1168 and 1194 with this regex='^([0-9]+)([a-zA-Z0-9_-]+)\.(.*)\.(diff|img).?(.*)?'

0.2.5-renew, I just grabbed the latest one On Thu, Aug 13, 2020 at 11:43 AM Daniele Corsini wrote: > which version? > > — > You are receiving this because...

I had trouble with the newer regex as well so I went back to 0.2.5 with: declare -r renum='^[0-9]+$' declare -r retime='([0-9]+)([d,w])$' #declare -r reimg='^.*\/([0-9]+)([a-zA-Z0-9_-]+)\.(.*)\.(diff|img).?(.*)?' ### REMOVED BY AY declare...