LeagueBackupper.Commandline.exe backup -g <game_root_folder_path> -b <repo_path>
game_root_folder_path: The root folder of a game client which you want to backup.
repo_path: The folder of your repository used to storage the backed data.
LeagueBackupper.Commandline.exe extract -b <repo_path> -v <patch_version> -o <output>
repo_path: The folder of your repository used to storage the backed data.
patch_version: The game version which you want to extract from the repo.
output: The destination folder which you want to storage all the extracted client files. (It's actually the root directory of the game)
LeagueBackupper.Commandline.exe extract -b <repo_path> -v <patch_version> --validate-only
the same as extract game client but it will not extract the file, but only verify whether the all client file are correct
This software has been tested in many game versions, but there is still no guarantee that in future new versions, the backup will fail due to changes made by RIOT Game . Therefore, after backing up your game client files, please do not delete the original files first. Please execute the Validate command or test yourself before deleting the original files