11-13-05 12:46 PM
Thank you for taking the time, but I don't understand what you are doing.
Havev you ever used Ntbackup.exe?
"Butterfield" <Butterfield@post.edu> wrote in message
news:s51cn1tjntj7r33irfer3qsp1ukjcgu24t@
4ax.com...
> On Sat, 12 Nov 2005 08:14:29 -0500, "Eyeman" <eyeman@excite.com>
> wrote:
>
>
> This will rotate the backups while deleting the oldest one.
> This is using directories but you get the idea.
> Build a batch file that looks something like this:
>
> @echo off
> rmdir save.backup.10 /s /q
> ren save.backup.9 save.backup.10
> ren save.backup.8 save.backup.9
> ren save.backup.7 save.backup.8
> ren save.backup.6 save.backup.7
> ren save.backup.5 save.backup.6
> ren save.backup.4 save.backup.5
> ren save.backup.3 save.backup.4
> ren save.backup.2 save.backup.3
> ren save.backup.1 save.backup.2
>
> xcopy save.backup save.backup.1 /e /v /i
[ Post a follow-up to this message ]
|