Forum archive
How do I backup to a windows pc ?
Hi all
I have read the section on how to backup locally using
tklbam-backup --address file:///mnt/otherdisk/tklbam/backup
But unfortunately I have a windows machine at present ( some of my graphics and flash authoring tools don't work under linux )
So how would I go about backing up to a windows machine ?
( eg path C:\backups )
tklbam-backup --address file://c:\backups
I tried that and it just sat there and didn't do a thing ( I couldn't see any writes to disk )
Any help appreciated.
(For Info I am running a lamp stack on an ebs backed Amazon system - but need a local backup once in a while for disaster recovery purposes)
To get you started, make sure that you use 'bridged' networking in VBox (may be called something different if you use another VM app). That will allow your VM to get an IP and act like an independant PC on your network.
Then go into your new appliance and give it a static IP (so it won't change).
Then set up port forwarding to forward port 22 to the static IP you set on your TKL VM.
If you have a dynamic external IP (like many ISPs provide) then you'll probably want to use some dynamic DNS (so you have a domain name that will reroute to your IP). HubDNS may be a good option if you aren't already using some dynamic DNS provider.
That'll have you pretty close! :)