Go Back   TechArena Community > Software > Tips & Tweaks
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , ,

Sponsored Links



Incremental backup data with one. Def

Tips & Tweaks


Reply
 
Thread Tools Search this Thread
  #1  
Old 01-12-2008
Member
 
Join Date: Aug 2008
Posts: 84
Incremental backup data with one. Def

Save your important data before formatting for example ...
At the launch of the 1st batch, it saves all the files and folders, for against if you restart the batch 2 weeks later, it saves the changes, very effective.

In fact in the example above, against, I save my file "docs" that lies at the root of C: partition to my D: in the "backup" and my favorites ( "% USERPROFILE%" is the variable of "Documents and Settings \ username"). The switches E / H / R / Y / I / D used to copy the system files hidden ,.... For more information, open the command prompt (cmd.exe) and type xcopy /?.

First, open the notepad and enter this:

Code:
@ echo off 
  xcopy C: \ Docs D: \ Backup \ Docs / E / H / R / Y / I / D 
  xcopy "% USERPROFILE% \ Favorites D: \ Backup \ Favorites / E / H / R / Y / I / D 
  break
Then, save the text into a file named with the. Def (eg sauvegarde.bat) and selecting "All types of files."

Suffice it to launch this file to copy data from C to D.

Note: You can change the course letter readers in the script.
Reply With Quote
Reply

  TechArena Community > Software > Tips & Tweaks


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "Incremental backup data with one. Def"
Thread Thread Starter Forum Replies Last Post
How to perform incremental backup with syncback Aanisah Windows Software 5 16-06-2011 01:03 AM
Backup retention with incremental fRANCES Networking & Security 3 14-06-2011 02:44 PM
Unable to take incremental backup on windows7 Elazar Operating Systems 6 24-01-2011 10:21 AM
How use Robocopy and incremental backup MarcusB Windows Server Help 7 26-03-2009 01:18 AM
Vista Backup Utility : Incremental backup questions Nicholas Thompson - Me Vista Help 14 18-09-2007 05:50 AM


All times are GMT +5.5. The time now is 08:05 AM.