[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Fcron only running one job



I've set up fcron to run some rsync backups daily, but it's only running one of them, and I can't figure out why. The syntax for all of the jobs is the same in the fcrontab, but the only one that runs is the /usr backup.

Any ideas?

Thanks.
@nice(10),serial(true),mailto(root),noticenotrun(true),bootrun 1d rsync -ax --delete --progress  --exclude=/first/Desktop/Trash --exclude=/first/Downloads  --exclude=/first/Temp --exclude=/first/.thumbnails --exclude=/first/.Trash /home/first /mnt/backup/home > /mnt/backup/backup.home.log
@nice(10),serial(true),mailto(root),noticenotrun(true),bootrun 1d rsync -ax --delete --progress /etc /mnt/backup > /mnt/backup/backup.etc.log
@nice(10),serial(true),mailto(root),noticenotrun(true),bootrun 1d rsync -ax --delete --progress /usr /mnt/backup > /mnt/backup/backup.usr.log
@nice(10),serial(true),mailto(root),noticenotrun(true),bootrun 1d rsync -ax --delete --progress /bin /mnt/backup > /mnt/backup/backup.bin.log
@nice(10),serial(true),mailto(root),noticenotrun(true),bootrun 1d rsync -ax --delete --progress /sbin /mnt/backup > /mnt/backup/backup.sbin.log
@nice(10),serial(true),mailto(root),noticenotrun(true),bootrun 1d rsync -ax --delete --progress /var /mnt/backup > /mnt/backup/backup.var.log


Reply to: