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

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

Even mature backup programs like restic have memory issues with large numbers of files in one dir (think an S3 bucket, or backing up a mail program's data directory). For...

Unlike the snapshot not found case, which may be caused by a typo or a purposefully deleted snapshot, the packfile not found case is a sympthom of a worst problem:...

We want to avoid Golang from interfering with buffers handling keys, and more notably the passphrase and derived master key. 1- ensure that such keys (passphrase queried during opening of...

Implement a local command scheduler to trigger tasks at recurrent intervals

implement `plakar register` to register identity @ plakar.io

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