NetBSD-Users archive

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

Re: rsync to ext2 filesystem issues





El 8/9/26 a las 12:07, Luis Falcon escribió:
El Tue, 8 Sep 2026 11:58:15 +0200
Ramiro Aceves <ea1abz%gmail.com@localhost> escribió:
What does the following command return?

$ file
home/ramiro/.mozilla/firefox/527cpmj0.default-default-2/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/journals

Best
Luis

Hi Luis:

netbsd-nuc# file
/home/ramiro/.mozilla/firefox/527cpmj0.default-default-2/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/journals
/home/ramiro/.mozilla/firefox/527cpmj0.default-default-2/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/journals:
directory

Strange your previous openrsync command reported:

	openrsync: error:
	home/ramiro/.mozilla/firefox/527cpmj0.default-default-2/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/journals:
	not a directory

Can you try a local "cp -a" or tar on that directory and see if it
works?

Best
Luis

Yes, the error is very strange:


netbsd-nuc# cp -av journals /home/ramiro/
journals -> /home/ramiro/journals
journals -> /home/ramiro/journals
netbsd-nuc#

netbsd-nuc# cd journals/
netbsd-nuc# touch hell
netbsd-nuc# ls
hell
netbsd-nuc#




Home | Main Index | Thread Index | Old Index