Search found 1 match

by unknownterritory
24 Nov 2019, 23:51
Forum: Help
Topic: FreeFileSync in a cronjob but sudo issues
Replies: 4
Views: 1642

Re: FreeFileSync in a cronjob but sudo issues

I had success using the following syntax: * * * * * /usr/bin/FreeFileSync/FreeFileSync '/path/to/sync-job.ffs_batch' --display=:0.0 2>&1 It seems unlikely that you can use 10 as the display sequence number as you probably don't have 10 displays connected to your computer. HTH! P.S.: I would post...