entrigan wrote:
I tried that modified command, but I got the same issue: "No such file or directory".
I am entering this command on the linode, do I need to somehow authenticate with my local machine?
Thanks for the dcfldd hint. I will use that in the future.
enter
ssh -C root@(mylinodeip) "dd if=/dev/xvdb" | dd of=/Users/zstory/linode.img
on your desktop
I would rdiff-backup or rsync to back up though, you can run them daily and after the first run it will only cost a few megs in bandwidth, the dd one will take gigs everytime.
also, if you have a database, you should dump it daily.