Re: Backup to spare drive (rsync / crontab)

2009-01-31 Thread drc...@yahoo.com
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

Re: Backup to spare drive (rsync / crontab)

2009-01-30 Thread Peter Boosten
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

Re: Backup to spare drive (rsync / crontab)

2009-01-30 Thread Eric Zimmerman
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

Re: Backup to spare drive (rsync / crontab)

2009-01-30 Thread Mel
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

Re: Backup to spare drive (rsync / crontab)

2009-01-30 Thread Steve Bertrand
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

Re: Backup to spare drive (rsync / crontab)

2009-01-30 Thread Peter Boosten
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:/

Re: Backup to spare drive (rsync / crontab)

2009-01-30 Thread Peter Boosten
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

Re: Backup to spare drive (rsync / crontab)

2009-01-30 Thread Roland Smith
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