Search found 1 match

by Abdolaziz
05 Nov 2021, 07:40
Forum: Help
Topic: Running crontab sync job completely in the background on Ubuntu
Replies: 0
Views: 183

Running crontab sync job completely in the background on Ubuntu

My system
OS: Ubuntu Impish
FreeFileSync version: 11.14 (installed directly from this website)
I use this command to run my sync job automatically (unintended in the background).
Command:
0 */6 * * * DISPLAY=:0 /opt/FreeFileSync/FreeFileSync /home/PF/PF.ffs_batch

When the command runs by crontab ...