Re: command line backup
- From: "Ray McCormick" <raymond(dot)mccormick(at)ntlworld(dot)com>
- Date: Sat, 18 Jun 2005 20:01:57 +0100
"billious" <billious_1954@xxxxxxxxxxx> wrote in message
news:42b40ad2$1_1@xxxxxxxxxxxxxxxxxxxxx
>
> "bdj" <B.D.Jensenremove@xxxxxxx> wrote in message
> news:42b3d63e$0$31806$ba624c82@xxxxxxxxxxxxxxxxxxxxxx
> > Hello!
> > I want to make an command-line based backup with standard
commands.
> > I try something like this
> >
(http://www.microsoft.com/resources/documentation/windows/xp/all/
proddocs/en-us/xcopy.mspx)
> > xcopy x:\Dokumenter K:\Backup\Dokumenter /v /f /d /s /i
> >
> >
> > But files deleted at source directories will not be deleted
at
> > destination-directory :-(
> > What can I do?
> >
> > Greetings Bjørn!
> >
> >
> >
>
> Wouldn't the point of having a backup be to be able to restore
the files
> that were deleted from the source?
>
> ...Just before you get too enthusiastic about it... :)
>
> ...Bill
>
>
Another alternative would be Xxcopy, a much improved xcopy that
has hundreds of switches including /clone switch.
You could add various logs and with a short batch file, if
desired, MOVE 'no longer on source' files rather than just delete
them.
See Xxcopy.com.
Ray
.
- References:
- command line backup
- From: bdj
- command line backup
- Prev by Date: Re: simple windows batch file question
- Next by Date: Re: command line backup
- Previous by thread: Re: command line backup
- Next by thread: simple windows batch file question
- Index(es):
Relevant Pages
|