PDA

View Full Version : Gnome backup done file based



Death_Sargent
June 5th, 2007, 07:23 PM
I am trying to make a way to back up .gnome and .gconf
the current script works as such

#! /bin/bash
mkdir "/home/pete/gnomebackup/`date`" && cp -r "/home/pete/.gnome" "/home/pete/.gconf" "/home/pete/gnomebackup/`date`"


I want to make it delete folders it made that are a certain amount of time older than the current back up.

Death_Sargent
June 6th, 2007, 11:02 PM
*****push*****