On 14 January 2018 at 12:01, Michael Bazzinotti via ccache <ccache@lists.samba.org> 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