Rsync | Push script

Polytropon freebsd at edvax.de
Sat Feb 21 11:56:06 PST 2009


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 at 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, ...


More information about the freebsd-questions mailing list