Jump to content

Recommended Posts

Posted

Hopefully this is in the right place...?

 

I have a large collection of pictures on my laptop from various large events I want a way of backing them up so that if my laptop ever dies i can easily access them again. Currently i have done this by copying them manually across from my laptop onto a network share of an ubuntu box. Is there software that will backup these photos but only backup the latest photos that i have taken? (Incremental backup?) preferably automatically once my laptop joins the home network.

 

Cheers

Posted
You could create a batch file that runs in the background. In the file then use robocopy with the /mir switch to make the backups Incremental
Posted

robocopy but I would suggest NOT using the /mir switch /mir Mirrors the folders, which would delete files out of the backup folder if they were deleted from the laptop. Not quite what you want.

 

robocopy by default only copies new files so should do what you are looking for.

Posted

I use SyncToy

Download: SyncToy 2.1 - Microsoft Download Center - Download Details

SyncToy 2.1 is a free application that synchronizes files and folders between locations. Typical uses include sharing files, such as photos, with other computers and creating backup copies of files and folders.

 

SyncToy can perform five actions on folder pairs.

 

Synchronize: New and updated files are copied both ways. Renames and deletes on either side are repeated on the other.

Echo: New and updated files are copied left to right. Renames and deletes on the left are repeated on the right.

Contribute: New and updated files are copied left to right. Renames on the left are repeated on the right. No deletions.

 

Works well for me keeping all my photos backed-up to my NAS.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...