<?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: Files not copied when backup directory is on smbfs</title>
	<atom:link href="http://backintime.le-web.org/2009/05/10/files-not-copied-when-backup-directory-is-on-smbfs/feed/" rel="self" type="application/rss+xml" />
	<link>http://backintime.le-web.org/2009/05/10/files-not-copied-when-backup-directory-is-on-smbfs/</link>
	<description>a simple backup system for Linux</description>
	<lastBuildDate>Tue, 03 May 2011 07:08:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Benki</title>
		<link>http://backintime.le-web.org/2009/05/10/files-not-copied-when-backup-directory-is-on-smbfs/comment-page-1/#comment-197</link>
		<dc:creator>Benki</dc:creator>
		<pubDate>Tue, 03 May 2011 07:08:15 +0000</pubDate>
		<guid isPermaLink="false">http://backintime.le-web.org/?p=148#comment-197</guid>
		<description>Teambobs&#039; solution works fine for me! You saved my day! Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Teambobs&#8217; solution works fine for me! You saved my day! Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paulatz</title>
		<link>http://backintime.le-web.org/2009/05/10/files-not-copied-when-backup-directory-is-on-smbfs/comment-page-1/#comment-190</link>
		<dc:creator>paulatz</dc:creator>
		<pubDate>Sat, 27 Nov 2010 12:25:26 +0000</pubDate>
		<guid isPermaLink="false">http://backintime.le-web.org/?p=148#comment-190</guid>
		<description>Sorry for the double post, but I have to add one more little issue: times on some filesystems (namely vfat, maybe ntfs) are rounded up to the neares even second (0,2,4,6,..,60). Thus, it is necessary to add the --modify-window=X option to rsync command line wit ha value of X of at least 2 (but I use 10 for good measure) to avoid copying the same data ovre and over.

Merci beaucoup! backintime, c&#039;est bien le meilleur soft pour backup sur linux et le seul avec une interface pour kde4.</description>
		<content:encoded><![CDATA[<p>Sorry for the double post, but I have to add one more little issue: times on some filesystems (namely vfat, maybe ntfs) are rounded up to the neares even second (0,2,4,6,..,60). Thus, it is necessary to add the &#8211;modify-window=X option to rsync command line wit ha value of X of at least 2 (but I use 10 for good measure) to avoid copying the same data ovre and over.</p>
<p>Merci beaucoup! backintime, c&#8217;est bien le meilleur soft pour backup sur linux et le seul avec une interface pour kde4.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paulatz</title>
		<link>http://backintime.le-web.org/2009/05/10/files-not-copied-when-backup-directory-is-on-smbfs/comment-page-1/#comment-189</link>
		<dc:creator>paulatz</dc:creator>
		<pubDate>Sat, 27 Nov 2010 01:00:14 +0000</pubDate>
		<guid isPermaLink="false">http://backintime.le-web.org/?p=148#comment-189</guid>
		<description>It took me quite some time to work out the origin of this issue. In my case it was happening with a samba share mounted from a wd MyBook World hard disk.

It is caused by a bug in the samba/cifs server of the disks that causes rsync to fail to set the correct time of files. A symptom is that you can still change the times with the &quot;touch -d &quot; command.

The solution I found here http://community.wdc.com/t5/My-Book-World-Edition/CIFS-problem/td-p/15421 worked for me: add the nodfs to the mount options of the samba share.

After that backintime works correctly: no errors are issued and backups are incremental.</description>
		<content:encoded><![CDATA[<p>It took me quite some time to work out the origin of this issue. In my case it was happening with a samba share mounted from a wd MyBook World hard disk.</p>
<p>It is caused by a bug in the samba/cifs server of the disks that causes rsync to fail to set the correct time of files. A symptom is that you can still change the times with the &#8220;touch -d &#8221; command.</p>
<p>The solution I found here <a href="http://community.wdc.com/t5/My-Book-World-Edition/CIFS-problem/td-p/15421" rel="nofollow">http://community.wdc.com/t5/My-Book-World-Edition/CIFS-problem/td-p/15421</a> worked for me: add the nodfs to the mount options of the samba share.</p>
<p>After that backintime works correctly: no errors are issued and backups are incremental.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Teambob</title>
		<link>http://backintime.le-web.org/2009/05/10/files-not-copied-when-backup-directory-is-on-smbfs/comment-page-1/#comment-187</link>
		<dc:creator>Teambob</dc:creator>
		<pubDate>Mon, 15 Nov 2010 18:42:18 +0000</pubDate>
		<guid isPermaLink="false">http://backintime.le-web.org/?p=148#comment-187</guid>
		<description>I got backintime version 0.9.26 to work with a Windows server by changing a line in the /usr/share/backintime/common/snapshots.py file.
FROM:
rsync_prefix = &#039;rsync -aEAX &#039;
TO:
rsync_prefix = &#039;rsync -rt &#039;</description>
		<content:encoded><![CDATA[<p>I got backintime version 0.9.26 to work with a Windows server by changing a line in the /usr/share/backintime/common/snapshots.py file.<br />
FROM:<br />
rsync_prefix = &#8216;rsync -aEAX &#8216;<br />
TO:<br />
rsync_prefix = &#8216;rsync -rt &#8216;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mtb-cliff</title>
		<link>http://backintime.le-web.org/2009/05/10/files-not-copied-when-backup-directory-is-on-smbfs/comment-page-1/#comment-184</link>
		<dc:creator>mtb-cliff</dc:creator>
		<pubDate>Tue, 04 May 2010 01:54:02 +0000</pubDate>
		<guid isPermaLink="false">http://backintime.le-web.org/?p=148#comment-184</guid>
		<description>I am running Back in Time 0.9.26 (Karmic) and I still have this issue. It is/was driving me crazy as to why the folders were getting created, but none of the files. Is this the same issue? I am backing up to an Ext2 NAS that is shared with Samba. As it is a NAS, it has several users on it and I really would like to keep the permissions in place.

Thanks, Cliff.</description>
		<content:encoded><![CDATA[<p>I am running Back in Time 0.9.26 (Karmic) and I still have this issue. It is/was driving me crazy as to why the folders were getting created, but none of the files. Is this the same issue? I am backing up to an Ext2 NAS that is shared with Samba. As it is a NAS, it has several users on it and I really would like to keep the permissions in place.</p>
<p>Thanks, Cliff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JW_00000</title>
		<link>http://backintime.le-web.org/2009/05/10/files-not-copied-when-backup-directory-is-on-smbfs/comment-page-1/#comment-179</link>
		<dc:creator>JW_00000</dc:creator>
		<pubDate>Mon, 07 Sep 2009 18:06:04 +0000</pubDate>
		<guid isPermaLink="false">http://backintime.le-web.org/?p=148#comment-179</guid>
		<description>I had the same problem when my snapshot folder was owned by root. (I don&#039;t know whether the fact that this was on a USB disk has anything to do with it.) I had to recreate the folder with me as owner and now everything works correctly.</description>
		<content:encoded><![CDATA[<p>I had the same problem when my snapshot folder was owned by root. (I don&#8217;t know whether the fact that this was on a USB disk has anything to do with it.) I had to recreate the folder with me as owner and now everything works correctly.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

