-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Print out the backup size when listing snapshots (enhancement) #693
Copy link
Copy link
Closed
Labels
category: statscategory: user interfacetype: feature enhancementimproving existing featuresimproving existing features
Description
Output of restic version
Any.
Expected behavior
Adding an extra column to list the size of the backup (in bytes) can be very useful.
It'll help distinguish between different backups just by checking their size.
$ restic snapshots
ID Date Host Tags Directory Size
--------------------------------------------------------------------------
5b969a0e 2016-12-09 15:10:32 localhost myfile 390865
Actual behavior
$ restic snapshots
ID Date Host Tags Directory
----------------------------------------------------------------------
5b969a0e 2016-12-09 15:10:32 localhost myfile
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
category: statscategory: user interfacetype: feature enhancementimproving existing featuresimproving existing features