On 2023-06-06 15:03, kschneider bout-tyme.net wrote:
Ken Schneider
On Jun 6, 2023, at 8:52 AM, Stakanov via openSUSE Users <users@lists.opensuse.org> wrote:
So, it is there and it is mounted.
I then did: rsync /home/mercurio -aAXHv /transfernotebook
Your syntax is incorrect. It should be:
rsync (options) source (with trailing /) destination
rsync -aAXHv /home/mercurio/ /transfernotebook
That is so, but then, where have the copied files gone to? Telcontar:~ # md /home/mercurio Telcontar:~ # touch /home/mercurio/file_one Telcontar:~ # md /transfernotebook Telcontar:~ # md /home/mercurio/dir_one Telcontar:~ # touch /home/mercurio/dir_one/file_two Telcontar:~ # rsync /home/mercurio -aAXHv /transfernotebook sending incremental file list mercurio/ mercurio/file_one mercurio/dir_one/ mercurio/dir_one/file_two sent 257 bytes received 62 bytes 638.00 bytes/sec total size is 0 speedup is 0.00 Telcontar:~ # Telcontar:~ # ls /transfernotebook mercurio Telcontar:~ # tree /transfernotebook/ /transfernotebook/ └── mercurio ├── dir_one │ └── file_two └── file_one 2 directories, 2 files Telcontar:~ # So, Stakanov should have a directory under /transfernotebook named "mercurio" with the correct tree inside. I would run "df -h" on the computer, with the usb disk mounted, and then in the laptop, also with the disk mounted, and inspect the results. -- Cheers / Saludos, Carlos E. R. (from 15.4 x86_64 at Telcontar)