aboutsummaryrefslogtreecommitdiff
path: root/backends/borg.sh
AgeCommit message (Collapse)Author
2022-01-05split echos to debug/info/error levelsGravatar TheMightyV
unified ls_all backend functions unified backend function calls ls_dir -> ls in backends fixed accidental echo -> log_info replacement
2022-01-04fixed wrong hanling of provided backup_dir in server_restoreGravatar TheMightyV
made more outputs with VERBOSE=0
2022-01-04optional password protection of borg repoGravatar TheMightyV
fixed borg backup check added nanoseconds to old world backup to prevent collision during tests
2022-01-04testing backupsGravatar TheMightyV
hid some messages behind VERBOSE option unified date formats of tars
2022-01-04local-ized and lower-cased local variables, descending sorting ofGravatar TheMightyV
snapshots, minor readability changes
2022-01-02moved from dmenu to bash select, minor cosmeticsGravatar TheMightyV
2022-01-02added backup restorationGravatar TheMightyV
2022-01-02more generic backend selection, added borgbackup backendGravatar TheMightyV