Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #10567
| From | Martin Gregorie <martin@address-in-sig.invalid> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: Two More Very General Consulting Question |
| Date | 2011-12-06 20:59 +0000 |
| Organization | UK Free Software Network |
| Message-ID | <jblvoe$b8a$1@localhost.localdomain> (permalink) |
| References | <Xns9FADA357275C1jpnasty@94.75.214.39> <jb685f$5an$3@localhost.localdomain> <Xns9FADB7A584E2Ejpnasty@94.75.214.39> <jb6r0j$agt$2@localhost.localdomain> <Xns9FB369E089A55jpnasty@94.75.214.39> |
On Tue, 06 Dec 2011 15:24:24 +0000, Novice wrote: > I'm thinking of storing my backups and versions offsite if I can find a > secure and affordable place to put them. Finding free webhosting isn't > too hard so maybe I can find something comparable for my code. Of course > I will want to lock it down pretty tightly so that others can't pilfer > it. > Here's what I do, which may give you some ideas. - everything I want to keep is under version control except web sites, which are developed here under a local server and FTPed to the public server, which therefore doubles as off-site backup. - my version control repository is on an always-on server. There is only one repository for all work done on my local network. - the server does an automatic overnight compressed backup of its filing system to a permanently online USB disk which is big enough to hold several backups. It runs for 2 hours. The disk is unmounted and spun down when not in use, so is unsafe against fires or big mains spikes. Its prime purpose is protection against data loss by finger trouble. - on a weekly basis the filing systems of each machine on the local net is copied to a second USB drive using rsync. Backup time is 10-20 minutes per machine. This disk holds a single backup per machine and is kept in a fire safe. The effect of this is they there is at least one online backup of everything plus a second offline copy that is never more than a week old. Total additional cost backups is the price of two USB drives. The backup utilities (rsync, tar and gzip) are free. Backups are controlled by shell scripts I developed to my own requirements and cron, the OS job scheduler. -- martin@ | Martin Gregorie gregorie. | Essex, UK org |
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Two More Very General Consulting Question Novice <novice@example..com> - 2011-11-30 21:00 +0000
Re: Two More Very General Consulting Question Martin Gregorie <martin@address-in-sig.invalid> - 2011-11-30 21:45 +0000
Re: Two More Very General Consulting Question Novice <novice@example..com> - 2011-11-30 23:00 +0000
Re: Two More Very General Consulting Question Martin Gregorie <martin@address-in-sig.invalid> - 2011-12-01 03:06 +0000
Re: Two More Very General Consulting Question Novice <novice@example..com> - 2011-12-06 15:24 +0000
Re: Two More Very General Consulting Question Martin Gregorie <martin@address-in-sig.invalid> - 2011-12-06 20:59 +0000
Re: Two More Very General Consulting Question Roedy Green <see_website@mindprod.com.invalid> - 2011-12-07 05:45 -0800
Re: Two More Very General Consulting Question Tom Anderson <twic@urchin.earth.li> - 2011-12-07 18:58 +0000
Re: Two More Very General Consulting Question Arne Vajhøj <arne@vajhoej.dk> - 2011-12-07 18:57 -0500
Re: Two More Very General Consulting Question Arved Sandstrom <asandstrom3minus1@eastlink.ca> - 2011-12-07 20:33 -0400
Re: Two More Very General Consulting Question Tom Anderson <twic@urchin.earth.li> - 2011-12-08 16:04 +0000
Re: Two More Very General Consulting Question Arved Sandstrom <asandstrom3minus1@eastlink.ca> - 2011-12-09 06:53 -0400
Re: Two More Very General Consulting Question Andreas Leitgeb <avl@gamma.logic.tuwien.ac.at> - 2011-12-09 12:51 +0000
Re: Two More Very General Consulting Question Lars Enderin <lars.enderin@telia.com> - 2011-12-09 17:26 +0100
Re: Two More Very General Consulting Question Martin Gregorie <martin@address-in-sig.invalid> - 2011-12-09 23:12 +0000
Re: Two More Very General Consulting Question Andreas Leitgeb <avl@gamma.logic.tuwien.ac.at> - 2011-12-10 12:00 +0000
Re: Two More Very General Consulting Question Tom Anderson <twic@urchin.earth.li> - 2011-12-10 19:53 +0000
Re: Two More Very General Consulting Question Andreas Leitgeb <avl@gamma.logic.tuwien.ac.at> - 2011-12-11 00:04 +0000
Re: Two More Very General Consulting Question Tom Anderson <twic@urchin.earth.li> - 2011-12-10 20:12 +0000
Re: Two More Very General Consulting Question Jim Janney <jjanney@shell.xmission.com> - 2011-12-12 03:05 -0700
Re: Two More Very General Consulting Question Arved Sandstrom <asandstrom3minus1@eastlink.ca> - 2011-12-12 06:39 -0400
Re: Two More Very General Consulting Question Joshua Cranmer <Pidgeot18@verizon.invalid> - 2011-12-07 20:55 -0600
Re: Two More Very General Consulting Question Andreas Leitgeb <avl@gamma.logic.tuwien.ac.at> - 2011-12-09 10:42 +0000
Re: Two More Very General Consulting Question Arne Vajhøj <arne@vajhoej.dk> - 2011-12-07 18:48 -0500
Re: Two More Very General Consulting Question Roedy Green <see_website@mindprod.com.invalid> - 2011-12-07 05:43 -0800
Re: Two More Very General Consulting Question Arne Vajhøj <arne@vajhoej.dk> - 2011-12-02 20:15 -0500
Re: Two More Very General Consulting Question Roedy Green <see_website@mindprod.com.invalid> - 2011-12-06 16:45 -0800
csiph-web