diff --git a/wiki/src/blueprint/backups.mdwn b/wiki/src/blueprint/backups.mdwn index 94c54f9..1398c6a 100644 --- a/wiki/src/blueprint/backups.mdwn +++ b/wiki/src/blueprint/backups.mdwn @@ -106,6 +106,28 @@ The documentation for the creation of the encrypted device [[is already written| * test backup + restoration with symlinks and hardlinks in the Persistent folder. * eventually test remote backups. +rdup +---- + +<https://github.com/miekg/rdup> + +rdup separates the logic of backing up from the actual copying. It +supports filters to compress and encrypt individual files (typically +using gpg or mcrypt) as well as path names and can do both full as +well as incremental backups. + +** Pros ** + +* simple and small command line programs + +* more sophisticated than tar+gpg and probably addresses many of the + corner cases that would otherwise have to be handled by increasingly + complicated scripts + +** Cons ** + +* still requires a script of some sort to drive it +* probably requires a gui to make it simple to use Other solutions ---------------
signature.asc
Description: PGP signature
_______________________________________________ Tails-dev mailing list [email protected] https://mailman.boum.org/listinfo/tails-dev To unsubscribe from this list, send an empty email to [email protected].
