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

since we're agentless now, we can simplify a lot.

When internet is down: ``` go build -v . && ./plakar at ./toto ui -cors -addr 0.0.0.0:30112 -no-spawn -no-auth launching webUI at http://0.0.0.0:30112 2025/12/24 14:18:40 Unknown error encountered while serving...

I can't find detailed info on the features and backup strategies. And because [there's no UI on windows until after you've used the cli to create a backup, and windows...

**Describe the bug** plakar.io and DNF/YUM repositories are unreachable from IPV6 network **To Reproduce** 1. `ping -6 plakar.io` or any plakar domain 2. See the error **Expected behavior** Ping can...

On unix we can change the cache path by setting `XDG_CACHE_HOME` before running plakar. ~On windows, I don't think it's possible.~ edit, it is possible on windows too, albeit it's...

_Tested with plakar v1.0.6_ When running plakar backup /etc as an unprivileged user, some “permission denied” errors are expected, since a non-root user cannot read all files under /etc. However,...

**Describe the bug** On a local backup, Storage size is higher than Logical size. **To Reproduce** There are the steps I used to end in this weird configuration: 1. Install...

For `backup` subcommand, use GNU-style long options and one-letter shorthands for flags using [github.com/spf13/pflag](https://github.com/spf13/pflag) package. - Sync manpage and Markdown doc for `backup` subcommand - Fix test with `--exclude` in...

**Is your feature request related to a problem? Please describe.** I would like to create from scratch a ptar archive of a list of dirs, but excluding files/patterns such as...