forums.silverfrost.com Forum Index forums.silverfrost.com
Welcome to the Silverfrost forums
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Program which synchronizes files

 
Post new topic   Reply to topic    forums.silverfrost.com Forum Index -> ClearWin+
View previous topic :: View next topic  
Author Message
DanRRight



Joined: 10 Mar 2008
Posts: 2813
Location: South Pole, Antarctica

PostPosted: Fri Jul 31, 2015 9:20 am    Post subject: Program which synchronizes files Reply with quote

I thought i took all files from the old disk but seems some were left there. Do anyone has written some simple program with nice GUI for synchronizing files?

Another problem is that there often exist many copies of the same DOC, picture or movie files. Would be good if the code sort this too.

Such programs (apps) probably exist on the net but probably would be useful to write your own one for such and other purposes.
Back to top
View user's profile Send private message
LitusSaxonicum



Joined: 23 Aug 2005
Posts: 2388
Location: Yateley, Hants, UK

PostPosted: Fri Jul 31, 2015 3:46 pm    Post subject: Reply with quote

Probably not the answer you want, Dan, but you could take the hard drive out of your old computer and put it in the new one. Alternatively it could go in an external hard drive enclosure, connected via eSATA or USB, or planning ahead, put it in an empty NAS shell and connect it via Ethernet.

Eddie
Back to top
View user's profile Send private message
DanRRight



Joined: 10 Mar 2008
Posts: 2813
Location: South Pole, Antarctica

PostPosted: Fri Jul 31, 2015 6:49 pm    Post subject: Reply with quote

Eddie, as always thanks for advice. Here i have the situation i can take harddrive for some time and get things out of it. But it takes a lot of time to find the differences.

Things are that old computers and harddrives are still sometimes used. And i put some things on them. Plus there are laptops. Same things there too. As a result files are spread and eventually lost because it's very time demanding to search for a needle in the hive.

Opera browser had great feature to have all your bookmarks over all computers and cellphones synchronized. Same feature for other PC items would be great to have.

/* (why this server always hiccups lately, vacation time?)
Back to top
View user's profile Send private message
John-Silver



Joined: 30 Jul 2013
Posts: 1520
Location: Aerospace Valley

PostPosted: Sun Aug 02, 2015 4:25 am    Post subject: Reply with quote

Hi Dan,
My first inclination is to ask the question "Doesn't itunes do it ?" PMSL :O)

Seriously, it seems like there are loads a freeware progs out there, there must be one that meets your needs, try these:-

http://www.thewindowsclub.com/file-folder-synchronization-freeware

Good luck, let us know of your experiences.
(P.S. be very careful !)

By the way, it's haystack . Needles are lost in haystacks :O)

I have the same problem of too many files spread across too many machines/disks. I'll have to try them myself too and try to get my house in order.
Back to top
View user's profile Send private message
JohnCampbell



Joined: 16 Feb 2006
Posts: 2554
Location: Sydney

PostPosted: Mon Aug 03, 2015 7:15 am    Post subject: Reply with quote

Dan,

I have written dos like commands for comparing files, directories or trees:

cmpf
: reads the 2 files as text files using "read (lu, '(a)', end=1002) file(num)"
This scans the content of two files, reporting line changes.

cmpufd
: reads 2 directories and compares file entries, based on the file date/time stamp from the DIR command, using
command = '>current.dir dir '//dir
call cissue (command, ifail)
comparison is based on the DIR character strings for file entries in the 2 directories.

cmptree
: reads 2 trees and compares file entries using call files@ (local_dir,...
again comparison is based on the date, time and size attributes of the file.

cmpufd and cmptree report:
* same entries (same date, time and size)
* entries with different date, time and size attributes
* entries where the time difference is only the daylight savings stamp
* entries that are unique to each directory

They do not scan for differences within each file, although time and size are a good indicator.

cmptree is a good indicator of missing files or sub-directories when checking similar backups or version changes.

If you need more info, send me a message.

John
Back to top
View user's profile Send private message
DanRRight



Joined: 10 Mar 2008
Posts: 2813
Location: South Pole, Antarctica

PostPosted: Tue Aug 04, 2015 11:59 am    Post subject: Reply with quote

I am sure that all your source will be very useful, John, but i afraid to even look at it. I know that if i plunge into this business, it will take from me weeks and i am already months behind all imaginable schedule extensions for a lot of unfinished things and promises Sad
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.silverfrost.com Forum Index -> ClearWin+ All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group