WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Use URL for backup/restore  (Read 1768 times)

Offline jconnor

  • Newbie
  • *
  • Posts: 29
Use URL for backup/restore
« on: September 14, 2011, 12:12:54 PM »
It would be kind of cool to be able to do a backup/restore to a URL instead of a mounted drive.  :-)  Just a thought, maybe a stupid idea.

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Use URL for backup/restore
« Reply #1 on: September 14, 2011, 12:24:40 PM »
You still need to load extensions.
They are normally loaded from a mounted drive, but can be loaded into RAM using tftplist or httplist.
You could create a custom extension from the backup and install that.
You would need to package it up into an extension after running "filetool.sh -b" and than upload it to your server.

Another option would be to create an extension whose install script downloads and extracts the backup.

Offline jconnor

  • Newbie
  • *
  • Posts: 29
Re: Use URL for backup/restore
« Reply #2 on: September 14, 2011, 12:36:01 PM »
ok, thanks.