Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/borgbackup/borg
/ format_archive
Function
format_archive
src/borg/helpers/parseformat.py:497–498 ·
view source on GitHub ↗
(archive)
Source
from the content-addressed store, hash-verified
495
496
497
def
format_archive(archive):
498
return
"%-36s %s [%s]"
% (archive.name, format_time(archive.ts), bin_to_hex(archive.id))
499
500
501
def
parse_stringified_list(s):
Callers
3
do_delete
Method · 0.85
do_repo_delete
Method · 0.85
do_undelete
Method · 0.85
Calls
2
format_time
Function · 0.85
bin_to_hex
Function · 0.85
Tested by
no test coverage detected