Backup Policy
-
pasky
- Dies in gote
- Posts: 43
- Joined: Wed Apr 21, 2010 6:49 am
- Has thanked: 4 times
- Been thanked: 22 times
Backup Policy
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
EGF 1921, KGS ~1d and getting weaker
- 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
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?
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...
- 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
Is it possible for admins to have ssh access? That would make it easier to set up automated backups with rsync or whatever.
-
xed_over
- Oza
- Posts: 2264
- Joined: Mon Apr 19, 2010 11:51 am
- Has thanked: 1179 times
- Been thanked: 553 times
Re: Backup Policy
Jordus wrote:Ssh hasn't been enabled yet. Do you think its really necessary?
If I were an admin, ssh would be a must.
- 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
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
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.
-
xed_over
- Oza
- Posts: 2264
- Joined: Mon Apr 19, 2010 11:51 am
- Has thanked: 1179 times
- Been thanked: 553 times
Re: Backup Policy
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
- 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
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.