Messages - CWuestefeld [ switch to compact view ]

Pages: prev1 ... 191 192 193 194 195 [196] 197 198next
976
General Software Discussion / Re: needed: tool to sync two HDs/folders
« on: February 13, 2007, 08:29 AM »
Sounds like you don't need bi-directional syncing, but handling locked files is critical.

I know just the (free) program for you: HoboCopy http://www.pluralsight.com/wiki/default.aspx/Craig/HoboCopy.html

What is HoboCopy?

HoboCopy is a backup/copy tool. It is inspired by robocopy in both name and in functionality. It differs greatly from robocopy, however, in two respects:

   1. It is not as full-featured as robocopy.
   2. It uses the Volume Shadow Service (VSS) to "snapshot" the disk before copying. It then copies from the snapshot rather than the "live" disk.

...

Why Does HoboCopy Use the Volume Shadow Service?

Because HoboCopy copies from a VSS snapshot, it is able copy even files that are locked by some other program. Further, certain programs (such as SQL Server 2005) are VSS-aware, and will write their state to disk in a consistent state before the snapshot is taken, allowing a sort of "live backup". Files locked by VSS-unaware programs will still be copied in a "crash consistent" state (i.e. whatever happens to be on the disk). This is generally a lot better than not being able to copy the file at all.

977
Living Room / Re: Poll : What is the most useless key on the keyboard
« on: February 12, 2007, 10:42 AM »
I have a coworker who actually physically removes his CapsLock key.

For me, I'd kill SysRq if it weren't attached to PrintScreen. Its story is just too sad, at least as I heard it. At a hardware level, this key is what should carry the ctl-alt-del function of Windows: it's interrupt isn't maskable even when some rogue process has run away with your CPU. But MS dropped the ball on this decades ago.


979
Living Room / truecrypt thread orphan
« on: February 05, 2007, 11:50 AM »
whoooooops!
Whooooops is right! I've never seen this thread before; how did my reply get posted into it?

980
Living Room / truecrypt thread orphan
« on: February 05, 2007, 11:41 AM »
Earlier it was asserted that NTFS encryption can be decrypted on a different system if one just moves some registry keys. This might be true for XP in a standalone or workgroup configuration, but it is decidedly not true if you're in a domain.

If you attach the drive to a different domain, or if you lose the domain controller, you will NOT be able to decrypt the data. And since the idea here is to keep a backup secure, one must assume that the reason for restoring the backup might be that the domain was destroyed.

So, I second the recommendation of TrueCrypt.

Pages: prev1 ... 191 192 193 194 195 [196] 197 198next
Go to full version