On 14 January 2018 at 12:01, Michael Bazzinotti via ccache
<[email protected]> 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
[email protected]
https://lists.samba.org/mailman/listinfo/ccache