doing backup

  • Thread starter Thread starter Eitan
  • Start date Start date
E

Eitan

Hello,
I want to do backup of some folders,
some of the files in the folders are sent to folder with the same name
(different files), within a period of about 4 weeks.
(i.e file a.txt is sent to same folder twice in 1th of January, and 1th of
February - with different contexts, so it is not the same file).
How can I do the backup.
Need some samples, please.

Thanks :)
 
Eitan said:
I want to do backup of some folders,
some of the files in the folders are sent to folder with the same name
(different files), within a period of about 4 weeks.
(i.e file a.txt is sent to same folder twice in 1th of January, and 1th of
February - with different contexts, so it is not the same file).
How can I do the backup.
Need some samples, please.

I would take a look at XXCopy (http://www.xxcopy.com), which is better
documented then XCOPY which comes with Windows.
 
Eitan said:
Hello,
I want to do backup of some folders,
some of the files in the folders are sent to folder with the same name
(different files), within a period of about 4 weeks.
(i.e file a.txt is sent to same folder twice in 1th of January, and
1th of February - with different contexts, so it is not the same
file).
How can I do the backup.
Need some samples, please.

Open a command prompt and look into the xcopy command, particularly the /d
option.

(xcopy /?)
 
Back
Top