Adding full path for rsync was the solution.
All backups done last night on schedule.
Thanks to all that offered advice.
D
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe
On Jan 30, 2009, at 22:28, "Eric Zimmerman"
wrote:
On Fri, January 30, 2009 11:37 am, drc...@yahoo.com wrote:
I am using rsync and crontab to perform scheduled backups on FreeBSD
AMD64 Rel. 7.0
I am following process described here for rsync :
http://samba.anu.edu.au/rsync/examples.html
On Fri, January 30, 2009 11:37 am, drc...@yahoo.com wrote:
> I am using rsync and crontab to perform scheduled backups on FreeBSD
> AMD64 Rel. 7.0
> I am following process described here for rsync :
> http://samba.anu.edu.au/rsync/examples.html
>
You should check out the rsnapshot port. it does wh
On Friday 30 January 2009 10:28:48 Peter Boosten wrote:
> drc...@yahoo.com wrote:
> > #daily backup script
> > rsync -a --delete /usr/home/data/Access/ /backup/daily/Access
> > rsync -a --delete /usr/home/data/Templates/ /backup/daily/Templates
> > rsync -a --delete /usr/home/QBdata/ /backup/daily
drc...@yahoo.com wrote:
> I am using rsync and crontab to perform scheduled backups on FreeBSD AMD64
> Rel. 7.0
> I am following process described here for rsync :
> http://samba.anu.edu.au/rsync/examples.html
>
> I have a backup script's created for daily, weekly, monthly.
> This is one example
Peter Boosten wrote:
> path in the script, of add /usr/local/bin to your crontab.
^^
or
Sometimes the Dutch language emerges :-)
--
http://www.boosten.org
___
freebsd-questions@freebsd.org mailing list
http:/
drc...@yahoo.com wrote:
> I am using rsync and crontab to perform scheduled backups on FreeBSD AMD64
> Rel. 7.0
> I am following process described here for rsync :
> http://samba.anu.edu.au/rsync/examples.html
>
> I have a backup script's created for daily, weekly, monthly.
> This is one example
On Fri, Jan 30, 2009 at 10:37:19AM -0800, drc...@yahoo.com wrote:
> I am using rsync and crontab to perform scheduled backups on FreeBSD AMD64
> Rel. 7.0
> I am following process described here for rsync :
> http://samba.anu.edu.au/rsync/examples.html
>
> I have a backup script's created for dail