Incremental repository backups error

Incremental repository backups error

incremental repository backups got errors

  • first,full backup the gitlab data with the command ‘gitlab-backup create BACKUP=Incremental GZIP_RSYNCABLE=yes’
  • then, increase backup with the command ‘gitlab-backup create INCREMENTAL=yes PREVIOUS_BACKUP=Incremental’
  • get the errors as follow,

How to resolve the problem?