<?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: snapper</title>
	<atom:link href="http://news.opensuse.org/2011/11/16/opensuse-12-1-all-green/snapper/feed/" rel="self" type="application/rss+xml" />
	<link>http://news.opensuse.org/2011/11/16/opensuse-12-1-all-green/snapper/</link>
	<description>The latest news from the openSUSE project</description>
	<lastBuildDate>Sat, 25 May 2013 20:00:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Anonymous</title>
		<link>http://news.opensuse.org/2011/11/16/opensuse-12-1-all-green/snapper/comment-page-1/#comment-76364</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 31 Dec 2012 07:31:58 +0000</pubDate>
		<guid isPermaLink="false">http://news.opensuse.org/wp-content/uploads/2011/11/snapper.png#comment-76364</guid>
		<description><![CDATA[I installed snapper 0.0.14 in ubuntu12.04
ON running command 
#snapper list-configs

got empty list 
Config &#124; Subvolume
-------+----------

also  getting error
#snapper -c home create-config /home
Creating config failed (/sbin/chsnap not installed).]]></description>
		<content:encoded><![CDATA[<p>I installed snapper 0.0.14 in ubuntu12.04<br />
ON running command<br />
#snapper list-configs</p>
<p>got empty list<br />
Config | Subvolume<br />
&#8212;&#8212;-+&#8212;&#8212;&#8212;-</p>
<p>also  getting error<br />
#snapper -c home create-config /home<br />
Creating config failed (/sbin/chsnap not installed).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simpleblue</title>
		<link>http://news.opensuse.org/2011/11/16/opensuse-12-1-all-green/snapper/comment-page-1/#comment-36026</link>
		<dc:creator>Simpleblue</dc:creator>
		<pubDate>Fri, 18 Nov 2011 19:29:37 +0000</pubDate>
		<guid isPermaLink="false">http://news.opensuse.org/wp-content/uploads/2011/11/snapper.png#comment-36026</guid>
		<description><![CDATA[This does work and it works easy. We just need better documentation.

It&#039;s just a matter of copying a few files and editing one file and it&#039;s done. Someone on the SUSE forums has figured it here:

http://forums.opensuse.org/english/get-technical-help-here/install-boot-login/467960-has-anyone-been-successfull-getting-snapper-run.html#post2405703

I&#039;ve tested it and it works great now. Even does automatic snapshots by the hour and saves only the differences of the files, so it&#039;s extremely efficient. You can see the differences in text files and system files, such as log files, etc. So you have a really really good way of seeing changes that happen within your computer and when they happened.]]></description>
		<content:encoded><![CDATA[<p>This does work and it works easy. We just need better documentation.</p>
<p>It&#8217;s just a matter of copying a few files and editing one file and it&#8217;s done. Someone on the SUSE forums has figured it here:</p>
<p><a href="http://forums.opensuse.org/english/get-technical-help-here/install-boot-login/467960-has-anyone-been-successfull-getting-snapper-run.html#post2405703" rel="nofollow">http://forums.opensuse.org/english/get-technical-help-here/install-boot-login/467960-has-anyone-been-successfull-getting-snapper-run.html#post2405703</a></p>
<p>I&#8217;ve tested it and it works great now. Even does automatic snapshots by the hour and saves only the differences of the files, so it&#8217;s extremely efficient. You can see the differences in text files and system files, such as log files, etc. So you have a really really good way of seeing changes that happen within your computer and when they happened.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Rome</title>
		<link>http://news.opensuse.org/2011/11/16/opensuse-12-1-all-green/snapper/comment-page-1/#comment-35969</link>
		<dc:creator>Jim Rome</dc:creator>
		<pubDate>Thu, 17 Nov 2011 15:45:28 +0000</pubDate>
		<guid isPermaLink="false">http://news.opensuse.org/wp-content/uploads/2011/11/snapper.png#comment-35969</guid>
		<description><![CDATA[This does not work in 12.1.
In 12.1, I used btrfs for /srv and /home, and am trying to figure out how to use snapshot. Yast installed it and the Yast tool, but it is not initialized properly.
http://en.opensuse.org/openSUSE:Snapper_install is for 11.4. I tried
jarfx:/srv #  btrfs subvolume create /snapshots
Create subvolume &#039;//snapshots&#039;
ERROR: cannot create subvolume - Inappropriate ioctl for device

and from http://lizards.opensuse.org/2011/04/01/introducing-snapper/ tried
jarfx:/srv # snapper create --description &quot;initial&quot;
Config &#039;root&#039; not found.

In /etc/snapper/configs, I have three files: root (which is ext4), srv, and home
After making the root file, I tried again and get
jarfx:/etc/snapper/config-templates #  snapper create --description &quot;initial&quot;
terminate called after throwing an instance of &#039;snapper::ProgramNotInstalledException&#039;
  what():  /sbin/chsnap not installed

and indeed, there is no /sbin/chsnap, and there is none in software management.]]></description>
		<content:encoded><![CDATA[<p>This does not work in 12.1.<br />
In 12.1, I used btrfs for /srv and /home, and am trying to figure out how to use snapshot. Yast installed it and the Yast tool, but it is not initialized properly.<br />
<a href="http://en.opensuse.org/openSUSE:Snapper_install" rel="nofollow">http://en.opensuse.org/openSUSE:Snapper_install</a> is for 11.4. I tried<br />
jarfx:/srv #  btrfs subvolume create /snapshots<br />
Create subvolume &#8216;//snapshots&#8217;<br />
ERROR: cannot create subvolume &#8211; Inappropriate ioctl for device</p>
<p>and from <a href="http://lizards.opensuse.org/2011/04/01/introducing-snapper/" rel="nofollow">http://lizards.opensuse.org/2011/04/01/introducing-snapper/</a> tried<br />
jarfx:/srv # snapper create &#8211;description &#8220;initial&#8221;<br />
Config &#8216;root&#8217; not found.</p>
<p>In /etc/snapper/configs, I have three files: root (which is ext4), srv, and home<br />
After making the root file, I tried again and get<br />
jarfx:/etc/snapper/config-templates #  snapper create &#8211;description &#8220;initial&#8221;<br />
terminate called after throwing an instance of &#8216;snapper::ProgramNotInstalledException&#8217;<br />
  what():  /sbin/chsnap not installed</p>
<p>and indeed, there is no /sbin/chsnap, and there is none in software management.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
