Invocations
CachyOS: sudo python btrfs_inode_resolver.py games-install-diff.txt \ --subvol-mounts \ sys-home=/home sys-root=/ sys-cache=/var/cache \ sys-usrroot=/root local-data=/home/tim/local_data \ local-games=/home/tim/local_data/games Use --force to completely rescan database. python btrfs_diff_analyser.py games-install-diff.txt \ --scope system games \ --steam-libraries /home/tim/.local/share/Steam /home/tim/local_data/games \ --text report.txt \ --json report.json --user=tim --full_anomalies sudo mount -o subvol=@,compress=zstd,noatime,space_cache=v2,ssd /dev/sdb6 local_data sudo mount -o subvol=@games,compress=zstd,noatime,space_cache=v2,ssd /dev/sdb6 local_data/games Mount snapshot subvolumes for post ...