Jump to content

Back up VB or others

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
Benoit I

Benoit I

    Newbie

  • Members
  • Pip
  • 1 posts
Hey all,

I am looking for a simple way to automate backups. By backup, I mean copying files from my hard drive to a USB stick! I would like to automate the process by creating a small program, in VB 6 if possible since my programing skills are not that great.

The program should start at 11 pm every night and copy D:/Data into E:/Data

I am not interested in compressing! Just copying the files from one place to another.

Does someone would know how to do this?

Thank you for your help!

Benoit

#2
MeTh0Dz

MeTh0Dz

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,119 posts
Learn a language, and I'm pretty sure you'll be able to do that within a matter of days.

#3
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Simple, make a 'spider' and get all the dirs, create the dirs in the USB drive and then spider for files... and copy/paste them.

Make some basic code, maybe we can help you afterwards...