UnitInitialization: Set the folder with the wine prefixes in, by using WINELAUNCHER_W...
[WineLauncher.git] / Tools / BackupPrefixInfo.sh
blobe695603359e4e3281032ef89e00fce4d1b428440
1 #! /bin/sh
2 # This script Makes a backup of all your PrefixData.xml files and zips then up.
3 cd ~/.local/wine-prefix
4 mkdir ./../WinePrefixInfoBackup
5 find -H ./*/PrefixData.xml | zip -@ ./../WinePrefixInfoBackup/PrefixBackup_`date +%d-%B-%Y`