mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-12 10:04:14 +02:00
Don't list directories as changed from the last run.
It's not very useful information and just clutters the list.
This commit is contained in:
parent
cfab67a775
commit
f405c82dcc
@ -416,7 +416,8 @@ eval
|
||||
"git -C ${strBackRestBase} ls-files -c --others --exclude-standard |" .
|
||||
" rsync -rtW --out-format=\"\%n\" --delete --ignore-missing-args" .
|
||||
" --exclude=test/result --exclude=repo.manifest" .
|
||||
" ${strBackRestBase}/ --files-from=- ${strRepoCachePath}"))));
|
||||
" ${strBackRestBase}/ --files-from=- ${strRepoCachePath}" .
|
||||
" | grep -E -v '/\$' | cat"))));
|
||||
|
||||
if (@stryModifiedList > 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user