When a backup is executed, a walk inside specified directories is done for backuping files.
The error given by the walk function is not handled correctly and a panic can occur if no execution right is set on some directories for instance.
https://github.com/agence-webup/pliz/blob/master/actions/backup.go#L82
When a backup is executed, a walk inside specified directories is done for backuping files.
The error given by the walk function is not handled correctly and a panic can occur if no execution right is set on some directories for instance.
https://github.com/agence-webup/pliz/blob/master/actions/backup.go#L82