• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

sshfs

Red Squirrel

No Lifer
I recently bumped into this and while I have not tried it yet it looks pretty promising. Just curious if anyone uses this to mount remove SSH folders for backups with rsync, and whether or not it works out well? Think I will set it up on my main home server so I can mount my host's ssh folder and do remote backups of stuff like forum attachments on my site. In fact I could pretty much backup all my servers this way if I use rsync. Of course in a disaster situation a restore would take bloody ages over dsl, but least I got the backups. 😛
 
It works great and is a nice way to do encrypted remote backups. You can also pipe rsync through SSH by using the -e parameter, too.
 
I use sshfs on a daily basis and it works well for remote access.

Only used it a couple times for backup purposes but I seem to remember having to use the "-o workaround=rename" option when mounting for rsync to work. Just a heads up.
 
I use sshfs for central storage to make things like pushing out config changes or logfiles a little easier. It's always been reliable for me so I don't see why it wouldn't work for backups.

Personally, though, I find rsync --rsh="ssh -p bla bla bla to be easier for automated backups. One less thing to monitor you know?
 
Back
Top