Linux Xbox "small" savegame manager
-----------------------------------
21/2/5 - Thomas GUTHMANN

I just hack a litte perl script for listing and downloading one or more XBOX's savegames.
You may have to edit the script to change the XBOX's IP.
This script is under the GPL licence.

You need to have Net::FTP => apt-get install libnet-perl

    Show and retrieve XBOX savegames. Version = 0.0.1
    tom[at]calixo[.]net 21/2/5

    usage: ./xsave.pl <-lg> [-hdt]

     -h        : this (help) message
     -l        : list all IDs of the XBOX's savegames
     -g    : get the save  as a directory
     -t        : need -g to work. Tarball the results
     -d        : debug

    example: ./xsave.pl -g 45410049 

