Re: [ccache] Possible to merge ccache dirs?

2018-01-15 Thread Joel Rosdahl via ccache
On 14 January 2018 at 12:01, Michael Bazzinotti via ccache
 wrote:
> My ccache was separate for both my root user and main user account. Now, I 
> have a shared ccache pointing to the main user's cache.
> How can I merge the root and user ccache directories?

Try something like this:

cd ~mainuser/.ccache
cp -a --parents ? ~root/.ccache
ccache -c

The last step will recalculate the file counters to match the new content.

-- Joel

___
ccache mailing list
ccache@lists.samba.org
https://lists.samba.org/mailman/listinfo/ccache


[ccache] Possible to merge ccache dirs?

2018-01-14 Thread Michael Bazzinotti via ccache

Hello,

My ccache was separate for both my root user and main user account. 
Now, I have a shared ccache pointing to the main user's cache.

How can I merge the root and user ccache directories?

Thanks,
 Sincerely,

--
*
Michael Bazzinotti
Technologist & Musician
http://www.bazz1.com
http://locations.schoolofrock.com/attleboro

___
ccache mailing list
ccache@lists.samba.org
https://lists.samba.org/mailman/listinfo/ccache