Ph: 25255013
Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

[ Create a new account ]

08/10/04/0237233 story

Easy, Reliable Distributed Storage and Backup?

Posted by Soulskill on Sat Oct 04, 2008 04:14 AM
from the grandma-needs-those-pictures-of-her-cat dept.
Data Storage Software
RichiH writes "Most of you are the free IT staff of friends and family, just as I am. One of my largest headaches is backing up their data. What I am looking for allows for off-site storage on multiple server machines running Linux, has Linux & Windows clients that Just Work and require zero everyday effort (although a large-ish effort to set them up is just fine), allows for granular access control, is versioned and will, ideally, allow me to grab data automagically (think photo pool for your family where your mother, sister, etc., share each other's photos). This is something I've been trying to find for years, but I've never seen anything even closely resembling what I want. With the Wall Street Journal handing out its Technology Innovation Award to Cleversafe recently, I was once again reminded of this particular itch which needs scratching. Before I deploy it, I want to ask the Slashdot community for its opinion on that piece of software, and on potential alternatives. How do you solve this problem?"
software storage askslashdot pony story
askslashdot storage
story

Related Stories

This discussion has been archived. No new comments can be posted.
Display Options Threshold:
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Git... by paul.schulz (Score:2) Saturday October 04, @04:22AM
Re:Git... by quinks (Score:3) Saturday October 04, @04:34AM
Re:Git... by tsa (Score:2) Saturday October 04, @04:36AM Re:Git... by marcello_dl (Score:3) Saturday October 04, @05:53AM Re:Git... by pebcak (Score:1) Saturday October 04, @01:53PM Re:Git... by darkpixel2k (Score:2) Sunday October 05, @02:18PM Re:Git... by marcello_dl (Score:2) Saturday October 04, @06:10PM 1 reply beneath your current threshold.
Re:Git... by RichiH (Score:3) Saturday October 04, @05:33AM
Re:Git... by debatem1 (Score:3) Saturday October 04, @10:57AM
Re:Git... by RichiH (Score:2) Saturday October 04, @12:57PM
Re:Git... by debatem1 (Score:3) Saturday October 04, @02:07PM
Re:Git... by RichiH (Score:1) Saturday October 04, @02:43PM
Re:Git... by debatem1 (Score:2) Saturday October 04, @06:08PM
Re:Git... by mcpkaaos (Score:2) Saturday October 04, @02:11PM
Re:Git... by RichiH (Score:1) Saturday October 04, @02:30PM
Re:Git... by pthisis (Score:2) Saturday October 04, @04:41PM Re:Git... by ryszard99 (Score:2) Saturday October 04, @06:00PM
1 reply beneath your current threshold.
Re:Git... by SanityInAnarchy (Score:2) Saturday October 04, @11:16AM
by dogganos (901230) <dogganos@gmail.com> on Saturday October 04, @04:28AM (#25254895)

Rename your data to 'Barely legal college girls having first time sex - XXX Vol1/256.r001' and use p2p to spread them all over the world!

Re:Use the pr0n method! by electrictroy (Score:2) Saturday October 04, @07:23AM Re:Use the pr0n method! by debatem1 (Score:2) Saturday October 04, @11:00AM
by kdemetter (965669) on Saturday October 04, @07:24AM (#25255387)

It's funny , but it might be practical in way.

It's possible to put data in images , so why not in a video.

You just take something highly demanded ( could be porn , could be a movie ) , and punt your data in it , well encrypted and without anyone knowing it.

The file gets shared because of the content people want to see , and if you ever lose your data you just lookup the file via P2P , and you have it back.

Re:Use the pr0n method! by madnis (Score:3) Saturday October 04, @10:10AM
Re:Use the pr0n method! by linear a (Score:1) Saturday October 04, @11:46AM
3 replies beneath your current threshold.
by jimicus (737525) on Saturday October 04, @04:33AM (#25254913) Homepage

I can tell you how I solve it in a business context, but whether or not it could be scaled down to personal I'm not sure.

The problem: 2 sites each with 70-100GB of data needs offsite backup with similar criteria to your own. Bandwidth available to these sites is 2-4Mbps. The only OS involved is Linux, though I'm sure Windows could be shoehorned in somehow. A third site which has a tape streamer and someone to take tapes offsite is available. Data protection legislation means that storing it with a hosted service is illegal unless I encrypt it myself before sending it offsite - I'm only aware of one tool which claims to be able to do this and still send data as a binary delta (it uses the rsync library) and that tool is still not particularly common in Linux distributions and not very widely used. I'm nervous of trusting my backups to a tool that isn't on heavy use, particularly if strong encryption is being employed.

The Solution: A server in the third site and some judicious scripting with rsync allows it to mirror the data in the other two sites. The first sync is fairly painful, of course, but provided you don't have too much data regularly changing subsequent syncs aren't too bad. The server is backed up to tape which provides versioning capability so if someone only realises that they lost a file a week after the fact it can still be restored,

Initial effort to set up was pretty great but now it's done it JFW and requires no brain power whatsoever to run on a daily basis. I can make the data available over the VPN (of course the access speed will be dog slow) more-or-less immediately and I can make it available at LAN speed by copying it to a hard disk and courier it to the remote office in under 48 hours. A full restore of 100GB across a 2Mbps connection will take at least 4-5 days.

Silver Bullet for file ownership/ACLs? by Gazzonyx (Score:3) Saturday October 04, @06:19AM
Re:Silver Bullet for file ownership/ACLs? by jimicus (Score:3) Saturday October 04, @06:59AM
Re:Silver Bullet for file ownership/ACLs? by jhealy1024 (Score:2) Saturday October 04, @03:00PM
Re:Silver Bullet for file ownership/ACLs? by jimicus (Score:2) Saturday October 04, @04:27PM
1 reply beneath your current threshold.
Re:Silver Bullet for file ownership/ACLs? by Em Adespoton (Score:1) Saturday October 04, @05:01PM
Re:I can tell you how I solve it in a business by maino82 (Score:2) Saturday October 04, @09:57AM
Re:I can tell you how I solve it in a business by jimicus (Score:2) Saturday October 04, @10:19AM
1 reply beneath your current threshold.
Re:I can tell you how I solve it in a business by PC_Freak (Score:3) Saturday October 04, @10:10AM
Re:I can tell you how I solve it in a business by jimicus (Score:2) Saturday October 04, @10:25AM Re:I can tell you how I solve it in a business by mysidia (Score:1) Saturday October 04, @03:59PM
Re:I can tell you how I solve it in a business by PC_Freak (Score:1) Saturday October 04, @10:15AM Re:I can tell you how I solve it in a business by exekewtable (Score:1) Saturday October 04, @05:08PM 2 replies beneath your current threshold.

Two questions (Score:4, Informative)

by Geoffreyerffoeg (729040) on Saturday October 04, @04:38AM (#25254929)

You're asking two questions. The first is that you want backup, so that all their data just gets thrown somewhere and they lose the last few days' work their hard drive dies. You don't even necessarily want this on the network; just back up to a DVD-R every so often, and take every month's DVD-R offsite (a friend's house, a bank's vault, whatever). There's lots of backup software for this. Most can do fancy stuff like incremental backups. You can probably find something opensource you can host for your friends and family on a decently-available server.

The second question is networked file storage, where you don't care about automatically archiving files, but you do want frequent access and a good UI. For this I recommend something like Dropbox [getdropbox.com], which has good support for OS integration and a web interface.

Re:Two questions by RichiH (Score:3) Saturday October 04, @05:15AM

Re:Two questions (Score:5, Insightful)

by Geoffreyerffoeg (729040) on Saturday October 04, @05:44AM (#25255085)

If you try to roll backup and distributed file-storage into the same application, you're not going to get anything useful. Aunt Sally is going to want every single file including her OS and her tax returns backed up, in case her hard drive dies, but only wants the photos -- and only some of the photos, actually -- to be visible to Grandma Suzie. If Suzie can see every file on Sally's computer, and the entire history of each file, she's not going to be able to browse the photos in a way that's at all intuitive.

And worse yet, if Sally wants to send out links to her photos to fifteen of her friends by e-mail, she needs some sort of interface to mark parts of her backup as world-readable but the rest (like her passwords and e-mail) not. If the network backup program even lets you do this, it won't give Sally a UI that she'll be able to figure out.

You can certainly get network backup services: Mozy was mentioned in an earlier comment.

If you rethink your requirements in terms of your goals, you'll probably find that both rolled into one isn't what you want, and not just because a product doesn't exist at the moment that does that — a product that does that can't possibly have a good UI. If they shouldn't notice or care about how backups are being made, how are they going to figure out how to share photos with each other?

Re:Two questions by rnswebx (Score:1) Saturday October 04, @05:59AM Re:Two questions by RichiH (Score:1) Saturday October 04, @06:49AM
Re:Two questions by Angostura (Score:2) Saturday October 04, @07:15AM Re:Two questions by Znork (Score:2) Saturday October 04, @10:30AM
Re:Two questions by dbIII (Score:2) Saturday October 04, @06:46AM
Re:Two questions by ishobo (Score:2) Saturday October 04, @03:23PM
Re:Two questions by Team503 (Score:1) Sunday October 05, @10:16AM
Re:Two questions by ishobo (Score:2) Thursday October 09, @12:33AM
1 reply beneath your current threshold.
Allmydata tahoe by Anonymous Coward (Score:1) Saturday October 04, @04:39AM

Dropbox (Score:5, Informative)

by operator_error (1363139) on Saturday October 04, @04:42AM (#25254949)
Ars technica did a nice review of Dropbox, titled, "How Dropbox ended my search for seamless sync on Linux" (but it works on OSX 7 Windows too) http://arstechnica.com/news.ars/post/20080914-how-dropbox-ended-my-search-for-seamless-sync-on-linux.html [arstechnica.com]

Re:Dropbox (Score:5, Insightful)

by Firehed (942385) on Saturday October 04, @05:19AM (#25255033) Homepage

Dropbox is absolutely fantastic as a sync tool (and also has some degree of versioning), but there's no practical way as of yet to make it into a full-system backup. When 'watch folders' show up, it'll get a lot closer, but like any web-based system, it becomes impractically slow for anyone dealing with lot of data. Even digital snapshots add up quickly with the resolution of the point-and-shoot cameras, never mind if there's an actual photographer shooting RAW.

Re:Dropbox by Blakey Rat (Score:2) Saturday October 04, @02:08PM
Re:Dropbox by Klaus_1250 (Score:2) Saturday October 04, @09:03AM
Re:Dropbox by Fweeky (Score:2) Saturday October 04, @10:45AM
Re:Dropbox by pla (Score:2) Saturday October 04, @11:52AM Re:Dropbox by operator_error (Score:1) Saturday October 04, @10:09AM 2 replies beneath your current threshold.
online backup by derekcohen (Score:2) Saturday October 04, @04:50AM
1 reply beneath your current threshold.
by kefa (640985) on Saturday October 04, @04:53AM (#25254977) Journal
Have you considered the JungleDisk client that works with the Amazon S3 storage cloud? This has backup clients for Windows, Linux, and Mac and with suitable configuration of 'buckets' would allow you to do most of what you are trying to achieve. Okay so it's a pay-for service (albeit cheap) but it does provide the all important off-siting, strong security/encryption and unlimited capacity.
Re:JungleDisk with Amazon S3 Storage by RichiH (Score:1) Saturday October 04, @05:21AM
Re:JungleDisk with Amazon S3 Storage by kefa (Score:1) Saturday October 04, @06:48AM
by giostickninja (1141347) on Saturday October 04, @08:06AM (#25255513)

raised to the ground.

Wow. How far below ground is your house?

Re:JungleDisk with Amazon S3 Storage by crt (Score:3) Saturday October 04, @07:52AM
1 reply beneath your current threshold.
1 reply beneath your current threshold.

wimps (Score:5, Funny)

by G3ckoG33k (647276) on Saturday October 04, @04:59AM (#25254991)

"Only wimps use backup. Real men just upload their important stuff on ftp, and let the rest of the world mirror it."

God

Re:wimps by pjameson (Score:1) Saturday October 04, @06:43AM
Re:wimps by G3ckoG33k (Score:2) Saturday October 04, @03:29PM
Re:wimps by RoceKiller (Score:2) Saturday October 04, @07:28AM Re:wimps by Eil (Score:2) Saturday October 04, @12:51PM 1 reply beneath your current threshold.
Update from OP by RichiH (Score:2) Saturday October 04, @05:11AM
by speedtux (1307149) on Saturday October 04, @05:13AM (#25255011)

Backup isn't the same as sharing. And do you want actual replication or merely fault tolerance to node failure? Actual n-fold replication means you're going to pay n times the amount of money for storage. And why do you insist on one application to do everything?

My suggestion: set up automatic backups to one of the many backup services on the net. They worry about how to replicate your data, you don't have to. For the same service to support both backup and sharing is hard and it's probably a bad idea. It's much easier if you know that the backup service simply cannot access the contents of any of your files.

For sharing, use services designed for that: Flickr Pro, Picasa, Google Docs, whatever. They are designed for sharing, they know about users and permissions, and they can only publish what you actually upload to them.

As for Cleversafe, the idea is as old as forward error correction, but the economics and management never seem to quite work out. And basically, you're getting the same functionality from hosted storage: Amazon, Google, Box.NET, etc. are already figuring out how to keep your data available and secure, and are probably doing a better job than you could do with a homebrew system.

Re:you haven't thought this through by RichiH (Score:1) Saturday October 04, @05:26AM
by Geoffreyerffoeg (729040) on Saturday October 04, @05:54AM (#25255117)

I want distributed backups with several, for lack of a better word, working copies checked out on different machines.

Aha, now I figured out why we're all misunderstanding you. Those aren't backups. "Backups" to my ears means that you copy the entire contents of your disk or your Documents folder nightly onto tape or some other archival medium, so that in case of hardware failure you have something to restore from. Potentially you also keep prior versions around. The tapes are stored in a corner somewhere because they're never actually accessed except in an emergency, and they're destroyed after a few months.

What you want isn't backups, since it doesn't make sense for different people to share backups any more than it makes sense for different people to share a single networked hard disk or networked home directory. You just want a distributed file storage system, with automatic syncing / commits.

Re:you haven't thought this through by RichiH (Score:1) Saturday October 04, @06:46AM
Re:you haven't thought this through by k8to (Score:1) Saturday October 04, @11:47AM Re:you haven't thought this through by Colin Smith (Score:2) Saturday October 04, @11:51AM
Re:you haven't thought this through by RichiH (Score:1) Saturday October 04, @12:15PM
Re:you haven't thought this through by pla (Score:2) Saturday October 04, @11:59AM
Re:you haven't thought this through by RiotingPacifist (Score:2) Saturday October 04, @07:48AM
Re:you haven't thought this through by nikin (Score:1) Saturday October 04, @08:19AM 1 reply beneath your current threshold.
by Delgul (515042) <gerard.onlinespamfilter@nl> on Saturday October 04, @05:15AM (#25255019) Homepage

The subject says it all:

- rdiff-backup to backup your data one backup server.
- chironfs to clone the file system to another remote server.

rdiff-backup runs on *nix and windows (with the help of Cygwin).

Once set up, rdiff-backup needs virtually no maintenance. If needed, setup Nagios to warn you if things run afoul.

Used this for years, never disappointed me so far!

Re:rdiff-backup and chironfs by happyslayer (Score:2) Saturday October 04, @09:09AM
Re:rdiff-backup and chironfs by Albanach (Score:2) Saturday October 04, @10:35AM
1 reply beneath your current threshold.
If you had Windows & Mac - Mozy by tkrotchko (Score:2) Saturday October 04, @05:22AM
Re:If you had Windows & Mac - Mozy by penguin_man101 (Score:1) Saturday October 04, @06:05AM 1 reply beneath your current threshold.
Tape? Its old, but it is still useful by mlts (Score:1) Saturday October 04, @05:25AM Use rsnapshot by Anonymous Coward (Score:2) Saturday October 04, @05:28AM
Re:Use rsnapshot by RT Alec (Score:2) Saturday October 04, @11:46AM
1 reply beneath your current threshold.

Bacula? (Score:5, Informative)

by up4fun (602118) on Saturday October 04, @05:34AM (#25255071)

http://www.bacula.org/ [bacula.org]

Runs pretty tight (low bandwidth), supports channel encryption and datastore encryption, can even create Bare Metal Recovery disks. I have a server room with LTO3 tape drives that I use to backup my clients' incremental data changes nightly, including Linux, Mac and Windows clients and servers. I have VPN's out to each client, so don't use the built-in channel encryption, but I maintain a keypair for each client.

Backup only, but I

/could/ present a maintained volume as a share over the VPN. Bacula supports disk and tape volumes as backup stores. I've personally had no need to do that to date.

We're not talking terabytes here - my ISP would pwn me if that was going on, but I do circa 20G of data changes every night from clients. Some of them are laptops that are not always on or connected. Most are friends and family PC's, so it backs up when it can. I have to do almost no maintenance apart from changing a tape occasionally. The backup client is tiny and unobtrusive, even when running. On Windows it uses VSS, so it is reliable.

I have had a number of panic phone calls (esp from my kids at Uni) who have lost a thesis or the like and are utterly amazed when, after a few clicks over the phone they look at their webmail and yesterday's version is in their inbox. That's what it's all about! I am the god of lost data! Which, of course, works for me.

Re:Bacula? (Score:4, Funny)

by Anonymous Coward on Saturday October 04, @06:32AM (#25255209)

- plural of baculum.

Do you know what a baculum is? It is the penis bone found in most male mammals with the exception of humans.

Great product naming!

Re:Bacula? by Doctor O (Score:2) Saturday October 04, @01:54PM Re:Bacula? by JoCat (Score:1) Saturday October 04, @02:01PM 2 replies beneath your current threshold.
Re:Bacula? by ZerdZerd (Score:1) Sunday October 05, @09:02PM
Amazon S3 by MosesJones (Score:2) Saturday October 04, @05:51AM
If I might plug a favorite project! by Gazzonyx (Score:3) Saturday October 04, @06:26AM
Re:If I might plug a favorite project! by Gazzonyx (Score:2) Saturday October 04, @10:17AM 1 reply beneath your current threshold.
Why not keep it simple? by rnswebx (Score:1) Saturday October 04, @05:54AM Online backup / file sharing by dongola7 (Score:1) Saturday October 04, @06:08AM

AFS? (Score:5, Interesting)

by TheRaven64 (641858) on Saturday October 04, @06:26AM (#25255199) Homepage Journal
AFS is only about 20 years old, and supported on Windows, Mac, and most flavours of *NIX, so it might not be sufficiently mature for your needs, however it does provide the following capabilities:
Remote storage with local caching. Snapshots, allowing coarse-grained versioning. Replication on the server.

As well as all of the standard things you'd expect from a networked filesystem (ACLs, authentication, and so on).

If you set up an AFS cell with your volumes replicated across a few remote servers and get your clients to connect to this cell then it should be fine. Set a cron job to take regular snapshots, and dump them to some offline medium periodically.

Re:AFS? by Eil (Score:2) Saturday October 04, @01:23PM Re:AFS? by emj (Score:2) Saturday October 04, @01:28PM Re:AFS? by Doug Neal (Score:2) Sunday October 05, @07:36AM 1 reply beneath your current threshold.
Linux-based NAS with built-in applications by golodh (Score:2) Saturday October 04, @06:37AM rsync and dyndns by MMC Monster (Score:2) Saturday October 04, @06:43AM Try JungeDisk by pmeinl (Score:1) Saturday October 04, @06:59AM BackupPC by squidinkcalligraphy (Score:2) Saturday October 04, @07:05AM
Re:BackupPC by gardyloo (Score:2) Saturday October 04, @08:32AM Re:BackupPC by Polimath (Score:1) Saturday October 04, @12:16PM 1 reply beneath your current threshold.
SyncToy by paylett (Score:1) Saturday October 04, @07:20AM A Free Open Source Backup Tool... by onitzuka (Score:1) Saturday October 04, @07:27AM www.jungledisk.com by Phurge (Score:2) Saturday October 04, @07:31AM
by ka9dgx (72702) * on Saturday October 04, @07:37AM (#25255433) Homepage Journal
I think that the issue is faced by far more people than is readily apparent... it's the need for a VERY easy to use tool to share Our Stuff with Our Family. If my Mom and sisters were able to share all their photos with each other by carrying a USB drive around when they see each other... the most important thing they have on their computers would be backed up... the need for social file sharing is huge... we just don't have the tools to do it well yet. Something that does auto-discovery of stuff, remembers previous decisions, and just goes to work making copies in the right directions is what we need.
Funnily enough, I've been thinking "family server" by Colin Smith (Score:2) Saturday October 04, @04:41PM
CloudBackup is what I use by scottm52 (Score:2) Saturday October 04, @07:49AM
Re:CloudBackup is what I use by homeofficeblogger (Score:1) Saturday October 04, @02:05PM
AhSayOBS by kyouteki (Score:2) Saturday October 04, @07:54AM It's doable.... by cptdondo (Score:2) Saturday October 04, @08:07AM
Re:It's doable.... by happyslayer (Score:2) Saturday October 04, @09:11AM
Re:It's doable.... by cptdondo (Score:2) Saturday October 04, @12:13PM
Re:It's doable.... by happyslayer (Score:2) Saturday October 04, @01:30PM
Have you looked at BackupPC by Xylaan (Score:2) Saturday October 04, @08:32AM SVN by dheltzel (Score:2) Saturday October 04, @08:39AM Evidently... by yttrstein (Score:1) Saturday October 04, @08:47AM Our Solution - by jchawk (Score:2) Saturday October 04, @08:50AM Datumguard will backup windows and linux servers by datumsoft (Score:1) Saturday October 04, @09:06AM Sounds familiar by ThreeGigs (Score:2) Saturday October 04, @09:15AM Mozy for backup by isoga (Score:1) Saturday October 04, @09:16AM What i do/have tried. by pjr.cc (Score:1) Saturday October 04, @09:24AM Datto Z series by Anonymous Coward (Score:1) Saturday October 04, @09:28AM The answer you don't want by slashdot_commentator (Score:2) Saturday October 04, @09:42AM
Re:The answer you don't want by cdrguru (Score:2) Saturday October 04, @02:26PM
Re:The answer you don't want by slashdot_commentator (Score:2) Sunday October 05, @09:07AM

Wuala (Score:3, Interesting)

by numLocked (801188) on Saturday October 04, @09:52AM (#25255885) Homepage Journal

I'm surprised no one has mentioned Wuala - www.wua.la - which is a distributed online storage system. You agree to store (encrypted) bits of others' files in exchange for the ability to do so on others' machines across the wuala network. It's free and pretty damn cool. They can explain it better than I can: http://wua.la/en/learn/why [wua.la]

by apankrat (314147) on Saturday October 04, @01:25PM (#25257073) Homepage

I watched their CTO's Google Talks presentation and it was really interesting. I got all excited, joined their beta only to realize that they - IMO - misused the technology they had and designed a rather mediocre product. Wuala wants to be a backup tool, a sharing tool, a social networking medium as well as few other things. In other words it lacks focus and wants to do everything - an approach that rarely works.

Re:Wuala by Juser (Score:1) Monday October 06, @10:07AM
wuala anyone?? by Guille le Bon (Score:1) Saturday October 04, @09:59AM advertising spam? by Uzik2 (Score:1) Saturday October 04, @10:08AM Something to keep an eye on by ElecCham (Score:2) Saturday October 04, @10:12AM wuala by Profane MuthaFucka (Score:1) Saturday October 04, @11:02AM anyone mention Unison yet? by AgileGuru (Score:1) Saturday October 04, @12:02PM Clarification from OP by RichiH (Score:1) Saturday October 04, @12:33PM
1 reply beneath your current threshold.
Tahoe by ajb44 (Score:1) Saturday October 04, @12:46PM Just me? by Hognoxious (Score:2) Saturday October 04, @01:11PM

carbonite (Score:3, Informative)

by keraneuology (760918) on Saturday October 04, @01:14PM (#25257015) Journal
I use carbonite. Small app, I can have multiple machines within the same account, unlimited data for something like $49/year. I got it for a work machine - and it has already been used to retrieve deleted files (very painless process), liked it so much that I got it for a couple of the family machines that I support. I set it up for them and the only instructions they have to remember is "don't save tax returns under c:\windows\system32, save them under My Documents".
crashplan.net by osssmkatz (Score:2) Saturday October 04, @01:53PM CrashPlan by milesw (Score:1) Saturday October 04, @02:08PM iSCSI by Zenzilla (Score:1) Saturday October 04, @03:19PM Crashplan for backups and recovery by Darkk (Score:1) Saturday October 04, @03:26PM
Re:Crashplan for backups and recovery by Anomalyst (Score:2) Saturday October 04, @06:48PM
Consider Manent by gsasha (Score:2) Saturday October 04, @03:46PM CrashPlan. by Jay L (Score:2) Saturday October 04, @05:53PM BackupPC by jimbo-nally (Score:1) Saturday October 04, @09:04PM Sounds like Dropbox to me. by fremean (Score:1) Saturday October 04, @10:23PM audiojunky by audiojunky (Score:1) Saturday October 04, @10:34PM Box.Net by Soham (Score:1) Saturday October 04, @10:46PM is there an open source project that does this... by RandySC (Score:1) Saturday October 04, @11:23PM Covered Extensively on Previous Thread by CranberryKing (Score:1) Sunday October 05, @02:59AM JungleDIsk + Amazon S3 by forq (Score:1) Sunday October 05, @06:53AM How about a P2P, mirrored, encrypted, virtual disk by rajid (Score:1) Sunday October 05, @04:01PM Tahoe by chamalulu (Score:1) Sunday October 05, @04:35PM Spider Oak by WhiteDragon (Score:2) Friday October 10, @03:21PM
by Firehed (942385) on Saturday October 04, @05:13AM (#25255013) Homepage

No Linux client, AFAIK (though I do run it on my MBP). It's become rather impractical for me as a photographer though, as sometimes I'll shoot enough photos that my internet connection would be completely maxed out for days on end trying to sync up the new data - and I have a decent-for-cable 1Mbps upload rate.

rsync to Amazon S3 might be an option, if only for cross-platform capabilities. No versioning though, but outside of Apple's Time Machine (obviously useless for Windows and Linux), you're not going to get that without some major headache. Any remote system is going to be horribly slow for the first sync with any typical internet connection, and quite possibly problematically slow for photographers, media horaders, and in general people with big hard drives.

Re:Mozy? Duplicity? by shadow349 (Score:2) Saturday October 04, @07:35AM
Re:Mozy? Duplicity? by TuaAmin13 (Score:1) Saturday October 04, @08:02AM
Re:Mozy? Duplicity? by Firehed (Score:2) Saturday October 04, @10:11AM
Re:Mozy? Duplicity? by mydn (Score:1) Saturday October 04, @03:42PM
Re:Mozy? Duplicity? by nachoboy (Score:2) Saturday October 04, @02:51PM
Re:Mozy? Duplicity? by isorox (Score:2) Saturday October 04, @09:08AM Re:Mozy? Duplicity? by Fweeky (Score:2) Saturday October 04, @10:39AM Rsync by ResidentSourcerer (Score:1) Sunday October 05, @11:09AM 1 reply beneath your current threshold.
Re:rysnc.net will work for you by Kz (Score:2) Saturday October 04, @03:12PM Re:SpiderOak is my solution by grikdog (Score:1) Sunday October 05, @01:29AM 21 replies beneath your current threshold.
home awards contribute story older articles sourceforge, inc. advertise about terms of service privacy faq rss


You are viewing a mobilized version of this site...
View original page here

How do you rate mobile version of this page?

Mobilized by Mowser Mowser