Well $x^2 \equiv 1 \mod 30$ so $x^2-1 = (x+1)(x-1) \equiv 0 \mod 30$.
Now the trivial factors of $0$ are $0$ and anything else so $x \pm 1$ will do (and will do for any modulus).
Non trivial are $2k, 15$, $3k,10j$ and $5k,6j$. Now we need two that are different by $2$. As each pair is relatively prime that can be done.
$2k - 15j = \pm 2$ however requires $j$ to be even which is equivalent to $0$ and is a trivial solution.
$3k - 10j = \pm 2$ is soulbe but $3*6 - 10*2 = -2$ so $(x-1)=18; (x+1) = 20; x = 19$ will do and $19^2= 18*20 + 1\equiv 6*2*30 + 1 \mod 30$.
For $5k - 6j =\pm 2$ there is $k=2; j = 2$and $x-1=10; x+1=12$ or $x = 11$ will do and $11^2 = 121 \equiv 1 \mod 30$.
So the solutions are $1,31,19, 11$ or $\pm 1; \pm 11$.
===
In hind sight is probably easier to use that Chinese remainder theorem.
$x^2 \equiv 1\mod 30 \implies x^2 \equiv 1 \mod 2,3,5$
So $(x-1)(x+1) \equiv 0 \mod 2,3,5$. As $2,3,5$ are prime the only solutions are $1$ and $-1\mod 2,3,5$.
If $x \equiv \pm1 \mod 2;x \equiv 1 \mod 3; x\equiv 1 \mod 5 \implies x \equiv 1 \mod 30$ is a solution.
$x \equiv \pm1\mod 2; x\equiv 1 \mod 3; x \equiv -1 \mod 5 \implies x \equiv 19 \mod 30$.
$x \equiv \pm1\mod 2; x\equiv -1 \mod 3; x \equiv 1 \mod 5 \implies x \equiv 11 \mod 30$.
$x \equiv \pm 1\mod 2; x\equiv -1 \mod 3; x\equiv -1\mod 5 \implies x\equiv 29 \mod 30$.
So those are the $4$ answers.
That can be generalized to any square free composite numbers.
====
Putting it all together:
If $n$ is prime then $x^2 \equiv 1 \mod n\implies (x + 1)(x-1)\equiv 0 \mod n$ and for prime $n$ the only solutions are $x \equiv \pm n$.
If $n = p^k$ then $(x-1)(x+1)\equiv 0 \mod p$ so if $x \not \equiv \pm 1$ then $x+1, x-1$ are both powers of $p$. This is only possible if $p = 2$. Only one of $x \pm 1$ is divisible by $2$ so $x\pm 1 \equiv 2$ and $x \mp 1 \equiv 2^{k-1}$. And $2^{k-1} -2 = 2$ so $k = 3$. And $x \equiv 3$.
So if $x^2 \equiv 1 \mod 2^3$ then $x\equiv \pm 1; \pm 3$
Other wise if $x^2 \equiv 1 \mod p^k$ then $x \equiv \pm 1\mod p^k$.
Finally if $x^2 \equiv 1 \mod n =\prod p_i^{a_i}$ then by CRT
$x \equiv \pm 1\mod p_i^{a_i}$ (or $\pm 3 \mod 8$). And by CRT there will a a unique solution to all of the combinations.
So if $x^2 \equiv 1 \mod 360 = 8*9*5$ then
$x \equiv \pm 1, \pm 3 \mod 8; x\equiv \pm 1 \mod 9; x \equiv \pm 1 \mod 5$.
So there are 16 solutions.