Stephen Joyce wrote:
> Is anyone doing windows backups (including open files) using the volume 
> shadow copy service?
> 
> It seems that it shouldn't be too hard to even do bare-metal restores by 
> combining VSS with fileacl or setacl to record & restore NTFS ACLs on 
> files and dirs.
> 
> Does anyone have a recipe for doing this, before I re-invent the wheel?

I use it, and it works quite fine.

First, I start fileacl for all drives, i.e.:

F:\backup\fileacl\fileacl.exe C: /sub /advanced /owner/batch > 
F:\backup\acls-c.bat.txt

When it's finished, I make a shadow copy of all drives.

The only problem is, that you're still not able to backup files which 
have permissions which deny you to read such files (in Windows, an 
ordinary user can set the permissions in a way, so that even an 
Administrator can't open it without changing the permissions first).

But that's a general problem with Windows IMO.

-- 
Tomasz Chmielewski
http://wpkg.org

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to