Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Feb 2009 20:55:43 +0100
From:      Polytropon <freebsd@edvax.de>
To:        Jos Chrispijn <jos@webrz.net>
Cc:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: Rsync | Push script
Message-ID:  <20090221205543.a3734230.freebsd@edvax.de>
In-Reply-To: <49A00445.8080703@webrz.net>
References:  <49A00445.8080703@webrz.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <jos@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, ...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090221205543.a3734230.freebsd>