severity 347325 minor thanks
Well, I'm no longer using fcron to run my backups, since I switched to backupninja, but in case it can help, I've attached the lines I was using in my fcrontab.
$ sudo fcrontab -l Password: 02:45:39 listing root's fcrontab @nice(19),serial(true),bootrun 1d fcrontab -l > /home/first/Misc/Linux/Backup/fcrontab.root.backup 2> /dev/null @nice(19),serial(true),mailto(first),noticenotrun(false),bootrun 1d cd /; tar cfz /home/first/Misc/Linux/Backup/backup.etc.tar.gz etc; cd - >/dev/null [EMAIL PROTECTED](19),serial(true),mailto(first),noticenotrun(true),bootrun 1d rsync -ax --delete --delete-excluded --progress --exclude-from=/home/first/Misc/Linux/Backup/rsync-exclude.list /home/first /mnt/backup/home > /mnt/backup/logs/home.log [EMAIL PROTECTED](19),serial(true),mailto(first),noticenotrun(true),bootrun 1d rsync -ax --delete --progress /etc /mnt/backup > /mnt/backup/logs/etc.log [EMAIL PROTECTED](19),serial(true),mailto(first),noticenotrun(true),bootrun 1d rsync -ax --delete --progress /usr /mnt/backup > /mnt/backup/logs/usr.log [EMAIL PROTECTED](19),serial(true),mailto(first),noticenotrun(true),bootrun 1d rsync -ax --delete --progress /bin /mnt/backup > /mnt/backup/logs/bin.log [EMAIL PROTECTED](19),serial(true),mailto(first),noticenotrun(true),bootrun 1d rsync -ax --delete --progress /sbin /mnt/backup > /mnt/backup/logs/sbin.log [EMAIL PROTECTED](19),serial(true),mailto(first),noticenotrun(true),bootrun 1d rsync -ax --delete --progress /var /mnt/backup > /mnt/backup/logs/var.log

