Save some diskspace with duplicate game installs (Lutris + Crossover) Borderlands 3
Given:
/Steam is a btrfs mounted partition
/dev/mapper/steam on /Steam type btrfs (rw,relatime,compress=lzo,ssd,space_cache,subvolid=5,subvol=/)
Given:
Lutris Epic Games Launcher installed
Lutris' ~/Games soft links to /Steam/lutris/games
Given:
Crossover Steam bottle has /Steam/... mounted and Steams sees that "disk"
Download Borderlands 3 separately for each (Lutris+Epic / Crossover+Steam)
Verify the content using the respective launchers.
Deduplicate the data
btrfs fi df /Steam/
cd /Steam && time nice -n 19 ionice -c 3 fdupes -r /Steam/ | nice -n 19 ionice -c 3 duperemove --fdupes
btrfs fi df /Steam/
Comments
Post a Comment