Displaying 6 results from an estimated 6 matches for "vshadow".
Did you mean:
shadow
2006 Sep 14
0
rsyncing from Windows 2003 shadow copies.
...her that lets you rsync from a Windows
2003 shadow copy without having to copy files out of it first.
You can link the shadow copy to either a drive letter or to a folder.
You then rsync from there. The shadow copy is then deleted when the
script finishes.
Hopefully this helps someone.
you need vshadow.exe which is part of the VSS SDK which is a free
download from MS.
http://www.microsoft.com/downloads/details.aspx?FamilyID=0B4F56E4-0CCC-4
626-826A-ED2C4C95C871&displaylang=en
I'm sure this can be improved on. I welcome any feedback.
SHADOWRSYNC.CMD
setlocal
@REM test if we are...
2008 Oct 06
1
Backup Microsoft Exchange
I am looking for a way to backup Microsoft Exchange servers offsite. I
am OK offering something like Backup Exec and doing a d2d then
subsequently rsyncing those backup files but it doesn't seem to sync
those files efficiently. Has anybody found a good solution for
something like this?
_________________________
Stephen Zemlicka
Service Manager
Computer Heroes
132 West 6th Street
2006 May 15
4
access of windows shadow copy by rsync?
Hello
Im trying to access shadow copies under windows XP by rsync.
Shadow copies may be accessed as a device with the following syntax:
\\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy1
I try it with rsync but the log always states:
rsync: link_stat
"/cygdrive/\//GLOBALROOT/Device/HarddiskVolumeShadowCopy1/ada"
failed: No such file or directory (2)
rsync error: some files could not be
2009 Jun 03
1
rsync 3.0.x with Windows VSS-support
Hi Folks,
Recently I took the patch Elias Penttil? wrote and 'forward-ported' it to rsync 3.
For people who don't know what it does, it implements backup of open files on Windows with rsync.
Because I think rsync 3 is more efficient and more current in comparison to rsync 2.
I made a small readme-page with information about what I've done so far and the
2006 Dec 25
2
no such file or directory - but hey, the files are there!
...backup/acls-c.bat.txt
backup/acls-e.bat.txt
backup/acls-f.bat.txt
backup/acls-g.bat.txt
backup/run-backup.bat
backup/fileacl/
backup/fileacl/fileacl.exe
backup/fileacl/run-fileacl.bat
backup/shadow/
backup/shadow/CreateShadow.cmd
backup/shadow/RMTSHARE.EXE
backup/shadow/makeshadow.cmd
backup/shadow/vshadow.exe
2. But I don't need to copy the whole "/share/backup", all I really want
to transfer is "/share/backup/fileacl" - we change the rsync command
line accordingly:
$ rsync --partial --dry-run -a -v --progress
rsync://1wrckUrpGaMn@192.168.100.71/uDrive/backup/fileacl /...
2007 Nov 12
2
DO NOT REPLY [Bug 5078] New: Unable to use Win32 device paths with --files-from
...Version: 2.6.9
Platform: x86
OS/Version: Windows XP
Status: NEW
Severity: major
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: greg@bolshaw.me.uk
QAContact: rsync-qa@samba.org
I am using vshadow.exe to create a volume shadow copy of c: which is made
available at //?/GLOBALROOT/Device/HarddiskVolumeShadowCopy1. I can then run
the following rsync command succesfully:
rsync -ae ssh //?/GLOBALROOT/Device/HarddiskVolumeShadowCopy1/SomeFolder/
user@remote.server:Backup
Next, I try to implement...