You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I may add a request to this one, it would be great if the -l option could show the size of the backed up files so that one can grep+awk and check whether there is something that needs shrinking.
Some more info on this issue: the problem is basically that when using include/exclude-filelists with duplicity, there isn't yet an easy way to translate that into something that du can understand. Thus the script fallback to just applying du to the ROOT variable.
I guess the patch could also involve #113 as there must be a new way to provide the--exclude/include-filelist options somehow and from there process the +/--es.
It doesn't seem that the function
get_source_file_size()
handles the case when include/exclude globbing filelists are used.This should be fixed in a future version.
The text was updated successfully, but these errors were encountered: