<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Backing Up Open Files on Windows with Rsync (and BackupPC)</title>
	<atom:link href="http://www.goodjobsucking.com/?feed=rss2&#038;p=62" rel="self" type="application/rss+xml" />
	<link>http://www.goodjobsucking.com/?p=62</link>
	<description>Bits of my past and technical things that may prove useful later</description>
	<lastBuildDate>Mon, 23 Aug 2010 18:26:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: higuita</title>
		<link>http://www.goodjobsucking.com/?p=62&#038;cpage=2#comment-3844</link>
		<dc:creator>higuita</dc:creator>
		<pubDate>Mon, 16 Aug 2010 19:05:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.goodjobsucking.com/?p=62#comment-3844</guid>
		<description>I recently started to have problems with winexe and some windows machines, the winexe failed with:
winexe: relocation error: /lib32/libresolv.so.2: symbol strlen, version GLIBC_2.0 not defined in file libc.so.6 with link time reference

i was using the static build, version 0.8 IIRC, but the webpage is no more. luckily, the author moved to sourceforge and update the license to GPL3:
http://winexe.sourceforge.net
So i grabbed the source, version 0.91, compiled (tar zvxf winexe-*.tar.gz ; cd winexec ; cd source4; ./autogen.sh &amp;&amp; ./configure &amp;&amp; make ; sudo cp bin/winexe /etc/backuppc/bin ) and its now working fine again. i will update my package later, but my &quot;new&quot; package will be dynamic build against debian testing... might not work in other distros... but recompile is easy enough to do it yourself.

also, i will add the vshadow for windows64, as the 32bit one doesnt work... so now there are 3 vshadow: vshadow-xp, vshadow-32 and vshadow-64 and their use should be autodetected by the script</description>
		<content:encoded><![CDATA[<p>I recently started to have problems with winexe and some windows machines, the winexe failed with:<br />
winexe: relocation error: /lib32/libresolv.so.2: symbol strlen, version GLIBC_2.0 not defined in file libc.so.6 with link time reference</p>
<p>i was using the static build, version 0.8 IIRC, but the webpage is no more. luckily, the author moved to sourceforge and update the license to GPL3:<br />
<a href="http://winexe.sourceforge.net" rel="nofollow">http://winexe.sourceforge.net</a><br />
So i grabbed the source, version 0.91, compiled (tar zvxf winexe-*.tar.gz ; cd winexec ; cd source4; ./autogen.sh &amp;&amp; ./configure &amp;&amp; make ; sudo cp bin/winexe /etc/backuppc/bin ) and its now working fine again. i will update my package later, but my &#8220;new&#8221; package will be dynamic build against debian testing&#8230; might not work in other distros&#8230; but recompile is easy enough to do it yourself.</p>
<p>also, i will add the vshadow for windows64, as the 32bit one doesnt work&#8230; so now there are 3 vshadow: vshadow-xp, vshadow-32 and vshadow-64 and their use should be autodetected by the script</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: falko</title>
		<link>http://www.goodjobsucking.com/?p=62&#038;cpage=2#comment-3841</link>
		<dc:creator>falko</dc:creator>
		<pubDate>Mon, 09 Aug 2010 08:08:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.goodjobsucking.com/?p=62#comment-3841</guid>
		<description>Ok, I&#039;ve got it. It seems as easy as:

In backuppc.cmd
vshadow -script=vss-setvar.cmd -exec=vsrsync.cmd c: d:

In vsrrsync.cmd:
...
dosdev A: %SHADOW_DEVICE_1%
dosdev B: %SHADOW_DEVICE_2%
...
dosdev -r -d A:
dosdev -r -d B:

In rsyncd.conf:
[system]
path = /cygdrive/A/
...

[users]
path = /cygdrive/B/
...

$Conf{RsyncShareName} = [
  &#039;system&#039;,
  &#039;users&#039;
];</description>
		<content:encoded><![CDATA[<p>Ok, I&#8217;ve got it. It seems as easy as:</p>
<p>In backuppc.cmd<br />
vshadow -script=vss-setvar.cmd -exec=vsrsync.cmd c: d:</p>
<p>In vsrrsync.cmd:<br />
&#8230;<br />
dosdev A: %SHADOW_DEVICE_1%<br />
dosdev B: %SHADOW_DEVICE_2%<br />
&#8230;<br />
dosdev -r -d A:<br />
dosdev -r -d B:</p>
<p>In rsyncd.conf:<br />
[system]<br />
path = /cygdrive/A/<br />
&#8230;</p>
<p>[users]<br />
path = /cygdrive/B/<br />
&#8230;</p>
<p>$Conf{RsyncShareName} = [<br />
  'system',<br />
  'users'<br />
];</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: falko</title>
		<link>http://www.goodjobsucking.com/?p=62&#038;cpage=2#comment-3840</link>
		<dc:creator>falko</dc:creator>
		<pubDate>Fri, 06 Aug 2010 09:16:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.goodjobsucking.com/?p=62#comment-3840</guid>
		<description>Thank you very much for the detailed explanations and downloads, works great.

My question: what can I do if not only C:, but rather C: and D: partitions should be backed up? We have our &quot;users&quot; folder at D: partition ...

Thanx in advance</description>
		<content:encoded><![CDATA[<p>Thank you very much for the detailed explanations and downloads, works great.</p>
<p>My question: what can I do if not only C:, but rather C: and D: partitions should be backed up? We have our &#8220;users&#8221; folder at D: partition &#8230;</p>
<p>Thanx in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: higuita</title>
		<link>http://www.goodjobsucking.com/?p=62&#038;cpage=2#comment-3794</link>
		<dc:creator>higuita</dc:creator>
		<pubDate>Mon, 21 Jun 2010 11:20:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.goodjobsucking.com/?p=62#comment-3794</guid>
		<description>egrimisu:

that mean that rsync didnt start or that you cant connect to the machine... for the later, its the firewall, for the first its probably a problem with the VSS service on the windows machine.

try to run the scripts in the command line, specially the c:\admin\backuppc\pre-exec.cmd and check the windows event viewer.

sadly, VSS is hard to debug, for about 100 windows machine, i have right now 3 with VSS problems that i&#039;m still trying to fix.
this url is useful for most problems: 

http://www.gfi.com/blog/vss-troubleshooting/

if the VSS still doesn&#039;t work, you can try to enable the debug

http://support.microsoft.com/default.aspx?scid=kb;EN-US;887013

and/or contact MS or reinstall.

good luck</description>
		<content:encoded><![CDATA[<p>egrimisu:</p>
<p>that mean that rsync didnt start or that you cant connect to the machine&#8230; for the later, its the firewall, for the first its probably a problem with the VSS service on the windows machine.</p>
<p>try to run the scripts in the command line, specially the c:\admin\backuppc\pre-exec.cmd and check the windows event viewer.</p>
<p>sadly, VSS is hard to debug, for about 100 windows machine, i have right now 3 with VSS problems that i&#8217;m still trying to fix.<br />
this url is useful for most problems: </p>
<p><a href="http://www.gfi.com/blog/vss-troubleshooting/" rel="nofollow">http://www.gfi.com/blog/vss-troubleshooting/</a></p>
<p>if the VSS still doesn&#8217;t work, you can try to enable the debug</p>
<p><a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;887013" rel="nofollow">http://support.microsoft.com/default.aspx?scid=kb;EN-US;887013</a></p>
<p>and/or contact MS or reinstall.</p>
<p>good luck</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: queued</title>
		<link>http://www.goodjobsucking.com/?p=62&#038;cpage=2#comment-3786</link>
		<dc:creator>queued</dc:creator>
		<pubDate>Thu, 27 May 2010 13:43:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.goodjobsucking.com/?p=62#comment-3786</guid>
		<description>You need to open your firewall -- in short, &quot;rsync&quot; needs to be added to programs allowed to make connections through the firewall.</description>
		<content:encoded><![CDATA[<p>You need to open your firewall &#8212; in short, &#8220;rsync&#8221; needs to be added to programs allowed to make connections through the firewall.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: egrimisu</title>
		<link>http://www.goodjobsucking.com/?p=62&#038;cpage=2#comment-3785</link>
		<dc:creator>egrimisu</dc:creator>
		<pubDate>Thu, 27 May 2010 07:26:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.goodjobsucking.com/?p=62#comment-3785</guid>
		<description>Hi higuita, i folowed you install note from the archive file http://caravela.homelinux.net/~higuita/backuppc/backuppc-rsyncd+vss-windows.tar.gz, i have changed the usernames password and domain names, i made sure that no firewall is blocking the backuppc server, i used domain admin user in preusercmd.sh and postusercmd.sh to make sure it can acces all pc-s in the domain, used cp1252 charset, the commands in backuppc webgui for post and pre look like /etc/backuppc/bin/post(an pre)usercmd.sh $host but i got the folowing message form backuppc 2010-05-27 09:46:33 Backup aborted (inet connect: Connection refused). I believe this message is returned when the connection between backuppc and the clinet pc is not made via rsync. What have i done wrong?

i&#039;ll paste the setting files:

PREUSERCMD.SH
#!/bin/bash
#set -x
WINEXE=/etc/backuppc/bin/winexe
UNAME=&quot;baltagul&quot;
PWD=&quot;miorita&quot;
WRKGRP=&quot;DDOO&quot;
BOX=$1
$WINEXE --interactive=0 -U $UNAME -W $WRKGRP --password=$PWD //$BOX &#039;cmd /c c:\admin\backuppc\pre-exec.cmd&#039;  

#if winexe uses too much CPU, try to background it and kill it later
#$WINEXE --interactive=0 -U $UNAME -W $WRKGRP --password=$PWD //$BOX &#039;cmd /c c:\admin\backuppc\pre-exec.cmd&#039;  &amp;
#WINEXEPID=&quot;$pids $!&quot;
#sleep 
#kill $WINEXEPID

echo &quot;Rsync and shadow copy loaded&quot;
kill $$
# The script needs to be killed, otherwise, winexe waits for input


POSTUSERCMD.SH
#!/bin/bash
#set -x
WINEXE=/etc/backuppc/bin/winexe
UNAME=&quot;baltagul&quot;
PWD=&quot;miorita&quot;
WRKGRP=&quot;DDOO&quot;
BOX=$1
$WINEXE --interactive=0 -U $UNAME -W $WRKGRP --password=$PWD //$BOX &#039;cmd /c c:\admin\backuppc\pre-exec.cmd&#039;  
#if winexe uses too much CPU, try to background it and kill it later
#$WINEXE --interactive=0 -U $UNAME -W $WRKGRP --password=$PWD //$BOX &#039;cmd /c c:\admin\backuppc\pre-exec.cmd&#039;  &amp;
#WINEXEPID=&quot;$pids $!&quot;
#sleep 
#kill $WINEXEPID
echo &quot;Rsync and shadow copy loaded&quot;
kill $$
# The script needs to be killed, otherwise, winexe waits for input


rsyncd.secrets
backupp:miorita</description>
		<content:encoded><![CDATA[<p>Hi higuita, i folowed you install note from the archive file <a href="http://caravela.homelinux.net/~higuita/backuppc/backuppc-rsyncd+vss-windows.tar.gz" rel="nofollow">http://caravela.homelinux.net/~higuita/backuppc/backuppc-rsyncd+vss-windows.tar.gz</a>, i have changed the usernames password and domain names, i made sure that no firewall is blocking the backuppc server, i used domain admin user in preusercmd.sh and postusercmd.sh to make sure it can acces all pc-s in the domain, used cp1252 charset, the commands in backuppc webgui for post and pre look like /etc/backuppc/bin/post(an pre)usercmd.sh $host but i got the folowing message form backuppc 2010-05-27 09:46:33 Backup aborted (inet connect: Connection refused). I believe this message is returned when the connection between backuppc and the clinet pc is not made via rsync. What have i done wrong?</p>
<p>i&#8217;ll paste the setting files:</p>
<p>PREUSERCMD.SH<br />
#!/bin/bash<br />
#set -x<br />
WINEXE=/etc/backuppc/bin/winexe<br />
UNAME=&#8221;baltagul&#8221;<br />
PWD=&#8221;miorita&#8221;<br />
WRKGRP=&#8221;DDOO&#8221;<br />
BOX=$1<br />
$WINEXE &#8211;interactive=0 -U $UNAME -W $WRKGRP &#8211;password=$PWD //$BOX &#8216;cmd /c c:\admin\backuppc\pre-exec.cmd&#8217;  </p>
<p>#if winexe uses too much CPU, try to background it and kill it later<br />
#$WINEXE &#8211;interactive=0 -U $UNAME -W $WRKGRP &#8211;password=$PWD //$BOX &#8216;cmd /c c:\admin\backuppc\pre-exec.cmd&#8217;  &amp;<br />
#WINEXEPID=&#8221;$pids $!&#8221;<br />
#sleep<br />
#kill $WINEXEPID</p>
<p>echo &#8220;Rsync and shadow copy loaded&#8221;<br />
kill $$<br />
# The script needs to be killed, otherwise, winexe waits for input</p>
<p>POSTUSERCMD.SH<br />
#!/bin/bash<br />
#set -x<br />
WINEXE=/etc/backuppc/bin/winexe<br />
UNAME=&#8221;baltagul&#8221;<br />
PWD=&#8221;miorita&#8221;<br />
WRKGRP=&#8221;DDOO&#8221;<br />
BOX=$1<br />
$WINEXE &#8211;interactive=0 -U $UNAME -W $WRKGRP &#8211;password=$PWD //$BOX &#8216;cmd /c c:\admin\backuppc\pre-exec.cmd&#8217;<br />
#if winexe uses too much CPU, try to background it and kill it later<br />
#$WINEXE &#8211;interactive=0 -U $UNAME -W $WRKGRP &#8211;password=$PWD //$BOX &#8216;cmd /c c:\admin\backuppc\pre-exec.cmd&#8217;  &amp;<br />
#WINEXEPID=&#8221;$pids $!&#8221;<br />
#sleep<br />
#kill $WINEXEPID<br />
echo &#8220;Rsync and shadow copy loaded&#8221;<br />
kill $$<br />
# The script needs to be killed, otherwise, winexe waits for input</p>
<p>rsyncd.secrets<br />
backupp:miorita</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: higuita</title>
		<link>http://www.goodjobsucking.com/?p=62&#038;cpage=2#comment-3777</link>
		<dc:creator>higuita</dc:creator>
		<pubDate>Tue, 04 May 2010 16:41:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.goodjobsucking.com/?p=62#comment-3777</guid>
		<description>Hi, i just implemented this and its working fine... but i had some pitfalls and blank spaces that made this a littler harder, so this update might be useful for others:

1-the backuppc host config file... this are mostly the needed things. Of course, tune the log level after testing

# cat /etc/backuppc/test.pl
$Conf{XferMethod} = &#039;rsyncd&#039;;
$Conf{ClientCharset} = &#039;cp1252&#039;;
$Conf{RsyncShareName} = [
  &#039;users&#039;
];
$Conf{DumpPostUserCmd} = &#039;/etc/backuppc/bin/postusercmd.sh $host&#039;;
$Conf{DumpPreUserCmd} = &#039;/etc/backuppc/bin/preusercmd.sh $host&#039;;
$Conf{XferLogLevel} = &#039;3&#039;;
$Conf{RsyncdPasswd} = &#039;rsync-pass&#039;;
$Conf{RsyncdUserName} = &#039;backuppc&#039;;

2- after some search, i found a small zip with all this files, that helps alot... it is in here:

http://www.backupcentral.com/phpBB2/two-way-mirrors-of-external-mailing-lists-3/backuppc-21/backuppc-file-rsyncp-issues-100060/index-30.html

sadly the included vshadow is old, XP only and doesnt work in vista and windows7, so it needs the latest version (might not work in XP, but use the older one for that).
But to this this latest version i had to download 1.3GB of a MS dev ISO to get that damn file (about 221KB)... luckily cabextract manage to get the file without having to install that huge SDK just to get the vshadow.exe

i updated the zip file, add a some new files (see below) and uploaded to here:
http://caravela.homelinux.net/~higuita/backuppc/backuppc-rsyncd+vss-windows.tar.gz

ps: dont forget to change the usernames, password and domains

4-a example rsyncd.secret, useful for people that dont know rsync, its just a &quot;username:password&quot; plain file, one user in each line

5-a rsyncd.conf example... please note that the backuppc do the backup to the rsyncd repository name, it doesnt accept any other path (ie: rsyncd defines the [home], backuppc makes the backup to &quot;home&quot;, &quot;/home/user1/Documents&quot; isnt valid, create a repository directly to that path if you need it)

use chroot = false
strict modes = false
pid file = rsyncd.pid
UID = 0
GID = 0

[home]
path = /cygdrive/B/Users/
auth users = backuppc
secrets file = rsyncd.secrets
# if you want to exclude files on the windows site, use this... useful for global temporary dirs, windows junction points, etc
# no example here, because i dont use it yet, testing the exclude on the backuppc side
#exclude from = /cygdrive/c/admin/backuppc/exclude_user.txt


6-A small install script for the backuppc machine, to install the client in windows:

#
#set -x
host=$1

if [ ! -z $host ] ; then
	cd /root/windows
	nano BackupPC/rsyncd.conf
	smbclient //$host/c$ -U backup-admin%passdword -W domain &lt;&lt;EOF
mkdir admin
cd admin 
mkdir backuppc
cd backuppc 
prompt 
lcd BackupPC 
mput * 
dir 
exit
EOF

else
	echo install-pc.sh [hostname]
	echo install on c:\\admin\\backuppc
fi

7-for the winexe to work, you need a admin user, the firewall disables (or at least open for the backuppc server) and domain policy/local policy allowing the remote access for that user... and for my install script, the c$ share enabled

8-if you use my tar.gz package, please check the scripts and scan the binaries for virus... you shouldn&#039;t trust me when those scripts will have access to windows admin accounts

good luck
higuita</description>
		<content:encoded><![CDATA[<p>Hi, i just implemented this and its working fine&#8230; but i had some pitfalls and blank spaces that made this a littler harder, so this update might be useful for others:</p>
<p>1-the backuppc host config file&#8230; this are mostly the needed things. Of course, tune the log level after testing</p>
<p># cat /etc/backuppc/test.pl<br />
$Conf{XferMethod} = &#8216;rsyncd&#8217;;<br />
$Conf{ClientCharset} = &#8216;cp1252&#8242;;<br />
$Conf{RsyncShareName} = [<br />
  'users'<br />
];<br />
$Conf{DumpPostUserCmd} = &#8216;/etc/backuppc/bin/postusercmd.sh $host&#8217;;<br />
$Conf{DumpPreUserCmd} = &#8216;/etc/backuppc/bin/preusercmd.sh $host&#8217;;<br />
$Conf{XferLogLevel} = &#8217;3&#8242;;<br />
$Conf{RsyncdPasswd} = &#8216;rsync-pass&#8217;;<br />
$Conf{RsyncdUserName} = &#8216;backuppc&#8217;;</p>
<p>2- after some search, i found a small zip with all this files, that helps alot&#8230; it is in here:</p>
<p><a href="http://www.backupcentral.com/phpBB2/two-way-mirrors-of-external-mailing-lists-3/backuppc-21/backuppc-file-rsyncp-issues-100060/index-30.html" rel="nofollow">http://www.backupcentral.com/phpBB2/two-way-mirrors-of-external-mailing-lists-3/backuppc-21/backuppc-file-rsyncp-issues-100060/index-30.html</a></p>
<p>sadly the included vshadow is old, XP only and doesnt work in vista and windows7, so it needs the latest version (might not work in XP, but use the older one for that).<br />
But to this this latest version i had to download 1.3GB of a MS dev ISO to get that damn file (about 221KB)&#8230; luckily cabextract manage to get the file without having to install that huge SDK just to get the vshadow.exe</p>
<p>i updated the zip file, add a some new files (see below) and uploaded to here:<br />
<a href="http://caravela.homelinux.net/~higuita/backuppc/backuppc-rsyncd+vss-windows.tar.gz" rel="nofollow">http://caravela.homelinux.net/~higuita/backuppc/backuppc-rsyncd+vss-windows.tar.gz</a></p>
<p>ps: dont forget to change the usernames, password and domains</p>
<p>4-a example rsyncd.secret, useful for people that dont know rsync, its just a &#8220;username:password&#8221; plain file, one user in each line</p>
<p>5-a rsyncd.conf example&#8230; please note that the backuppc do the backup to the rsyncd repository name, it doesnt accept any other path (ie: rsyncd defines the [home], backuppc makes the backup to &#8220;home&#8221;, &#8220;/home/user1/Documents&#8221; isnt valid, create a repository directly to that path if you need it)</p>
<p>use chroot = false<br />
strict modes = false<br />
pid file = rsyncd.pid<br />
UID = 0<br />
GID = 0</p>
<p>[home]<br />
path = /cygdrive/B/Users/<br />
auth users = backuppc<br />
secrets file = rsyncd.secrets<br />
# if you want to exclude files on the windows site, use this&#8230; useful for global temporary dirs, windows junction points, etc<br />
# no example here, because i dont use it yet, testing the exclude on the backuppc side<br />
#exclude from = /cygdrive/c/admin/backuppc/exclude_user.txt</p>
<p>6-A small install script for the backuppc machine, to install the client in windows:</p>
<p>#<br />
#set -x<br />
host=$1</p>
<p>if [ ! -z $host ] ; then<br />
	cd /root/windows<br />
	nano BackupPC/rsyncd.conf<br />
	smbclient //$host/c$ -U backup-admin%passdword -W domain &lt;&lt;EOF<br />
mkdir admin<br />
cd admin<br />
mkdir backuppc<br />
cd backuppc<br />
prompt<br />
lcd BackupPC<br />
mput *<br />
dir<br />
exit<br />
EOF</p>
<p>else<br />
	echo install-pc.sh [hostname]<br />
	echo install on c:\\admin\\backuppc<br />
fi</p>
<p>7-for the winexe to work, you need a admin user, the firewall disables (or at least open for the backuppc server) and domain policy/local policy allowing the remote access for that user&#8230; and for my install script, the c$ share enabled</p>
<p>8-if you use my tar.gz package, please check the scripts and scan the binaries for virus&#8230; you shouldn&#039;t trust me when those scripts will have access to windows admin accounts</p>
<p>good luck<br />
higuita</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Restoring Windows XP with BackupPC &#124; Good Job Sucking</title>
		<link>http://www.goodjobsucking.com/?p=62&#038;cpage=2#comment-3654</link>
		<dc:creator>Restoring Windows XP with BackupPC &#124; Good Job Sucking</dc:creator>
		<pubDate>Sat, 06 Mar 2010 05:59:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.goodjobsucking.com/?p=62#comment-3654</guid>
		<description>[...] been backed up via BackupPC (assuming, of course, that some method, such as that documented here, has been used to back up open files, such as the [...]</description>
		<content:encoded><![CDATA[<p>[...] been backed up via BackupPC (assuming, of course, that some method, such as that documented here, has been used to back up open files, such as the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: [筆記] 利用robocopy , vshadow,dosdev 來達成備份windows open file backup的目標 &#171; 飄狂山莊</title>
		<link>http://www.goodjobsucking.com/?p=62&#038;cpage=2#comment-3590</link>
		<dc:creator>[筆記] 利用robocopy , vshadow,dosdev 來達成備份windows open file backup的目標 &#171; 飄狂山莊</dc:creator>
		<pubDate>Fri, 05 Feb 2010 02:00:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.goodjobsucking.com/?p=62#comment-3590</guid>
		<description>[...] Backing Up Open Files on Windows with Rsync (and BackupPC) [...]</description>
		<content:encoded><![CDATA[<p>[...] Backing Up Open Files on Windows with Rsync (and BackupPC) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 飄狂山莊 &#124; [筆記] 利用robocopy , vshadow,dosdev 來達成備份windows open file backup的目標</title>
		<link>http://www.goodjobsucking.com/?p=62&#038;cpage=2#comment-3587</link>
		<dc:creator>飄狂山莊 &#124; [筆記] 利用robocopy , vshadow,dosdev 來達成備份windows open file backup的目標</dc:creator>
		<pubDate>Thu, 04 Feb 2010 06:28:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.goodjobsucking.com/?p=62#comment-3587</guid>
		<description>[...] Backing Up Open Files on Windows with Rsync (and BackupPC) [...]</description>
		<content:encoded><![CDATA[<p>[...] Backing Up Open Files on Windows with Rsync (and BackupPC) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
