-
A quick reminder to myself on rsync usage $ rsync -Cvrtp <source> <destination> C = cvs-exclude V = verbose r = recursive t = times p = permissions K = keep dir links $ rsync -a <source> <destination> Corresponds to...
-
Making a backup is a must. And although doing it manually works, it is far from perfect. What if you are busy one week and can't run your backup? And then there is the question about what method to use....