Forum: PS3 Game Backup - Discussion about backing up your PS3 discs. Find up to date lists of working and non-working games, information on Rogero Manager and much more. Discussion of warez is not allowed.


The above video goes away if you are a member and logged in, so log in now!




 
Would you like to get all the new info from
PSX-Scene in your email each day?




Want to learn more about the team keeping you up to date with the latest scene news?

Read about them now!

Check out our Developer bios, too!

 


User Tag List

Thread: Upload rar files to your PS3 without extracting them
  

Results 1 to 3 of 3
  1. #1 Upload rar files to your PS3 without extracting them 
    phillifix is offline Registered User
    Join Date
    Mar 2011
    Posts
    2
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Hi there

    I've written a quick script to upload the contents of huge rar files to a PS3 (or any FTP server for that matter) without having to extract them beforehand.

    I've tested it with linux and OpenPS3FTP 1.4.

    Note that the script will automatically set the proper file/folder permissions, no need to fix them in your backup manager.

    Sample usage:

    ./rarupload.rb LargeBackup.rar ftp://root:openbox@192.168.1.19:/dev_hdd0/GAMES

    or:

    ./rarupload.rb LargeBackup.rar -x "*/DE" -x '*/FR" "-x "*/ES" -x "*/IT" ftp://root:openbox@192.168.1.19:/dev_hdd0/GAMES

    This one will skip the language specific folders "DE", "FR", "ES" and IT if you don't care about playing the game in one of those languages.

    Replace 192.168.1.19 with your PS3's IP...

    Also read the README file! (Especially for Windows and OSX users...)

    Source on gitorious: rarupload in Misc Utilities - Gitorious

    Enjoy

    Update: There's now an option to include/exclude specific files and folders. This is especially useful when you dont want to upload stuff for all languages, skip stereoscopic 3D, etc.
    Attached Files
    Last edited by phillifix; 03-03-2011 at 02:06 PM.
    Reply With Quote  

  2. #2  
    phillifix is offline Registered User
    Join Date
    Mar 2011
    Posts
    2
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    New version with loads of fixes and a new option to include/exclude specific files and folders. This is especially useful when you dont want to upload stuff for all languages, skip stereoscopic 3D, etc.

    For example: ./rarupload.rb LargeBackup.rar -x "*/DE" -x '*/FR" "-x "*/ES" -x "*/IT" ftp://root:openbox@192.168.1.19:/dev_hdd0/GAMES

    Will skip the language specific folders "DE", "FR", "ES" and IT if you don't care about playing the game in one of those languages.

    Check out the README for more examples.
    Reply With Quote  

  3. #3  
    apcarr is offline Member
    Join Date
    Jul 2008
    Location
    Manchester,England
    Posts
    48
    Downloads
    2
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    What a fantastic little program..great idea...hope someone "smarter" than I can port it to windows....

    Thanx
    Reply With Quote  

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •