Backup Policy

Is something wrong? Do you have any suggestions? Let us know.
Post Reply
pasky
Dies in gote
Posts: 43
Joined: Wed Apr 21, 2010 6:49 am
Has thanked: 4 times
Been thanked: 22 times

Backup Policy

Post by pasky »

One of obvious worries connected with the sinking GoDiscussions is the backup policy / data availability in case things go wrong somehow (asteroid falls on the LifeIn19x19 server room or whatever). I like how Dojo thought about this (http://shodanimports.com/dojo/viewtopic.php?f=15&t=15) - is there a plan for something similar here?
Go programmer and researcher: http://pasky.or.cz/~pasky/go/
EGF 1921, KGS ~1d and getting weaker
User avatar
Jordus
Site Admin
Posts: 1125
Joined: Fri Dec 04, 2009 6:06 pm
Rank: KGS 9k
GD Posts: 0
Universal go server handle: Jordus
Location: Allegan, MI, USA
Has thanked: 16 times
Been thanked: 116 times
Contact:

Re: Backup Policy

Post by Jordus »

The hosting service auto-backups all the database info already.

However, it will be one of the responsibilities of the Admins we choose to periodically create a back-up file and save it to their home computer (each full backup file(everytime you back up) is usually only kb large).

Does this sound like a good plan?
I'm thinking...
User avatar
fwiffo
Gosei
Posts: 1435
Joined: Tue Apr 20, 2010 6:22 am
Rank: Out of practice
GD Posts: 1104
KGS: fwiffo
Location: California
Has thanked: 49 times
Been thanked: 168 times

Re: Backup Policy

Post by fwiffo »

Is it possible for admins to have ssh access? That would make it easier to set up automated backups with rsync or whatever.
User avatar
Jordus
Site Admin
Posts: 1125
Joined: Fri Dec 04, 2009 6:06 pm
Rank: KGS 9k
GD Posts: 0
Universal go server handle: Jordus
Location: Allegan, MI, USA
Has thanked: 16 times
Been thanked: 116 times
Contact:

Re: Backup Policy

Post by Jordus »

Ssh hasn't been enabled yet. Do you think its really necessary?
I'm thinking...
xed_over
Oza
Posts: 2264
Joined: Mon Apr 19, 2010 11:51 am
Has thanked: 1179 times
Been thanked: 553 times

Re: Backup Policy

Post by xed_over »

Jordus wrote:Ssh hasn't been enabled yet. Do you think its really necessary?

If I were an admin, ssh would be a must.
User avatar
Jordus
Site Admin
Posts: 1125
Joined: Fri Dec 04, 2009 6:06 pm
Rank: KGS 9k
GD Posts: 0
Universal go server handle: Jordus
Location: Allegan, MI, USA
Has thanked: 16 times
Been thanked: 116 times
Contact:

Re: Backup Policy

Post by Jordus »

Ok then. I'll get in enabled.
I'm thinking...
User avatar
fwiffo
Gosei
Posts: 1435
Joined: Tue Apr 20, 2010 6:22 am
Rank: Out of practice
GD Posts: 1104
KGS: fwiffo
Location: California
Has thanked: 49 times
Been thanked: 168 times

Re: Backup Policy

Post by fwiffo »

It's a really good idea, though obviously, you have to trust the admins. FTP shouldn't even really be used; it's insecure and sends passwords over the Internet in the clear.
Marcus
Gosei
Posts: 1387
Joined: Tue Apr 20, 2010 8:51 am
GD Posts: 209
KGS: Marcus316
Has thanked: 139 times
Been thanked: 111 times

Re: Backup Policy

Post by Marcus »

fwiffo wrote:It's a really good idea, though obviously, you have to trust the admins. FTP shouldn't even really be used; it's insecure and sends passwords over the Internet in the clear.


Yes, I would like to make sure to emphasize this point. Please use SSH and SFTP for over-the-internet administrative work. :D
xed_over
Oza
Posts: 2264
Joined: Mon Apr 19, 2010 11:51 am
Has thanked: 1179 times
Been thanked: 553 times

Re: Backup Policy

Post by xed_over »

fwiffo wrote:It's a really good idea, though obviously, you have to trust the admins. FTP shouldn't even really be used; it's insecure and sends passwords over the Internet in the clear.

oooh, right. never use ftp.
sftp would be ok, for those who really want to use that protocol, but then they might as well be using ssh and scp :)
User avatar
fwiffo
Gosei
Posts: 1435
Joined: Tue Apr 20, 2010 6:22 am
Rank: Out of practice
GD Posts: 1104
KGS: fwiffo
Location: California
Has thanked: 49 times
Been thanked: 168 times

Re: Backup Policy

Post by fwiffo »

sftp is, in fact, glorified scp (i.e. it's an FTP-like interface tunneled over ssh). But for transferring files, might as well use rsync over ssh. Actually, I'd probably use git or subverison over ssh if they're available on the server.
Post Reply