8
0
Fork
You've already forked pEpEngineBackup
0
Implementing the Epic: Backup and Restore
  • Zig 86.9%
  • C 13.1%
2026年02月19日 18:57:27 +01:00
src more doc 2026年02月19日 17:19:48 +01:00
.gitignore initial setup 2026年01月17日 22:47:35 +01:00
build.zig zig fmt build.zig 2026年02月18日 00:35:04 +01:00
build.zig.zon bump version number 2026年02月19日 18:57:27 +01:00
LICENSE Initial commit 2026年01月17日 21:20:15 +01:00
README.md bump version number 2026年02月19日 18:57:27 +01:00

Implementing Backup and Restore

While some platforms like macOS deliver outstanding backup and restore solutions for untrained users like Time Machine, other platforms still deliver nothing and let the user alone.

As well untrained users, who use unmanaged devices, as well as technicians, who are responsible for backup and restore of data from managed and unmanaged devices need documentation about how to do that with p≡p implementations.

There must be a minimum automated backup solution, which is provided by all p≡p apps, to guarantee the secure backup of secrets like passphrases and keys. This has to be usable for disaster recovery and for the exchange of a device in case a regular backup of a device is not available. This backup solution must be available especially to untrained users without requiring much understanding, training or participation of such users.

See https://codeberg.org/pEp/pEpEngine/wiki/EpicBackup