Yeah, specifically; Code: [Select]nice 19 <command>Will effectively only execute the command using "spare" CPU cycles, i.e. it should have zero impact on other processes running on the same machine. Generally speaking, rsync will use a...
Yeah, specifically; Code: [Select]
nice 19 <command>
) performance. Using "nice" just means you can run this from "cron" literally without noticing. (sort of "bwlimit" for the CPU)


