• Welcome to Orpington Astronomical Society.
 

News:

New version SMF 2.1.4 installed. You may need to clear cookies and login again...

Main Menu

Need a simple backup program

Started by Fay, May 07, 2017, 10:51:59

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Fay

I want a backup program that will do incremental backups after a full backup has been done.

at the moment, i am Using a free version of EASEtodo, i have put a backup onto a Toshiba external disc, it wont do an incremental one. i have moved some pictures etc onto it, manually not via a program, and i want to change  document, as I have updated it. so trying to delte it so I can manually add the updated one, but Toshiba disc is just hanging there saying it is recycling.

i dont want all this hassle, just a simple plan. i dont think I have been doing it peoperly, so bit scary as my computer is a bit erratic.

hope someone can advise, thanks

Fay
It is healthier to be mutton dressed as lamb, than mutton dressed as mutton!

doug

I have a Seagate backup doobrey... stores all the files you want to back up. I think it`s a one terabyte...

Doug.
Always look on the bright side of life ...

Carole

I have an external drive Fay, but I like to back up manually.  When I first got it it would do automatic back ups, but I found it annoying as it was backing up things I didn't need backed up and I like to put things where I know I can find them, so I deactivated that and do it myself every so often.  Probably not often enough though.

Carole

Fay

Oh ok, thanks, Doug and Carole. i did not want to do it manually, but I may have to so I know what is exactly happening
It is healthier to be mutton dressed as lamb, than mutton dressed as mutton!

Mac

Fay Create a file called backup.bat
Edit it copying the text below.

xcopy *.* "THE NAME OF THE DRIVE WHERE YOU WANT YOUR STUFF TO BE COPIED TO." /m /s /e /c /i /g /h /r /y

so inside the quotes will look like "e:\mybackup" where your E drive is the external drive.

My one for my nikon photos looks like this.

xcopy *.* "\\qnap\Nikon\Nikon Pictures\D3" /m /s /e /c /i /g /h /r /y

Then copy this file into the folder you want to back up.

Everything inside this folder will be backed up when it changes, including folders.

To run this you can do 1 of 3 things.
1) Double click the backup.bat when you want it backed up.
2) Create a shortcut to it and drop it in your startup folder.
3) go into control panel, goto administrative tools and run task scheduler. Add the batch file to this to run when ever you want it.
say every 2 hours. and leave it, when something changes it will automatically update the files on the location you have selected.

IT WILL NOT ERASE ANY FILES THAT YOU HAVE DELETED, but it will overwrite and files that you change.

so if you edit a photo and resave it, that will overwrite the photo on the stored location.

Mac.

Fay

thanks a lot for that Mac, I will read it a few times to let it soak in

Fay
It is healthier to be mutton dressed as lamb, than mutton dressed as mutton!

JohnP

QuoteI will read it a few times to let it soak in
:lol: :lol: :lol: