plakar icon indicating copy to clipboard operation
plakar copied to clipboard

plakar is a backup solution

Results 116 plakar issues
Sort by recently updated
recently updated
newest added

in #356 we treat missing arguments and "" the same; we should actually differentiate between the two.

[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...

investigate a cold storage connector to implement as part of our first beta

Add any other context about the problem here.

Needs: https://github.com/PlakarKorp/kloset/pull/234/files

Hi. 1) The links at the bottom of this page https://www.plakar.io/docs/v1.0.6/guides/importing-configurations/#related-commands are failing. At first glance you need to remove /guides from the URLs. 2) The Linkedin link into this...

and clean up the code a bit, now everything lives in the config subpackage.

According to the [documentation](https://www.plakar.io/docs/main/guides/setup-scheduler-daily-backups/), it is possible to define the recurrence of a task with the `interval` parameter. However, it does not seem possible to specify when (e.g., at what...

It would be useful to define ignore files in some sort of config file, perhaps in `sources.yml`. This could look something like: ``` sources: toto: location: /Users/toto/mybackups ignore-file: /Users/toto/.ignore.txt ```...