{"id":18340,"date":"2026-06-29T17:04:17","date_gmt":"2026-06-29T15:04:17","guid":{"rendered":"https:\/\/www.beseit.net\/?p=18340"},"modified":"2026-06-29T17:05:09","modified_gmt":"2026-06-29T15:05:09","slug":"clonacio-de-deepin-a-un-segon-mini-pc-amd-amb-miquel_save","status":"publish","type":"post","link":"https:\/\/www.beseit.net\/?p=18340","title":{"rendered":"Clonaci\u00f3 de Deepin a un segon mini PC AMD amb miquel_save"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Perfecte, Miquel. Preparem <strong>un procediment petit, clar i segur<\/strong> per a la <strong>clonaci\u00f3 de Deepin 25.1<\/strong> a un <strong>segon mini PC AMD<\/strong>, utilitzant la carpeta <code>miquel_save<\/code> com a base del teu entorn d\u2019usuari.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Ho far\u00e9 <strong>pas a pas<\/strong>, amb <strong>validacions<\/strong>, <strong>notes importants<\/strong> i <strong>sense res superflu<\/strong>, tal com t\u2019agrada.<\/p>\n\n\n\n<h1 class=\"wp-block-heading\">\ud83e\udded <em>Procediment curt i segur<\/em><\/h1>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Clonaci\u00f3 de Deepin a un segon mini PC AMD amb <\/strong><code>miquel_save<\/code><\/h2>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>1) Preparar el pendrive amb <\/strong><code>miquel_save<\/code><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">\u2714\ufe0f Objectiu<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Copiar la carpeta <code>miquel_save<\/code> al USB perqu\u00e8 sigui la base del nou usuari al miniPC.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u2714\ufe0f Acci\u00f3<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Assumint que el pendrive est\u00e0 muntat a <code>\/media\/miquel\/USB<\/code>:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">bash<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">sudo rsync -rltD --copy-links --no-perms --no-owner --no-group \/home\/miquel_save\/ \/media\/miquel\/USB\/miquel_save\/\n<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">\u2714\ufe0f Validaci\u00f3<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">bash<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">ls -l \/media\/miquel\/USB\/miquel_save\n<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>2) Instal\u00b7lar Deepin 25.1 al miniPC AMD<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">\u2714\ufe0f Objectiu<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Tenir un sistema net, igual que el PC original.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u2714\ufe0f Acci\u00f3<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Inicia el miniPC amb el USB d\u2019instal\u00b7laci\u00f3 de Deepin.<\/li>\n\n\n\n<li>Instal\u00b7la Deepin normalment.<\/li>\n\n\n\n<li>Crea l\u2019usuari <strong>miquel<\/strong> durant la instal\u00b7laci\u00f3.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">\u2714\ufe0f Nota<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">\u00c9s important que l\u2019usuari tingui <strong>el mateix nom<\/strong>: <code>miquel<\/code>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>3) Copiar <\/strong><code>miquel_save<\/code><strong> al miniPC<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">\u2714\ufe0f Objectiu<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Restaurar el teu entorn complet.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u2714\ufe0f Acci\u00f3<\/h3>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li>Muntar el pendrive al miniPC<\/li>\n\n\n\n<li>Copiar la carpeta:<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">bash<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">sudo rsync -rltD --copy-links --no-perms --no-owner --no-group \/media\/miquel\/USB\/miquel_save\/ \/home\/miquel\/\n<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">\u2714\ufe0f Ajustar permisos<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">bash<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">sudo chown -R miquel:miquel \/home\/miquel\n<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">\u2714\ufe0f Validaci\u00f3<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">bash<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">ls -l \/home\/miquel\n<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>4) Restaurar OneDrive al miniPC<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">\u2714\ufe0f Objectiu<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Que OneDrive funcioni igual que al PC original.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u2714\ufe0f Acci\u00f3<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Crear la configuraci\u00f3:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">bash<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">mkdir -p ~\/.config\/onedrive\necho 'drive_id=\"F8FEFC082AA9868B\"' > ~\/.config\/onedrive\/config\n<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">\u2714\ufe0f Activar el servei<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">bash<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">systemctl --user enable onedrive\nsystemctl --user start onedrive\n<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">\u2714\ufe0f Validaci\u00f3<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">bash<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">systemctl --user status onedrive\n<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>5) Restaurar aplicacions i configuracions<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">\u2714\ufe0f Objectiu<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Que el miniPC tingui el mateix comportament que el PC original.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u2714\ufe0f Acci\u00f3<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Instal\u00b7lar els programes que ja tens al PC:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">bash<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">sudo apt install onedrive\nsudo apt install gimp krita darktable rawtherapee\nsudo apt install master-pdf-editor\n<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><em>(O els equivalents que utilitzes.)<\/em><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>6) Validaci\u00f3 final del miniPC<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">\u2714\ufe0f Objectiu<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Confirmar que el miniPC \u00e9s una c\u00f2pia funcional.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u2714\ufe0f Acci\u00f3<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Iniciar sessi\u00f3 com <strong>miquel<\/strong><\/li>\n\n\n\n<li>Comprovar que:\n<ul class=\"wp-block-list\">\n<li>OneDrive sincronitza<\/li>\n\n\n\n<li>Les aplicacions s\u2019obren amb les teves configuracions<\/li>\n\n\n\n<li>Les carpetes i fitxers s\u00f3n exactes<\/li>\n\n\n\n<li>El sistema arrenca sense errors<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<h1 class=\"wp-block-heading\">\ud83e\udde9 Resultat final<\/h1>\n\n\n\n<p class=\"wp-block-paragraph\">Amb aquest procediment:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>El miniPC AMD queda <strong>clonat<\/strong> del teu PC original.<\/li>\n\n\n\n<li>L\u2019usuari <strong>miquel<\/strong> \u00e9s id\u00e8ntic al que tens ara.<\/li>\n\n\n\n<li>OneDrive queda <strong>restaurat i funcional<\/strong>.<\/li>\n\n\n\n<li>Les aplicacions i configuracions queden <strong>sincronitzades<\/strong>.<\/li>\n\n\n\n<li>Tot \u00e9s <strong>reversible<\/strong>, <strong>net<\/strong> i <strong>segur<\/strong>.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Si vols, puc fer:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Una <strong>versi\u00f3 imprimible<\/strong> del procediment<\/li>\n\n\n\n<li>Un <strong>script autom\u00e0tic<\/strong> per fer la clonaci\u00f3 en 1 sola comanda<\/li>\n\n\n\n<li>Una <strong>validaci\u00f3 extra<\/strong> per assegurar que no hi ha fitxers problem\u00e0tics<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Nom\u00e9s digues qu\u00e8 prefereixes, Miquel.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Perfecte, Miquel. Preparem un procediment petit, clar i segur per a la clonaci\u00f3 de Deepin 25.1 a un segon mini PC AMD, utilitzant la carpeta miquel_save com a base del teu entorn d\u2019usuari. Ho far\u00e9 pas a pas, amb validacions, &hellip; <a href=\"https:\/\/www.beseit.net\/?p=18340\">Continua llegint <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":3167,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[207,1],"tags":[],"class_list":["post-18340","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-deepin-linux","category-bloc-de-notes"],"_links":{"self":[{"href":"https:\/\/www.beseit.net\/index.php?rest_route=\/wp\/v2\/posts\/18340","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.beseit.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.beseit.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.beseit.net\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.beseit.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=18340"}],"version-history":[{"count":1,"href":"https:\/\/www.beseit.net\/index.php?rest_route=\/wp\/v2\/posts\/18340\/revisions"}],"predecessor-version":[{"id":18341,"href":"https:\/\/www.beseit.net\/index.php?rest_route=\/wp\/v2\/posts\/18340\/revisions\/18341"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.beseit.net\/index.php?rest_route=\/wp\/v2\/media\/3167"}],"wp:attachment":[{"href":"https:\/\/www.beseit.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=18340"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.beseit.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=18340"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.beseit.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=18340"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}