Open anarcat opened 9 years ago
it would be nice if attic info would list which files or directories were changed.
attic info
it could be something like git log --dirstat, which lists the percentage of change per directory.
git log --dirstat
you mean compared to the last backup before? sounds like a special case of "diff" then.
yes, compared to the previous backup.
it would be nice if
attic info
would list which files or directories were changed.it could be something like
git log --dirstat
, which lists the percentage of change per directory.