XCOPY backup

Deleting data accidentally or due to a hardware failure no matter how it occurs, the worst thing which might happen is to loose our files.

Therefore I want to share my favorite backup method with you.

I personally use an external disk to back up my work but you can use something else such as an internal one or another computer in your network or maybe a flash or usb memory...

Whatever you choose as destination, there is a simple and speedy way of backup your files. Yes , I am telling you the XCOPY..

Hard Disc

Here how it works;

Open a notepad page. ( start > run > notepad and click OK )

Here is the syntax ;

XCOPY

here is mine ;

XCOPY D:PHOTOWORKS* H:MYBACKUP /s /i /y

means ;

my source is D:PHOTOWORKS* , ( * means every file inside )

my backup destination is H:MYBACKUP

and options

/s for copy subfolders and folders

/i for assuming the destination is a folder

/y for suppressing prompt to confirm overwriting a file

and save your file as backup.bat since it is a batch file.

You may ask why you do not simply copy and paste your files manually. Sure you can. But if you make a batch backup file like I mention here, you can schedule it for a later use.

( Control Panel > Scheduled Tasks )

Describe a scheduled task which includes running your batch file first and than shutting down your computer while you are sleeping or doing something else.

( SHUTDOWN -i )

Since I work till late night this gives me another half an hour to nap.

Thanks for reading

Serdar Tibet

Omega pills

Photo credits: Serdar Tibet.
Serdar Tibet
View blog View portfolio
  • Davulcu
  • Istanbul, Turkey
Serdar Tibet is a software developer and photographer, who is working on stock images in various concepts.

A very best of / Business /Food and Beverage/Objects and concepts/
Health & Medical/Education/ Landscapes/Illustrations/Model Works/
Frames and Backgrounds /Pets and Animals /Traditional
/Sports and Fitness

Your comment must be written in English.

We value all opinions and we will not censor or delete comments unless they come from fake accounts or contain spam, threats, false facts or vulgarity.

Almaterra

April 28, 2010

Thank you for your informations!

Mariaam

April 27, 2010

Thank you for sharing this!

Frantab01

April 27, 2010

thanks for sharing :)

Egomezta

April 27, 2010

Thanks for the tip....

smartview27

April 27, 2010

Great idea, Serdar! Thanks!

Davulcu

April 27, 2010

Mani you can back up spesific folders and can also owerwrite the ex data. There are also some software like Sync 2.0 which you can use.

Mani33

April 27, 2010

Great patch tip Serdar! Thanks for sharing! :)
I do the manual to be honest because I don't want to fill my external disk with everything I do middle way! So I backup the final art with the layers needed etc... Cheers ;)