FlyerTalk Forums - View Single Post - Free (or low cost) backup software?
View Single Post
Old Dec 19, 2016 | 9:41 pm
  #2  
Mwenenzi
FlyerTalk Evangelist
Community Builder
20 Years on Site
 
Join Date: Apr 2001
Location: MEL CHC
Posts: 22,849
I use a simple batch file using xcopy, with a line for each main subdirectory
Like xcopy c:\D\*.* e:\bakupT\D\*.* /s /m /y /r for files in subdirectory D
I only backup data files & email and not program files
You need to be disciplined on where files go on your hard disk
Mwenenzi is offline