That fixed everything, Ed !
I nominate you and that top for the "bestest / fastest" online support ever
!
Have a great day !
LG
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
thank you very much for that tip ! I'll report back.
On Thu, Jan 9, 2020 at 5:03 PM Ed Greshko wrote:
> On 2020-01-10 07:52, linux guy wrote:
> > Hello wonderful Fedora people. ;)
> >
> > I cloned an operating system using rsync using the following, basically:
> >
> > sudo rsync -aHxv --numeri
The problem stems from fstab... one of the filesystems is mounted read only.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct:
https://docs.fedoraproject.or
On 2020-01-10 07:52, linux guy wrote:
> Hello wonderful Fedora people. ;)
>
> I cloned an operating system using rsync using the following, basically:
>
> sudo rsync -aHxv --numeric-ids --progress root@brix:/* /mnt/drive
> --exclude=/dev --exclude=/proc --exclude=/sys --exclude=/tmp --exclude=/b
Hello wonderful Fedora people. ;)
I cloned an operating system using rsync using the following, basically:
sudo rsync -aHxv --numeric-ids --progress root@brix:/* /mnt/drive
--exclude=/dev --exclude=/proc --exclude=/sys --exclude=/tmp --exclude=/boot
It worked fantastically well. I'll post the