Julien Castets
Julien Castets
On OSX, /etc/ is a symlink to /private/etc. After `plakar backup /etc`, the command `plakar ls` shows the root of the snapshot to be `/` instead of `/etc`.
Currently, the only way to provide s3 creds is in the command line. We want to allow overriding them from the environment. Ideally, it should be possible to use these...
The goal of this PR is not to fix the lint issues, but instead to add the linter to the CI to improve the quality of the future code. We...
[In backup.go](https://github.com/PlakarKorp/plakar/blob/648f112edb158010b8ee9a558939c24e8d3e501a/cmd/plakar/subcommands/backup/backup.go#L154C2-L163C3), we attempt to initialize the importer. In case of failure, we fallback to the fs importer. If the importer fails because the path given is invalid, we should...