index
:
hbak.git
main
Simple distributed backup utility for btrfs.
himbeer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hbak
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix hostname resolution not being attempted
Himbeer
2024-03-24
1
-5
/
+5
*
hbak + hbakd: wrap backup destination files (.part files) in BufWriter
Himbeer
2024-02-24
1
-2
/
+3
*
hbak: add garbage collection subcommand
Himbeer
2024-02-19
1
-0
/
+41
*
make client-side auth success message more correct
Himbeer
2024-02-19
1
-2
/
+5
*
print progress messages to stderr instead of stdout
Himbeer
2024-02-19
1
-12
/
+12
*
switch from MIT to AGPL-3.0
HimbeerserverDE
2024-02-15
2
-0
/
+32
*
Revert "hbak: introduce btrfs grace period for incremental snapshot restoration"
HimbeerserverDE
2024-02-15
1
-7
/
+0
*
hbak: introduce btrfs grace period for incremental snapshot restoration
HimbeerserverDE
2024-02-15
1
-0
/
+7
*
Revert "debug: hbak: print remote sync info"
HimbeerserverDE
2024-02-14
1
-2
/
+0
*
debug: hbak: print remote sync info
HimbeerserverDE
2024-02-14
1
-0
/
+2
*
hbak: move mount check to restoration logic
HimbeerserverDE
2024-02-14
1
-2
/
+2
*
hbak: ensure that subvolumes to be restored aren't mounted elsewhere
HimbeerserverDE
2024-02-14
2
-1
/
+31
*
add ability to offline-restore
HimbeerserverDE
2024-02-14
1
-54
/
+62
*
don't download backups if unnecessary (already latest) when restoring
HimbeerserverDE
2024-02-14
1
-5
/
+5
*
add automatic fstab handling
HimbeerserverDE
2024-02-14
1
-3
/
+12
*
hbak: restore subcommand: restore latest snapshot to subvolume (opt-out)
HimbeerserverDE
2024-02-14
1
-4
/
+17
*
update restore functionality to not use on-disk config file
HimbeerserverDE
2024-02-14
1
-26
/
+43
*
hbak: error variants: adhere to clippy::enum_variant_names
HimbeerserverDE
2024-02-14
1
-4
/
+2
*
fix Volume::new_local potentially trying to double-mount the btrfs by constru...
HimbeerserverDE
2024-02-14
1
-1
/
+1
*
fix snapshot and backup dirs not pointing to the correct mountpoint in server...
HimbeerserverDE
2024-02-13
1
-5
/
+9
*
support concurrent hbak and hbakd runs and hbakd clients
HimbeerserverDE
2024-02-13
1
-7
/
+7
*
hbak: rename w => recovery_stream (accuracy)
HimbeerserverDE
2024-02-13
1
-2
/
+2
*
hbak: error messages: has occured => occured
HimbeerserverDE
2024-02-12
1
-2
/
+2
*
don't use clap arg overrides where they aren't needed
HimbeerserverDE
2024-02-12
1
-8
/
+8
*
hbak: fix add-remote subcommand not being able to receive push and pull param...
HimbeerserverDE
2024-02-12
1
-0
/
+2
*
hbak: implement recovery
HimbeerserverDE
2024-02-12
1
-2
/
+81
*
hbak: add basic restore subcommand prerequisites
HimbeerserverDE
2024-02-12
1
-9
/
+36
*
hbak: use generic snapshot/backup exporter => storage deduplication
HimbeerserverDE
2024-02-12
1
-7
/
+6
*
hbak: synchronize subcommand: perform the actual synchronization
HimbeerserverDE
2024-02-12
1
-10
/
+74
*
hbak: synchronize subcommand: exchange synchronization info / metadata
HimbeerserverDE
2024-02-12
1
-5
/
+27
*
hbak: synchronize subcommand: establish secure streams to remote nodes
HimbeerserverDE
2024-02-12
2
-3
/
+37
*
use more machine readable RemoteNode config format
HimbeerserverDE
2024-02-12
1
-44
/
+16
*
hbak: add synchronize subcommand definition
HimbeerserverDE
2024-02-12
1
-1
/
+15
*
hbak: snapshot subcommand: fix iterator being consumed when running the snaps...
HimbeerserverDE
2024-02-12
1
-5
/
+5
*
hbak: snapshot subcommand: apply to all subvolumes by default
HimbeerserverDE
2024-02-12
1
-5
/
+9
*
hbak: add snapshot subcommand
HimbeerserverDE
2024-02-12
1
-0
/
+27
*
use Vec<Volume> instead of Vec<String> in config in the appropriate places + ...
HimbeerserverDE
2024-02-09
2
-7
/
+15
*
remove explicit short and long arguments where they aren't needed
HimbeerserverDE
2024-01-28
1
-2
/
+2
*
allow config-only initialization
HimbeerserverDE
2024-01-28
1
-1
/
+5
*
implement node deinitialization
HimbeerserverDE
2024-01-28
1
-0
/
+9
*
hbak init: support new bind_addr config field
HimbeerserverDE
2024-01-28
1
-2
/
+10
*
remove system::hash_passphrase re-export
HimbeerserverDE
2024-01-28
1
-1
/
+1
*
differentiate between system::{hash_passphrase, derive_key}
HimbeerserverDE
2024-01-22
1
-6
/
+6
*
error messages: show Display, not Debug
HimbeerserverDE
2024-01-07
1
-1
/
+8
*
grant: stop CTRL-C in prompts from leaving the btrfs mounted
HimbeerserverDE
2024-01-06
1
-2
/
+5
*
grant: (only) accept passphrase exports (ssh quantum attack vulnerability)
HimbeerserverDE
2024-01-06
2
-3
/
+27
*
export-pass: provide hex encoded output
HimbeerserverDE
2024-01-06
1
-2
/
+2
*
replace PBKDF2 with Argon2id
HimbeerserverDE
2024-01-06
1
-25
/
+8
*
remove encryption debugging subcommand
HimbeerserverDE
2024-01-05
1
-7
/
+0
*
fix various mounting, stack overflow and missing ciphertext issues
HimbeerserverDE
2024-01-05
1
-0
/
+7
[next]