Forgot your password?
typodupeerror
Linux

Volume Shadow Copy For Linux? 300

An anonymous reader writes "I was asked to manage a number of Linux servers at work. I would like to use volume snapshots to improve my backup scripts and keep recent copies of data around for quick restore. I normally manage Windows servers and on those I would just use Microsoft's Volume Shadow Copy for this. I tried Linux LVM snapshots, but most of the servers I manage run regular partitions with ext3 file systems, so LVM snapshots will not work. I found some versioning file systems out there like ext3cow and Tux3. Those look interesting, but I need something I can use on my existing ext3 file systems. I also found the R1Soft Hot Copy command-line utility, but it does not yet support my older 2.4 Linux servers. What are you using to make snapshots on Linux?"

Submission + - Volume Shadow Copy for Linux? 1

An anonymous reader writes: I was asked to manage a number of Linux servers at work. I would like to use volume snapshots to improve my backup scripts and keep recent copies of data around for quick restore. I normally manage Windows servers and on those I would just use MS Volume Shadow Copy for this. I tried Linux LVM snapshots but most of the servers I manage run regular partitions with Ext3 file systems so LVM snapshots will not work. I found some versioning file systems out there like ext3cow and Tux3. Those look interesting but I need something I can use on my existing Ext3 file systems. I also found the R1Soft Hot Copy command line utility, but it does not yet support my older 2.4 Linux servers. What are you using to make snapshots on Linux?
Open Source

Submission + - MySQL Outpacing Oracle In Wake of Acquisition (infoworld.com)

snydeq writes: "Results from the 2010 Eclipse User Survey reveal interesting trends surrounding open source usage and opinions, writes InfoWorld's Savio Rodrigues. Linux usage among developers is on the rise, at the expense of Windows, an MySQL has pulled significantly ahead of Oracle by a factor of 3-to-2, as the database of choice among Eclipse developers. ''The data demonstrate that fears surrounding Oracle's control over MySQL have not resulted in lower use of MySQL in favor of an alternative open source database,' Rodrigues writes."
Social Networks

Submission + - Researchers create Social Engineering IRC Bot (irc-junkie.org)

An anonymous reader writes: Researchers of the Vienna University of Technology developed an IRC bot that acts as a "Man in the middle" between two unsuspecting users, modifies URLs passed between them and also is capable of steering the direction the conversation goes. Not only this works surprisingly well on IRC — 76,1% click rate at maximum — also 4 out of 10 persons clicked on links on Facebook Chat after complete strangers befriended them. This would have worked even better if the bot were to clone existing friends profiles and submitting friend requests from those, say researchers.
Encryption

Submission + - The Beginnings of Encrypted Computing on the Cloud (technologyreview.com)

eldavojohn writes: A method of computing from a 2009 paper allows computing data without ever decrypting it. With cloud computing on the rise, this may be the holy grail of keeping private data private on the cloud. It's called Fully Homomorphic Encryption and if you've got the computer science/mathematics chops you can read the PDF thesis here. After reworking it and simplifying it, researchers have moved it away from being true fully homomorphic encryption but it is now a little closer to being ready for cloud usage. The problem is that the more operations performed on your encrypted data, the more likely it has become 'dirty' or corrupted. To combat this, Gentry developed a way to periodically clean the data by making it self correcting. The article notes that although this isn't prepared for usage in reliable systems, it is a quick jump to implementation in just one year after the paper was published — earlier encryption papers would take as much as half a decade until they were implemented at all.

Slashdot Top Deals

"Most of us, when all is said and done, like what we like and make up reasons for it afterwards." -- Soren F. Petersen

Working...