Tips

How to copy data from local to remote server via rsync

How to copy data from local to remote server via rsync

To copy files from one remote location to a local server  using rsync: Flags: -a: Archive, syncs recursively and preserves symbolic links, special and device files, modification times, groups, owners, and permissions. -v: Verbose, prints information about what files are…

Raspberry pi: How to view cron logs

Raspberry pi: How to view cron logs

Cron is a time-based job scheduler in Linux and other Unix-like operating systems. It allows users to schedule jobs or commands to run at specific intervals or times. Raspberry Pi, being a Linux-based system, also uses cron for scheduling tasks.…

Raspberry Pi: How to stop and start cron

Raspberry Pi: How to stop and start cron

I recently had to stop cron jobs until I carry out some operations on the raspberry pi, i found a quick solution by issuing these commands: And to start it again: