mounting a directory from another linode
My application will write the backup files to any (local) directory that I tell it - so long as it is accessible to the file system
how would I go about doing this?
2 Replies
sshfs
My understanding is that it does not perform as well as a "real" network file system, but if you are just doing an occasional backup and restore rather than a bunch of random reads and writes that shouldn't really be a problem. If that doesn't cut it, this articleThis discussion thread