<?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: How to Backup and Restore Installed Packages in Ubuntu	</title>
	<atom:link href="https://www.tecmint.com/backup-restore-ubuntu-packages-dpkg/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/backup-restore-ubuntu-packages-dpkg/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 19 Sep 2025 05:49:59 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Nancy		</title>
		<link>https://www.tecmint.com/backup-restore-ubuntu-packages-dpkg/comment-page-1/#comment-1866268</link>

		<dc:creator><![CDATA[Nancy]]></dc:creator>
		<pubDate>Tue, 23 Aug 2022 05:53:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=5582#comment-1866268</guid>

					<description><![CDATA[Hi,

I am trying to restore an &lt;strong&gt;Aptik&lt;/strong&gt; backup from the Host to the Guest Virtualbox machine, and I receive this error message:

&quot;Failed to read backup

Failed to read backup repository

Section: Home Directory Data-[BORG_ERROR]

E:Failed to create/acquire the lock /media/nancy/625c4c26-4300-446d-ac44-5fb4b8994d04/lock.exclusive (time out).&quot;

I never have heard of Borg or locks, and I have only been using Linux Mint user for a couple of years, just reading terminal commands to get by from a list I have gathered over time. Otherwise, I don&#039;t know what I am doing and am just faking it.

With that in mind, can you offer some specific terminal commands I can use to resolve this?

Thanks so much.

Nancy]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>I am trying to restore an <strong>Aptik</strong> backup from the Host to the Guest Virtualbox machine, and I receive this error message:</p>
<p>&#8220;Failed to read backup</p>
<p>Failed to read backup repository</p>
<p>Section: Home Directory Data-[BORG_ERROR]</p>
<p>E:Failed to create/acquire the lock /media/nancy/625c4c26-4300-446d-ac44-5fb4b8994d04/lock.exclusive (time out).&#8221;</p>
<p>I never have heard of Borg or locks, and I have only been using Linux Mint user for a couple of years, just reading terminal commands to get by from a list I have gathered over time. Otherwise, I don&#8217;t know what I am doing and am just faking it.</p>
<p>With that in mind, can you offer some specific terminal commands I can use to resolve this?</p>
<p>Thanks so much.</p>
<p>Nancy</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: JonD		</title>
		<link>https://www.tecmint.com/backup-restore-ubuntu-packages-dpkg/comment-page-1/#comment-1805815</link>

		<dc:creator><![CDATA[JonD]]></dc:creator>
		<pubDate>Wed, 25 May 2022 03:02:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=5582#comment-1805815</guid>

					<description><![CDATA[Thank you very much for that as it is exactly what I needed for the &lt;strong&gt;Mint 20.04&lt;/strong&gt; backup tool... Tried &lt;strong&gt;Deja Dup&lt;/strong&gt;, &lt;strong&gt;Backintime&lt;/strong&gt;, and &lt;strong&gt;Timeshift&lt;/strong&gt; and really didn&#039;t want all that for backup!

But, I did the...
&lt;pre&gt;
$ sudo apt-add-repository -y ppa:teejee2008/ppa
$ sudo apt-get update
&lt;/pre&gt;
This is what I got in the last step of the terminal install steps above with the:
&lt;pre&gt;
$ sudo apt-get install aptik-gtk
&lt;/pre&gt;
I Get...
Cannot find the file adtik-gtj 

And can&#039;t figure out why as I tried...
&lt;pre&gt;
$ sudo apt install aptik-gtk, 
&lt;/pre&gt;
also and got some...

Cannot find the file adtik-gtj 

I&#039;m stumped!

But thank you for your great &quot;how-to!&quot;]]></description>
			<content:encoded><![CDATA[<p>Thank you very much for that as it is exactly what I needed for the <strong>Mint 20.04</strong> backup tool&#8230; Tried <strong>Deja Dup</strong>, <strong>Backintime</strong>, and <strong>Timeshift</strong> and really didn&#8217;t want all that for backup!</p>
<p>But, I did the&#8230;</p>
<pre>
$ sudo apt-add-repository -y ppa:teejee2008/ppa
$ sudo apt-get update
</pre>
<p>This is what I got in the last step of the terminal install steps above with the:</p>
<pre>
$ sudo apt-get install aptik-gtk
</pre>
<p>I Get&#8230;<br />
Cannot find the file adtik-gtj </p>
<p>And can&#8217;t figure out why as I tried&#8230;</p>
<pre>
$ sudo apt install aptik-gtk, 
</pre>
<p>also and got some&#8230;</p>
<p>Cannot find the file adtik-gtj </p>
<p>I&#8217;m stumped!</p>
<p>But thank you for your great &#8220;how-to!&#8221;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/backup-restore-ubuntu-packages-dpkg/comment-page-1/#comment-1027326</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Sat, 25 Aug 2018 05:15:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=5582#comment-1027326</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/backup-restore-ubuntu-packages-dpkg/comment-page-1/#comment-1027195&quot;&gt;tobiz&lt;/a&gt;.

@Tobiz,

I never used Kubuntu 14.04, so no idea what this package isn&#039;t avaiable to install. Also just to confirm, have you added the following PPA to system?
&lt;pre&gt;
$ sudo apt-add-repository -y ppa:teejee2008/ppa
$ sudo apt-get update
&lt;/pre&gt;
If yes, could you do a quick search for the package &lt;strong&gt;aptik&lt;/strong&gt; using following command.
&lt;pre&gt;
$ sudo apt policy aptik
$ sudo apt policy ptik-gtk
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/backup-restore-ubuntu-packages-dpkg/comment-page-1/#comment-1027195">tobiz</a>.</p>
<p>@Tobiz,</p>
<p>I never used Kubuntu 14.04, so no idea what this package isn&#8217;t avaiable to install. Also just to confirm, have you added the following PPA to system?</p>
<pre>
$ sudo apt-add-repository -y ppa:teejee2008/ppa
$ sudo apt-get update
</pre>
<p>If yes, could you do a quick search for the package <strong>aptik</strong> using following command.</p>
<pre>
$ sudo apt policy aptik
$ sudo apt policy ptik-gtk
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: tobiz		</title>
		<link>https://www.tecmint.com/backup-restore-ubuntu-packages-dpkg/comment-page-1/#comment-1027195</link>

		<dc:creator><![CDATA[tobiz]]></dc:creator>
		<pubDate>Fri, 24 Aug 2018 19:32:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=5582#comment-1027195</guid>

					<description><![CDATA[I tried to install &lt;strong&gt;aptik-gui&lt;/strong&gt; on kubuntu 14.04 following all published commands, result: Unable to locate package &lt;strong&gt;aptik-gtk&lt;/strong&gt;.

Shame since aptik-gui sounds just what I want to migrate from 14.04 on my old machine to 18.04 on new machine.]]></description>
			<content:encoded><![CDATA[<p>I tried to install <strong>aptik-gui</strong> on kubuntu 14.04 following all published commands, result: Unable to locate package <strong>aptik-gtk</strong>.</p>
<p>Shame since aptik-gui sounds just what I want to migrate from 14.04 on my old machine to 18.04 on new machine.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ove Sentlig		</title>
		<link>https://www.tecmint.com/backup-restore-ubuntu-packages-dpkg/comment-page-1/#comment-1011671</link>

		<dc:creator><![CDATA[Ove Sentlig]]></dc:creator>
		<pubDate>Thu, 05 Jul 2018 08:33:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=5582#comment-1011671</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/backup-restore-ubuntu-packages-dpkg/comment-page-1/#comment-1011579&quot;&gt;Ravi Saive&lt;/a&gt;.

Thanks @Ravi !

I should&#039;ve known better than to rely on a 4 year old blog post ...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/backup-restore-ubuntu-packages-dpkg/comment-page-1/#comment-1011579">Ravi Saive</a>.</p>
<p>Thanks @Ravi !</p>
<p>I should&#8217;ve known better than to rely on a 4 year old blog post &#8230;</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
