Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

If your network card is managed by UrBakup-Live-Restore, then from a tftp server you can :

  1. Set a tftp server with dhcp working
  2. Unzip the UrBakup-Live-Restore ISO in a directory called urbackup (http://sourceforge.net/projects/urbacku ... o/download)
  3. Edit your pxelinux.cfg/default file as below (replace the ip address of the server) :
LABEL UrBackup Restore
kernel urbackup/live/vmlinuz
append initrd=urbackup/live/initrd.img boot=live config username=urbackup toram noswap fetch=tftp://xxx.xxx.xxx.xxx/urbackup/live/filesystem.squashfs

 

With UrBackup Restore 1.1.1 you can also use hostnames and load the filesystem from a HTTP server:

LABEL UrBackup Restore
kernel urbackup/live/vmlinuz
append initrd=urbackup/live/initrd.img boot=live config username=urbackup toram noswap fetch=http://SERVERNAME/urbackup/live/filesystem.squashfs
  • No labels