[GNC] Moving to Linux

John Ralls jralls at ceridwen.us
Sat Mar 13 13:29:10 EST 2021



> On Mar 13, 2021, at 2:14 AM, Stephen C. Camidge <scamidge at fastmail.fm> wrote:
> 
> I am moving my data from Mac OS to Linux Manjaro.
> 
> I copied over the datafile, no problem.
> 
> How do I copy over my Saved Reports?
> 
> Also, since the Mac creates invisible '._*' files for each datafile, is there a Linux terminal command I can issue to get rid of all of them?

https://wiki.gnucash.org/wiki/Backup#Related_Files

I've never encountered ._* files, but you can get rid of them all with `find path -name ._* -delete`, substituting the actual path you wand to search for path.

Regards,
John Ralls



More information about the gnucash-user mailing list