Just a small note which has nothing to do with the
actual rsync problem:

On Sat, 21 Feb 2009 14:40:21 +0100, Jos Chrispijn <j...@webrz.net> wrote:
> DATE=`date "+%d%m%y"`

In order to be able to sourt your backups by date,
you could use the form 

        DATE=`date "+%y%m%d"`

or

        DATE=`date "+%Y%m%d"`

to get a date signature that can be sorted.



Just a suggestion - I've had the best experiences
with the form

        DATE=`date "+%Y-%m-%d"`

attached to the backup's "subject".




-- 
Polytropon
>From Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to