Hi all, I m using the script for backup my cvs..i do run it from crontab.. Earlier it was working fine but now my date command is not working.. its not tagging the date on my cvs_bkp.tar folder.. any one have idea about it..
# Create a backup file tar -cvf /home/manish/cvs_bkp/cvs_bkp.tar /home/cvs/ # Rename the backup file by date date=`date -I` mv /home/manish/cvs_bkp/cvs_bkp.tar /home/manish/cvs_bkp/cvs_bkp$date.tar -- Manish Popli _______________________________________________ ilugd mailinglist -- [email protected] http://frodo.hserus.net/mailman/listinfo/ilugd Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi http://www.mail-archive.com/[email protected]/
