plakar
plakar copied to clipboard
plakar is a backup solution
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...
Bumps [tar](https://github.com/isaacs/node-tar) from 6.2.0 to 6.2.1. Commits bef7b1e 6.2.1 fe8cd57 prevent extraction in excessively deep subfolders fe7ebfd remove security.md See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...
User reported excessive memory usage when performing snapshot of large number of files and directories, exhausting his 16GB RAM on an 8 core machine. Using a relatively similar setup, 8...
Initial version generated with ChatGPT/o3-mini-high. It uses plakar -h and plakar -h output, so positional arguments aren’t handled well. For example, completion for commands like “plakar on” or “plakar ls...
maybe we should have something to preserve these xattrs on archives. [GNU tar has (obviously) an option for this](https://www.gnu.org/software/tar/manual/html_node/Extended-File-Attributes.html). this actually still has to be discussed, noting it here to...
We don't want to follow symlinks during a backup, however once the VFS is built, symlinks should be honored otherwise you end up with counter-intuitive failures when browsing.
Currently, users lack visibility into the structure and size distribution of their importer contents before performing a backup. We want to introduce a new subcommand, `plakar scan`, that inspects the...
Line 18 of https://github.com/PlakarKorp/plakar/blob/main/CRYPTOGRAPHY.md says > **KDF**: ARGON2ID (with time=4, Memory=256M, Threads=NumCPU, SaltSize=16, KeyLen=32) but unfortunately the NumCPU cannot be varied between user machines. You will get a different output...
We need a git-like `plakar config` subcommand to configure the credentials of the various endpoints we connect to: - importers - exporters - repositories Come up with a yaml structure,...