Re: Install a package to alternative location

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



On Fri, 2023-08-18 at 09:17 +0100, pete wrote:
> https://browse-tutorials.com/tutorial/arch-linux-move-root-partition-hdd-ssd

Hi Pete,

consider to change

       cp -a /mnt/hdd_mount/* /mnt/ssd_mount/

to

       cp -Tai /mnt/hdd_mount/ /mnt/ssd_mount/

Why?

-T just in case a source mount point should contain hidden files
-i because you never know ;)

Regards,
Ralf




[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]

  Powered by Linux