hi
I use this command from cron job
30 3 * * * root tar Pcj /usr/local/httpd | ncftpput -c -u <your_username_on_remote_host> -p <your_pass_on_remote_host> <remote_host> <directory_on_remote_host>/save-`date +%Y.%m.%d-%H%M`.tar.bz2
to save daily via ftp the whole Web server data
it's working well. but now I have
200 backup files !
how to use this and delete at the same time all old ones backup files ?
regards
anonimous
I use this command from cron job
30 3 * * * root tar Pcj /usr/local/httpd | ncftpput -c -u <your_username_on_remote_host> -p <your_pass_on_remote_host> <remote_host> <directory_on_remote_host>/save-`date +%Y.%m.%d-%H%M`.tar.bz2
to save daily via ftp the whole Web server data
it's working well. but now I have
200 backup files !
how to use this and delete at the same time all old ones backup files ?
regards
anonimous