Folder copy / backup software

Soldato
Joined
5 Aug 2006
Posts
4,261
Hi,

well im on vista now so i cant use my version of ghost which is a tad ghay. however i wouldn't use it anyway because vista install is now bigger than my backup media. (xp used to backup to under 10gb =[ ) anyway.

what im looking for is a program that will copy selected folders to another location on a schedule.. the reason i want to copy the folders is that way if i do have to reinstall or whatever i can just copy and paste it all over in windows no need to install the software again... also must be a free..

if all else fails i will write myself a lot of bat files but its just a lot of effort id rather use an application lol.

tia

alec
 
SyncToy works well, shame it doesnt have a schedule thing on it thou - any ideas on exactly how i could set it up as a schedule task?

ta

alec
 
Does Vista not have a utility (I'm sure it has) that you can put an entry in to run a Task at a scheduled time, like the utility "Scheduled Tasks" (found in System Tools) in XP? :)
 
It does but what to i tell it to run? becuase if i just tell it to run the exe its just gonna open it isnt it - i will look around and see if it has command line support or anything
 
synctoy does have scheduling, you can use it with scheduled tasks :)

click Help in synctoy 'How to schedule synctoy'


Windows Vista
To schedule a task using the operating system:

From the Start menu, select All Programs - Accessories - System Tools - Task Scheduler.
Select Create Basic Task in the Actions pane on the right.
Add a Name and Description and select Next.
Choose when you want the task to start and select Next.
Choose date/times (if applicable) to run task and select Next.
Choose Start a Program option and select Next.
Select Browse and locate the SyncToy.exe.
Type "-R" in the Add Arguments textbox. –R all by itself will run all folder pairs that are active for run all. If you want to run just a single folder pair, add –R“My Pair” to the end of the command line. Note: there is a space before the hyphen but not one after the R. If the folder pair name contains a space, surround it with quotation marks, as the example above shows. For another example, assume that SyncToy is in the folder named C:\My Folder and that you want to run a folder pair named "My folder pair." Enter the command line as follows, including the quotation marks: "C:\My Folder\SyncToy.exe" -R"My folder pair." Note that there are two sets of quotation marks in this case: one is around the path to the SyncToy program file and the other surrounds the folder pair name.
Windows XP
To schedule a task using the operating system:

From the Start menu, select All Programs - Accessories - System Tools - Scheduled Tasks.
Select Add scheduled task to start the Scheduled Task Wizard. You will see a list of possible programs to run.
SyncToy may appear as an option in the list. If SyncToy does not appear in the list, click Browse and go find it.
The wizard will next prompt you to enter how often you want to run the scheduled SyncToy (for example, daily, weekly, et cetera). Select a frequency.
The next page asks when to start the task. Select a start time.
The next page asks for the user name and password to run the program under. Enter your user name and password.
The final page contains an option to open the properties dialog when the wizard ends. Select this checkbox.
Modify the Run textbox to include the –R command line option. –R all by itself will run all folder pairs that are active for run all. If you want to run just a single folder pair, add –R“My Pair” to the end of the command line. Note: there is a space before the hyphen but not one after the R. If the folder pair name contains a space, surround it with quotation marks, as the example above shows. For another example, assume that SyncToy is in the folder named C:\My Folder and that you want to run a folder pair named "My folder pair." Enter the command line as follows, including the quotation marks: "C:\My Folder\SyncToy.exe" -R"My folder pair." Note that there are two sets of quotation marks in this case: one is around the path to the SyncToy program file and the other surrounds the folder pair name.
 
Last edited:
Back
Top Bottom