<?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 move applications from one volume to another on Synology	</title>
	<atom:link href="https://costigator.com/uncategorised/how-to-move-applications-from-one-volume-to-another-on-synology/feed/" rel="self" type="application/rss+xml" />
	<link>https://costigator.com/uncategorised/how-to-move-applications-from-one-volume-to-another-on-synology/</link>
	<description>Tech Passion</description>
	<lastBuildDate>Tue, 31 Jan 2023 16:42:05 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.1</generator>
	<item>
		<title>
		By: Ilias K		</title>
		<link>https://costigator.com/uncategorised/how-to-move-applications-from-one-volume-to-another-on-synology/#comment-14338</link>

		<dc:creator><![CDATA[Ilias K]]></dc:creator>
		<pubDate>Tue, 31 Jan 2023 16:42:05 +0000</pubDate>
		<guid isPermaLink="false">http://costigator.com/?p=844#comment-14338</guid>

					<description><![CDATA[This was a VERY helpful post. I strugled for a few days with this. In DSM 7 there are multiple folders to move/copy between volumes, it&#039;s not just @appstore. There is also @appdata, @apphome, @appconf and @apptemp. The find/grep above as you&#039;ve written it will show them.
Also, if you hard drive crashes and turns to read-only, you cannot mv but you need to copy, recurse and preserve attributes (so use &quot;cp -a /volume1/@appstore/* /volume2/@appstore/&quot;, &quot;cp -a /volume1/@appdata/* /volume2/@appdata/&quot;, etc). Also for several packages, there are symbolic links within the @appstore package folder, so make sure you update those as well (i.e. @appstore/SurveillanceStation/@surveillance -&#062; /volume1/@surveillance, docker, can&#039;t remember what else).]]></description>
			<content:encoded><![CDATA[<p>This was a VERY helpful post. I strugled for a few days with this. In DSM 7 there are multiple folders to move/copy between volumes, it&#8217;s not just @appstore. There is also @appdata, @apphome, @appconf and @apptemp. The find/grep above as you&#8217;ve written it will show them.<br />
Also, if you hard drive crashes and turns to read-only, you cannot mv but you need to copy, recurse and preserve attributes (so use &#8220;cp -a /volume1/@appstore/* /volume2/@appstore/&#8221;, &#8220;cp -a /volume1/@appdata/* /volume2/@appdata/&#8221;, etc). Also for several packages, there are symbolic links within the @appstore package folder, so make sure you update those as well (i.e. @appstore/SurveillanceStation/@surveillance -&gt; /volume1/@surveillance, docker, can&#8217;t remember what else).</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ben J		</title>
		<link>https://costigator.com/uncategorised/how-to-move-applications-from-one-volume-to-another-on-synology/#comment-14072</link>

		<dc:creator><![CDATA[Ben J]]></dc:creator>
		<pubDate>Mon, 16 Jan 2023 08:01:47 +0000</pubDate>
		<guid isPermaLink="false">http://costigator.com/?p=844#comment-14072</guid>

					<description><![CDATA[Some Apps I&#039;ve found have a setting.conf file that needs to be manually altered.

It can be found here in the volume @appstore folder  (where X = your volume number )
/volumeX/\@appstore/*/etc/setting.conf

Modify it so it is pointing to the correct Volume otherwise the app wont start.

{&quot;conf_repo_volume_path&quot;:&quot;/volumeX&quot;}]]></description>
			<content:encoded><![CDATA[<p>Some Apps I&#8217;ve found have a setting.conf file that needs to be manually altered.</p>
<p>It can be found here in the volume @appstore folder  (where X = your volume number )<br />
/volumeX/\@appstore/*/etc/setting.conf</p>
<p>Modify it so it is pointing to the correct Volume otherwise the app wont start.</p>
<p>{&#8220;conf_repo_volume_path&#8221;:&#8221;/volumeX&#8221;}</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Romain		</title>
		<link>https://costigator.com/uncategorised/how-to-move-applications-from-one-volume-to-another-on-synology/#comment-1704</link>

		<dc:creator><![CDATA[Romain]]></dc:creator>
		<pubDate>Tue, 24 Mar 2020 12:34:17 +0000</pubDate>
		<guid isPermaLink="false">http://costigator.com/?p=844#comment-1704</guid>

					<description><![CDATA[Hi,
Just attempted this scenario, GREAT !
But afterwards, some apps still refused to execute.
Found-out that there are some additional simlinks in /usr/local/ :

find /usr/local/ -type l -ls &#124; grep volume
and update simlink with the ln -sfn command.

Enjoy !]]></description>
			<content:encoded><![CDATA[<p>Hi,<br />
Just attempted this scenario, GREAT !<br />
But afterwards, some apps still refused to execute.<br />
Found-out that there are some additional simlinks in /usr/local/ :</p>
<p>find /usr/local/ -type l -ls | grep volume<br />
and update simlink with the ln -sfn command.</p>
<p>Enjoy !</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Luca		</title>
		<link>https://costigator.com/uncategorised/how-to-move-applications-from-one-volume-to-another-on-synology/#comment-963</link>

		<dc:creator><![CDATA[Luca]]></dc:creator>
		<pubDate>Fri, 01 Nov 2019 18:14:14 +0000</pubDate>
		<guid isPermaLink="false">http://costigator.com/?p=844#comment-963</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://costigator.com/uncategorised/how-to-move-applications-from-one-volume-to-another-on-synology/#comment-908&quot;&gt;Jarkko&lt;/a&gt;.

Hi Jarkko, thanks for the feedback. Strange, are you sure that you stopped the Drive application before moving it? Do you have an error message?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://costigator.com/uncategorised/how-to-move-applications-from-one-volume-to-another-on-synology/#comment-908">Jarkko</a>.</p>
<p>Hi Jarkko, thanks for the feedback. Strange, are you sure that you stopped the Drive application before moving it? Do you have an error message?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Luca		</title>
		<link>https://costigator.com/uncategorised/how-to-move-applications-from-one-volume-to-another-on-synology/#comment-962</link>

		<dc:creator><![CDATA[Luca]]></dc:creator>
		<pubDate>Fri, 01 Nov 2019 18:10:32 +0000</pubDate>
		<guid isPermaLink="false">http://costigator.com/?p=844#comment-962</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://costigator.com/uncategorised/how-to-move-applications-from-one-volume-to-another-on-synology/#comment-924&quot;&gt;Stefano Dall&#039;Olio&lt;/a&gt;.

Hi Stefano, thank you for sharing it!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://costigator.com/uncategorised/how-to-move-applications-from-one-volume-to-another-on-synology/#comment-924">Stefano Dall&#8217;Olio</a>.</p>
<p>Hi Stefano, thank you for sharing it!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Stefano Dall'Olio		</title>
		<link>https://costigator.com/uncategorised/how-to-move-applications-from-one-volume-to-another-on-synology/#comment-924</link>

		<dc:creator><![CDATA[Stefano Dall'Olio]]></dc:creator>
		<pubDate>Sat, 14 Sep 2019 16:27:43 +0000</pubDate>
		<guid isPermaLink="false">http://costigator.com/?p=844#comment-924</guid>

					<description><![CDATA[Hello, I made this simple bash script to speedup the process...
simply write those commands in a file and then:
chmod +x filename
./filename

-- script --

#!/bin/bash

# implement line command parameters here
VOLSRC=2
VOLDST=1

# implement some controls here; source exists and has apps, dest exists, etc
echo -e &quot;\n-- Move Apps from &#039;/volume${VOLSRC}&#039; to &#039;/volume${VOLDST}&#039; --&quot;
# mv /volume${VOLSRC}/\@appstore /volume${VOLDST}/

echo -e &quot;\n-- App Symlink Status --&quot;
find /var/packages/ -type l -ls &#124; grep volume${VOLSRC}

echo -e &quot;\n&quot;
for app in /volume${VOLDST}/\@appstore/*; do
  app=$(basename ${app})
  # ln -sfn /volume2/@appstore/VPNCenter /var/packages/VPNCenter/target
  echo &quot;==&#062; ln -sfn /volume${VOLDST}/\@appstore/${app} /var/packages/${app}/target&quot;
  ln -sfn /volume${VOLDST}/\@appstore/${app} /var/packages/${app}/target
done

echo -e &quot;\n-- App Symlink Result --&quot;
find /var/packages/ -type l -ls &#124; grep volume${VOLDST}]]></description>
			<content:encoded><![CDATA[<p>Hello, I made this simple bash script to speedup the process&#8230;<br />
simply write those commands in a file and then:<br />
chmod +x filename<br />
./filename</p>
<p>&#8212; script &#8212;</p>
<p>#!/bin/bash</p>
<p># implement line command parameters here<br />
VOLSRC=2<br />
VOLDST=1</p>
<p># implement some controls here; source exists and has apps, dest exists, etc<br />
echo -e &#8220;\n&#8211; Move Apps from &#8216;/volume${VOLSRC}&#8217; to &#8216;/volume${VOLDST}&#8217; &#8211;&#8221;<br />
# mv /volume${VOLSRC}/\@appstore /volume${VOLDST}/</p>
<p>echo -e &#8220;\n&#8211; App Symlink Status &#8211;&#8221;<br />
find /var/packages/ -type l -ls | grep volume${VOLSRC}</p>
<p>echo -e &#8220;\n&#8221;<br />
for app in /volume${VOLDST}/\@appstore/*; do<br />
  app=$(basename ${app})<br />
  # ln -sfn /volume2/@appstore/VPNCenter /var/packages/VPNCenter/target<br />
  echo &#8220;==&gt; ln -sfn /volume${VOLDST}/\@appstore/${app} /var/packages/${app}/target&#8221;<br />
  ln -sfn /volume${VOLDST}/\@appstore/${app} /var/packages/${app}/target<br />
done</p>
<p>echo -e &#8220;\n&#8211; App Symlink Result &#8211;&#8221;<br />
find /var/packages/ -type l -ls | grep volume${VOLDST}</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jarkko		</title>
		<link>https://costigator.com/uncategorised/how-to-move-applications-from-one-volume-to-another-on-synology/#comment-908</link>

		<dc:creator><![CDATA[Jarkko]]></dc:creator>
		<pubDate>Sat, 31 Aug 2019 07:05:01 +0000</pubDate>
		<guid isPermaLink="false">http://costigator.com/?p=844#comment-908</guid>

					<description><![CDATA[Luca, you are the saviour. Synology could not provide me the instructions how to move apps from one volume to another, but your guide was just perfect. I have one more issue, the Drive Server is still somehow in old volume so i can;t remove the old volume 1 even there are no links or anything visible. Do you have any idea what could be hanging still and how to remove the last obstacle? thanks heaps.]]></description>
			<content:encoded><![CDATA[<p>Luca, you are the saviour. Synology could not provide me the instructions how to move apps from one volume to another, but your guide was just perfect. I have one more issue, the Drive Server is still somehow in old volume so i can;t remove the old volume 1 even there are no links or anything visible. Do you have any idea what could be hanging still and how to remove the last obstacle? thanks heaps.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aliaksei		</title>
		<link>https://costigator.com/uncategorised/how-to-move-applications-from-one-volume-to-another-on-synology/#comment-809</link>

		<dc:creator><![CDATA[Aliaksei]]></dc:creator>
		<pubDate>Thu, 13 Jun 2019 19:34:08 +0000</pubDate>
		<guid isPermaLink="false">http://costigator.com/?p=844#comment-809</guid>

					<description><![CDATA[Worked perfectly - many thanks!]]></description>
			<content:encoded><![CDATA[<p>Worked perfectly &#8211; many thanks!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Luca		</title>
		<link>https://costigator.com/uncategorised/how-to-move-applications-from-one-volume-to-another-on-synology/#comment-249</link>

		<dc:creator><![CDATA[Luca]]></dc:creator>
		<pubDate>Thu, 29 Mar 2018 09:02:55 +0000</pubDate>
		<guid isPermaLink="false">http://costigator.com/?p=844#comment-249</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://costigator.com/uncategorised/how-to-move-applications-from-one-volume-to-another-on-synology/#comment-247&quot;&gt;Mark&lt;/a&gt;.

Hi Mark, glad to hear this and thanks for the feedback :)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://costigator.com/uncategorised/how-to-move-applications-from-one-volume-to-another-on-synology/#comment-247">Mark</a>.</p>
<p>Hi Mark, glad to hear this and thanks for the feedback 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mark		</title>
		<link>https://costigator.com/uncategorised/how-to-move-applications-from-one-volume-to-another-on-synology/#comment-247</link>

		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Thu, 29 Mar 2018 07:49:26 +0000</pubDate>
		<guid isPermaLink="false">http://costigator.com/?p=844#comment-247</guid>

					<description><![CDATA[Very much appreciated this article after one of my 2 volumes crashed - unfortunately I didn&#039;t have a RAID setup so had to copy all data from one to another disk, and then the changing of these links saved me a whole lot of pain with the apps.]]></description>
			<content:encoded><![CDATA[<p>Very much appreciated this article after one of my 2 volumes crashed &#8211; unfortunately I didn&#8217;t have a RAID setup so had to copy all data from one to another disk, and then the changing of these links saved me a whole lot of pain with the apps.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
