Search found 2 matches

by flipflip
31 May 2024, 07:02
Forum: Help
Topic: Start FreeFileSync with cron
Replies: 7
Views: 1497

Re: Start FreeFileSync with cron

Solution
57 08 * * * env DISPLAY=:0 XAUTHORITY=`find /run/user/1000/.mutter*` /usr/bin/flatpak run org.freefilesync.FreeFileSync "/home/xxxx/Documents/backup-xxxx.ffs_batch"
by flipflip
23 May 2024, 05:45
Forum: Help
Topic: Start FreeFileSync with cron
Replies: 7
Views: 1497

Start FreeFileSync with cron

Hello everyone,

I am trying to set up the automatic launch of backups on my PC using cron on Fedora 39 with FreeFileSync installed via Flathub.

#crontab -e

DISPLAY=:0
35 07 * * * /usr/bin/flatpak run org.freefilesync.FreeFileSync /home/xxx/Documents/backup-xxx.ffs_batch


In the logs of my PC ...