125
modificacions
Canvis
Jump to navigation
Jump to search
Next we will copy all filesA continuació es copien amb l'ordre ''rsync'' tots els arxius, directories and sub-directories from your current directoris i subdirectoris de l'actual directori ''/home directory into the new partition'' a la nova partició:
{{{<pre>
}}}</pre>The L'opció ''--exclude='/*/.gvfs' prevents '' impedeix '''rsync from complaining about not being able to copy .''' de queixar-se per no ser capaç de copiar gvfs, but I believe it is optionalperò crec que és opcional. Even if Fins i tot si '''rsync complains''' es queixa, it will copy everything else anyway. copiarà tota la resta igualment ([[http://ubuntuforums.org/showthread.php?t=791693|See here for discussion on this]cliqueu aquí per més informació sobre això])Aquesta ordre pot tardar molt de temps en realitzar-se, depenent de la quantitat de dades que hi haja en la carpeta ''/home''.
{{{<pre>
}}}</pre> The only difference that should exist is the excluded L'única diferència que hauria d'existir són els directoris exclosos /.gvfs directory mentioned aboveesmentats anteriorment.
traduint →Copy /home to the New Partition
</pre>
= Copy 3. Copiar la carpeta ''/home to the New Partition '' a la nova partició =
sudo rsync -aXS --exclude='/*/.gvfs' /home/. /media/home/.
== Check Copying Worked Comprovació de la còpia ==You should now have two duplicate copies of all the data within your home directory; the Ara haurieu de tenir dues còpies duplicades de les dades del directori principal, l'original being located in es troba a ''/home and the new duplicate located in '' i el nou duplicat ubicat a ''/media/home''. You should confirm all files and directories copied over successfullyHaurieu de confirmar que tots els arxius i directoris s'han copiat amb èxit. One way to do this is by using the Una forma de fer-ho és utilitzant l'ordre '''diff command''':
sudo diff -r /home /media/home
= Preparing fstab for the switch =