Re: Multi-user, single UID ideas for Unison

Greg Troxel <[email protected]> Tue, 31 Oct 2023 20:36:42 -0400
Newsgroups gmane.network.unison.devel
Message-ID <[email protected]>
Dan Christensen <[email protected]> writes:

> Oh, sorry for misunderstanding.  That would be less of a bother, but I
> still would prefer them to be centralized.  One reason is that it gives
> you an easy way to clean them up if there are some root pairs that you
> used at one point but no longer use.

How do you do that?  Have you written scripts?  With them being in each
root, they'd be removed if you remove the root, and if you want to
remove all for a root, it's just rm * in the right dir.  With how things
are now, you have to iterate over them all, extract the path, check for
validity, and remove the ar and also the matching fp, and I've found it
to be troublesome.