This website works better with JavaScript.
Home
Help
Register
Sign In
jim
/
borg-setup
Watch
0
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
backup: remove pathnames from progress output
It clutters up the output and isn't super useful
master
Jim Paris
1 year ago
parent
1fb8645b27
commit
16fe205715
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
backup.py
+ 0
- 1
backup.py
View File
@@ -348,7 +348,6 @@ def main(argv: typing.List[str]):
size('orig', 'original_size') +
size('comp', 'compressed_size') +
size('dedup', 'deduplicated_size') +
f" path={data['path']}" +
"\n").encode()
else:
continue
Write
Preview
Loading…
Cancel
Save