search for: runfrom

Displaying 1 result from an estimated 1 matches for "runfrom".

Did you mean: nfrom
2004 Jul 09
1
cron/rsync issue
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I've got an rsync command... rsync -av --stats --progress --partial --delete-after --bwlimit=2000 rsync://sunsite.uio.no/Mandrakelinux /export/ftp/mandrakelinux This works just fine when runfrom the command line (as user 'mwatts'). I've put it in the 'mwatts' users' crontab: MAILTO="m.watts@eris.qinetiq.com" 0 3 * * * rsync -av --stats --progress --partial --delete-after --bwlimit=2000 rsync://sunsite.uio.no/Mandrakelinux /export/ftp/mandrakelinux Howe...