vps-arm-2024-12-03-15-47-46

This commit is contained in:
Alexander Szczepanski
2024-12-03 15:47:46 +01:00
parent db0bc6a35d
commit 8526b26523
8 changed files with 57 additions and 23 deletions

View File

@ -8,8 +8,7 @@ OLD_TRANSID=${OLD_TRANSID#transid marker was }
sudo btrfs subvolume find-new "/fs-diff/root" "$OLD_TRANSID" |
sed '$d' |
cut -f17- -d' ' |
sort |
uniq |
sort |uniq |
while read path; do
path="/$path"
if [ -L "$path" ]; then