<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=2331&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Timeshift 18.8 and Devuan ASCII]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=2331</link>
		<description><![CDATA[The most recent posts in Timeshift 18.8 and Devuan ASCII.]]></description>
		<lastBuildDate>Mon, 27 Aug 2018 22:39:09 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Timeshift 18.8 and Devuan ASCII]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=11532#p11532</link>
			<description><![CDATA[<p>I have yet to find anything better then rsync for backups, you can even use grsync (GUI).</p>]]></description>
			<author><![CDATA[dummy@example.com (ChuangTzu)]]></author>
			<pubDate>Mon, 27 Aug 2018 22:39:09 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=11532#p11532</guid>
		</item>
		<item>
			<title><![CDATA[Re: Timeshift 18.8 and Devuan ASCII]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=11530#p11530</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>GNUser wrote:</cite><blockquote><div><p>... found it too complicated.<br />... tried about 5 restores and one of them failed</p></div></blockquote></div><p>Yes, I know that it will render any legacy grub system unbootable.<br />I have had good comments after introducing it into the PCLinux forum.</p><div class="quotebox"><cite>GNUser wrote:</cite><blockquote><div><p>... recommend <span class="bbc">partclone</span> ...<br />... simple and has never let me down ...<br />... creates a compact image of your partition ...</p></div></blockquote></div><p>I think I looked at it but the Timeshift convinced me because of it being automatic and scheduling, etc. <br />Seems to be much like Norton Ghost-DOS, which I used a lot when I was prisoner of the MS camp.&#160; =-)<br />It worked great most of the time.</p><div class="quotebox"><cite>GNUser wrote:</cite><blockquote><div><p>... none of this answers your question, but I thought I&#039;d share ...</p></div></blockquote></div><p>On the contrary, <span class="bbu">thank you</span> very much for taking the time to write and share your opinion/experience.<br />That&#039;s what this is all about, no?</p><p>Cheers,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Mon, 27 Aug 2018 19:24:33 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=11530#p11530</guid>
		</item>
		<item>
			<title><![CDATA[Re: Timeshift 18.8 and Devuan ASCII]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=11529#p11529</link>
			<description><![CDATA[<p>I tried <span class="bbc">timeshift</span> a while back, but found it too complicated. Also, I tried about 5 restores and one of them failed, leaving my system unbootable. I&#039;d like to recommend <span class="bbc">partclone</span> to you. It is simple and has never let me down after many years of use. It creates a compact image of your partition (by excluding empty space), which you can restore if something goes wrong.</p><p>If you are interested, this is how to use it (assuming your Devuan ASCII partition is /dev/sda1 and your filesystem is ext4):</p><p>To create backup: Boot into a live USB (or any partition other than the one you want to backup), plug in external storage device, and run these commands:</p><div class="codebox"><pre><code>cd /path/to/external/storage/
sudo partclone.ext4 -c -s /dev/sda1 -o backupname</code></pre></div><p>To restore backup: Boot into a live USB (or any partition other than the one you want to restore), plug in external storage device, and run these commands:</p><div class="codebox"><pre><code>cd /path/to/external/storage/
sudo partclone.ext4 -r -s backupname -o /dev/sda1</code></pre></div><p>Because <span class="bbc">partclone</span> excludes empty space, its backups are much smaller and backup/restore times shorter than you&#039;d get with a tool like <span class="bbc">dd</span>.</p><p>I realize none of this answers your question, but I thought I&#039;d share in case you are interested in alternatives as well as <span class="bbc">timeshift</span>.</p>]]></description>
			<author><![CDATA[dummy@example.com (GNUser)]]></author>
			<pubDate>Mon, 27 Aug 2018 18:42:08 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=11529#p11529</guid>
		</item>
		<item>
			<title><![CDATA[Timeshift 18.8 and Devuan ASCII]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=11518#p11518</link>
			<description><![CDATA[<p>Hello:</p><p>I&#039;m needing a <span class="bbc">system restore</span> app and, having used it on other distros, was wondering if anyone here has installed Timeshift.</p><div class="quotebox"><blockquote><div><p>TimeShift<br /><a href="https://launchpad.net/timeshift" rel="nofollow">https://launchpad.net/timeshift</a></p><p>TimeShift for Linux is an application that provides functionality similar to the System Restore feature in Windows and the Time Machine tool in Mac OS. TimeShift protects your system by taking incremental snapshots of the file system at regular intervals. These snapshots can be restored at a later date to undo all changes to the system.</p><p>Snapshots are taken using rsync and hard-links. Common files are shared between snapshots which saves disk space. Each snapshot is a full system backup that can be browsed with a file manager.</p><p>TimeShift is similar to applications like rsnapshot, BackInTime and TimeVault but with different goals. It is designed to protect only system files and settings. User files such as documents, pictures and music are excluded. This ensures that your files remains unchanged when you restore your system to an earlier date. If you need a tool to backup your documents and files please take a look at the excellent BackInTime application which is more configurable and provides options for saving user files.</p></div></blockquote></div><p>These are the links:</p><p><a href="https://github.com/teejee2008/timeshift" rel="nofollow">https://github.com/teejee2008/timeshift</a><br /><a href="https://github.com/teejee2008/timeshift/wiki/Installation" rel="nofollow">https://github.com/teejee2008/timeshift … stallation</a><br /><a href="https://github.com/teejee2008/timeshift/releases" rel="nofollow">https://github.com/teejee2008/timeshift/releases</a></p><p>A *.RUN installer which I have never used before is available for download.</p><p>Will it work properly (thinking dependencies and such) with Devuan ASCII?</p><p>Thanks in advance.</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Sun, 26 Aug 2018 23:13:07 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=11518#p11518</guid>
		</item>
	</channel>
</rss>
