Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psbanka/mypcbackup-pull
Fetches files from mypcbackup.com
https://github.com/psbanka/mypcbackup-pull
Last synced: 8 days ago
JSON representation
Fetches files from mypcbackup.com
- Host: GitHub
- URL: https://github.com/psbanka/mypcbackup-pull
- Owner: psbanka
- Created: 2013-05-12T17:26:16.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-12T17:44:17.000Z (over 11 years ago)
- Last Synced: 2024-10-12T02:54:41.305Z (about 1 month ago)
- Language: Python
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
mypcbackup-pull
===============A friend of mine subscribed to a windows-based backup service at
www.mypcbackup.com. After upgrading her computer from Windows XP to Ubuntu
Ringtail, I found that there was no way to retrieve her files from the service!
My son and I dashed off this Python script to recursively fetch all the files.
It's not any huge reverse-engineering project, but might save someone an hour.Note that it is first necessary to log in to mypcbackup.com using curl to
create the cookie.jar file in the user's home directory before this script will
work.