topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday April 23, 2024, 4:52 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: IDEA: Program to swap data selections from one drive to another  (Read 5375 times)

FrankEBailey`

  • Participant
  • Joined in 2008
  • *
  • Posts: 20
  • I am a maniac
    • View Profile
    • Donate to Member
I have several fixed hard drives in my PC as well as several external USB drives. Sometimes I want to take one of the externals to a friend's place, but the data I want to take along is on one of the fixed drives. I'd like a utility that will allow me to select one or more folders' worth of data on the external, then select a similar volume of data on the fixed HD, and will then basically cycle each of the selections to the opposite drive. The end result would be that the data I want to take along (TV show episodes, for example) is now on the external and ready to disconnect and take with me.

The stricture that makes this type of utility very necessary for me is that I often have very little free space on my drives, so doing the copying manually can be quite complicated and time-consuming. It might be plausible to create a RAM-cache for the copy so that minimal drive space doesn't prevent the copying from working...

I hope I'm being clear as to what I'm looking for. Of course, if such a utility exists already I'd love to hear about it!

Thanks, as always, in advance!  :D

Darwin

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 6,984
    • View Profile
    • Donate to Member
Re: IDEA: Program to swap data selections from one drive to another
« Reply #1 on: January 19, 2008, 09:32 AM »
Interesting idea, and certainly a useful one. I'd be interested in this kind of functionality as well. I wonder if a file/folder synchronizing tool could be used this way? I'm thinking in particular of Super Flexible File Synchronizer.

FrankEBailey`

  • Participant
  • Joined in 2008
  • *
  • Posts: 20
  • I am a maniac
    • View Profile
    • Donate to Member
Re: IDEA: Program to swap data selections from one drive to another
« Reply #2 on: January 21, 2008, 04:08 AM »
I wonder if a file/folder synchronizing tool could be used this way? I'm thinking in particular of Super Flexible File Synchronizer.

As far as I can tell the utility you suggest doesn't seem to have the kind of functionality I'm looking for. Anyone want to try coding something up that performs the basic functions as described?

Darwin

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 6,984
    • View Profile
    • Donate to Member
Re: IDEA: Program to swap data selections from one drive to another
« Reply #3 on: January 21, 2008, 09:17 AM »
Yes, you're right Frank. After posting the above I went off in search of the feature in ANY of the file synching/comparing tools that I have  - none of them feature it, that I can tell. I meant to post back here to that effect and got sidetracked  :o

skrommel

  • Fastest code in the west
  • Developer
  • Joined in 2005
  • ***
  • Posts: 933
    • View Profile
    • 1 Hour Software by skrommel
    • Donate to Member
Re: IDEA: Program to swap data selections from one drive to another
« Reply #4 on: February 10, 2008, 01:45 PM »
 :tellme: I don't get this.

I'd like a utility that will allow me to select one or more folders' worth of data on the external, then select a similar volume of data on the fixed HD, and will then basically cycle each of the selections to the opposite drive.

Is it file syncing, or do you mean something else?

Skrommel

jgpaiva

  • Global Moderator
  • Joined in 2006
  • *****
  • Posts: 4,727
    • View Profile
    • Donate to Member
Re: IDEA: Program to swap data selections from one drive to another
« Reply #5 on: February 10, 2008, 01:54 PM »
External = external disk (aka secondary disk)
Fixed hd = internal disk (aka main disk)
Cycle = Swap (the selected data)

The idea is to select some data on the external disk and on the internal disk, and sqap the selections, so that the internal disk ends up with the data selected on the external disk, and vice-versa. The really important problem here is that the selected data will potentially fill the disk, thus the files have to be moved around taking that into account.