Announcement

Collapse
No announcement yet.

Regular backups of a directory

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Regular backups of a directory

    I have about 40GB of Mp3's, and I wish to backup this directory to external HDD on a regular basis (say, weekly). However, rather than copy the entire directory to external HDD every week (which is a time consuming process), is there some way I can keep the 2 directories in sync and only backup the changes? Is there an application that can do this?

    #2
    rsync over a scheduled task

    just get a version of rsync for windows, it'll do exactly what you want.

    I use rsync on a cron job, on linux, to do the same thing.

    Comment


      #3
      There's a sync built into windows explorer, although I've not tried it. It might only work over a network.

      Comment


        #4
        I'll give those suggestions a try, thanks. Going for ease of use mainly, because of my HDD's go down, that's the stuff which will be the most time consumong to recover!

        Comment


          #5
          rsync -avz --delete /mnt/data /mnt/data2

          man, everything is so much more complex in windows.

          Comment


            #6
            Or just use the ever so easy to use windows SyncToy - free download from the Microsoft site! There's lots of options as well in how you sync.

            I use it to keep all my computers up to date with photos, mp3s etc loaded on to my home server, just to keep things backed up in lots of locations.

            Comment


              #7
              Funny you mention that, I've just been recommended it elsewhere - will give it a go!

              Comment

              Working...
              X