How do I synchronise two folders in real-time in Windows 7?Automatically make or update a copy real-time on...
What kind of footwear is suitable for walking in micro gravity environment?
Does fire aspect on a sword, destroy mob drops?
Did Nintendo change its mind about 68000 SNES?
How to test the sharpness of a knife?
Can a university suspend a student even when he has left university?
Is VPN a layer 3 concept?
PTIJ: Which Dr. Seuss books should one obtain?
Hackerrank All Women's Codesprint 2019: Name the Product
Was World War I a war of liberals against authoritarians?
Isn't the word "experience" wrongly used in this context?
What are the rules for concealing thieves' tools (or items in general)?
Why does Surtur say that Thor is Asgard's doom?
What are the consequences of changing the number of hours in a day?
Exit shell with shortcut (not typing exit) that closes session properly
Would mining huge amounts of resources on the Moon change its orbit?
UK Tourist Visa- Enquiry
How to balance a monster modification (zombie)?
Why is "la Gestapo" feminine?
If I cast the Enlarge/Reduce spell on an arrow, what weapon could it count as?
10 year ban after applying for a UK student visa
Do I need to convey a moral for each of my blog post?
Why is there so much iron?
Jem'Hadar, something strange about their life expectancy
TDE Master Key Rotation
How do I synchronise two folders in real-time in Windows 7?
Automatically make or update a copy real-time on another hard drive volume whenever files are saved to a particular folderMirror a folder automatically?How can I keep two folders synchronized when a new file is created in one of them on Windows?One-way sync files from one computer to anotherCopying and Syncing Files on the Same ComputerWindows 7, can I mirror directories when I got one HHD? (like RAID)Linux: Continuously synchronize files, one wayHow can I keep folders synchronized between several machines over my home network?Windows 8 folder to folder sync softwareRedundant storage of select files and synchronization between multiple computersReal-time threat finderHow to easily synchronise two folders (1 on PC, 1 on external HDD)Real-time offline folder-to-folder backup application needed (Windows)PuTTY log to disk in real-time?Real-Time Collaborative Editor that is private?What NAS setup for two-way syncing over the internet?Real-time graphing application for SQL dataHow do I synchronise time with a time server on Windows 7 and 8.1?How do I real-time synchronize two files in Windows 8.1?Real-time option in ulimit
I want to synchronise two folders in real time under Windows 7.
Basically, I want to monitor a folder and synchronise each change (new files, changed files, deleted files) to another drive. It has to be in real time, so it gets synchronised instantly when a change happens. A one-direction synchronisation is enough.
I tried Microsoft's SyncToy, but it does only syncing by hand or scheduled (thus not satisfying the "real-time" requirement).
Can this be achieved with Windows 7 itself? If not, are there other methods of doing this?
windows-7 sync real-time
add a comment |
I want to synchronise two folders in real time under Windows 7.
Basically, I want to monitor a folder and synchronise each change (new files, changed files, deleted files) to another drive. It has to be in real time, so it gets synchronised instantly when a change happens. A one-direction synchronisation is enough.
I tried Microsoft's SyncToy, but it does only syncing by hand or scheduled (thus not satisfying the "real-time" requirement).
Can this be achieved with Windows 7 itself? If not, are there other methods of doing this?
windows-7 sync real-time
1
Related question: superuser.com/questions/349/…
– koppor
Dec 7 '12 at 10:07
I just started using allwaysync - works like a charm
– Hugo Forte
Sep 16 '14 at 13:32
1
The nice thing about using a pure windows solution is that the windows api has events you can hook into to get an event the moment something changes, which is much less error prone than scanning files/directories like some open source tools do.
– Kelly Elton
Mar 26 '15 at 17:06
Never tried this software but looks promising. techsoftpl.com/backup/index.php
– Moab
Dec 30 '15 at 21:33
Instead of syncing folders, you may just need to create a symbolic link using the built-in MKLINK command. It makes files and folders appear to be in two places at once even though it's really only in one place.
– ChaimG
Jun 10 '16 at 13:30
add a comment |
I want to synchronise two folders in real time under Windows 7.
Basically, I want to monitor a folder and synchronise each change (new files, changed files, deleted files) to another drive. It has to be in real time, so it gets synchronised instantly when a change happens. A one-direction synchronisation is enough.
I tried Microsoft's SyncToy, but it does only syncing by hand or scheduled (thus not satisfying the "real-time" requirement).
Can this be achieved with Windows 7 itself? If not, are there other methods of doing this?
windows-7 sync real-time
I want to synchronise two folders in real time under Windows 7.
Basically, I want to monitor a folder and synchronise each change (new files, changed files, deleted files) to another drive. It has to be in real time, so it gets synchronised instantly when a change happens. A one-direction synchronisation is enough.
I tried Microsoft's SyncToy, but it does only syncing by hand or scheduled (thus not satisfying the "real-time" requirement).
Can this be achieved with Windows 7 itself? If not, are there other methods of doing this?
windows-7 sync real-time
windows-7 sync real-time
edited Aug 1 '13 at 20:56
community wiki
7 revs, 3 users 48%
acme
1
Related question: superuser.com/questions/349/…
– koppor
Dec 7 '12 at 10:07
I just started using allwaysync - works like a charm
– Hugo Forte
Sep 16 '14 at 13:32
1
The nice thing about using a pure windows solution is that the windows api has events you can hook into to get an event the moment something changes, which is much less error prone than scanning files/directories like some open source tools do.
– Kelly Elton
Mar 26 '15 at 17:06
Never tried this software but looks promising. techsoftpl.com/backup/index.php
– Moab
Dec 30 '15 at 21:33
Instead of syncing folders, you may just need to create a symbolic link using the built-in MKLINK command. It makes files and folders appear to be in two places at once even though it's really only in one place.
– ChaimG
Jun 10 '16 at 13:30
add a comment |
1
Related question: superuser.com/questions/349/…
– koppor
Dec 7 '12 at 10:07
I just started using allwaysync - works like a charm
– Hugo Forte
Sep 16 '14 at 13:32
1
The nice thing about using a pure windows solution is that the windows api has events you can hook into to get an event the moment something changes, which is much less error prone than scanning files/directories like some open source tools do.
– Kelly Elton
Mar 26 '15 at 17:06
Never tried this software but looks promising. techsoftpl.com/backup/index.php
– Moab
Dec 30 '15 at 21:33
Instead of syncing folders, you may just need to create a symbolic link using the built-in MKLINK command. It makes files and folders appear to be in two places at once even though it's really only in one place.
– ChaimG
Jun 10 '16 at 13:30
1
1
Related question: superuser.com/questions/349/…
– koppor
Dec 7 '12 at 10:07
Related question: superuser.com/questions/349/…
– koppor
Dec 7 '12 at 10:07
I just started using allwaysync - works like a charm
– Hugo Forte
Sep 16 '14 at 13:32
I just started using allwaysync - works like a charm
– Hugo Forte
Sep 16 '14 at 13:32
1
1
The nice thing about using a pure windows solution is that the windows api has events you can hook into to get an event the moment something changes, which is much less error prone than scanning files/directories like some open source tools do.
– Kelly Elton
Mar 26 '15 at 17:06
The nice thing about using a pure windows solution is that the windows api has events you can hook into to get an event the moment something changes, which is much less error prone than scanning files/directories like some open source tools do.
– Kelly Elton
Mar 26 '15 at 17:06
Never tried this software but looks promising. techsoftpl.com/backup/index.php
– Moab
Dec 30 '15 at 21:33
Never tried this software but looks promising. techsoftpl.com/backup/index.php
– Moab
Dec 30 '15 at 21:33
Instead of syncing folders, you may just need to create a symbolic link using the built-in MKLINK command. It makes files and folders appear to be in two places at once even though it's really only in one place.
– ChaimG
Jun 10 '16 at 13:30
Instead of syncing folders, you may just need to create a symbolic link using the built-in MKLINK command. It makes files and folders appear to be in two places at once even though it's really only in one place.
– ChaimG
Jun 10 '16 at 13:30
add a comment |
15 Answers
15
active
oldest
votes
Dsynchronize lets you do this. I'm not sure how it works in Windows 7 but it's freeware and standalone so there's no harm in trying.
4
Thanks! I tried it and it works like a charm, runs flawlessly on Windows 7.
– acme
Nov 4 '09 at 14:13
1
I'm running this for nearly a year now. It's working quite well, though it's not syncing correctly if a large number of files is changed within a few moments (e.g. when unzipping or checking out a repository). But as I've not found something better, I'll still stick with it.
– acme
Sep 17 '10 at 15:16
1
This is a great tool, but when I mapped a Linux samba folder to drive Z: using net use command, the files cannot be synced from Windows local folder to Z:, it reports "Access rights error", has anyone met this before?
– Kelvin Hu
Dec 4 '14 at 3:06
2
After downloading Dsynchronize.zip from the link in this answer, 360 Internet Security flagged it as having the following risk: "Trojan (HEUR/QVM11.1.Malware.Gen)". The 57 upvotes make me think the trojan is possibly a recent addition (or a false positive), but it's not worth it to me to try. Sorry to have to downvote, but the "no harm in trying" doesn't seem applicable anymore.
– kevinmicke
Aug 7 '15 at 23:44
1
@kevinmicke - I checked out the most recent version and it looks to get flagged by virustotal.com
– jchavannes
Jan 2 '16 at 22:01
|
show 10 more comments
I use ROBOCOPY command and made a command line to do the sync between 2 folders (incremental sync) my command is like this
ROBOCOPY "Source_Folder" "Destination_Folder" /E /ZB /XJ /XF "~*.*" "*~.*" "desktop.ini" "Thumbs.db" "*.torrent" ".lock" ".Sync*" /xd "Rubbish" ".Sync*" ".Box Sync" "_private" "Outlook Files" /FFT /MT /R:2 /W:5 /V /MON:1 /TEE
(exclude files: "~*.*" "*~.*" "desktop.ini" "Thumbs.db" "*.torrent" ".lock" ".Sync*"
)
(exclude folders including files in these folders: "Rubbish" ".Sync*" ".Box Sync" "_private" "Outlook Files"
)
Also this repeats itself every minute and/or single change of file/folder.
Regards,
Rizwan.
FLAGS
/E Copy subdirectories, including empty ones.
/ZB Use restartable mode; if access denied use backup mode.
/XJ Exclude junction points. (normally included by default).
/FFT Assume FAT file times (2-second granularity).
/MT Do multi-threaded copies with 8 threads.
/R:2 Number of retries on failed copies.
/W:5 Wait time between retries.
/V Produce verbose output, showing skipped files.
/TEE Output to console window, as well as the log file.
/MON:1 Monitor source; run again when more than 1 change seen.
/XF [files] Exclude files matching given names/paths/wildcards.
/XD [dirs] Exclude directories matching given names/paths.
1
Works, and works nicely except for the whole command window up on my screen thing. I know there's ways to run it in the background or servicify it, and I'll check into those.
– music2myear
Oct 5 '16 at 17:17
For reference/MON:1
monitors source and rerun the copy if there are 1 or more changesand/MOT:1
means monitor source and reruns in 1 minute if there where changes. I guess that/MON:1
is enough.
– ecerulm
Oct 25 '16 at 12:57
You can "servicify" commands with NSSM : nssm.cc
– Benj
Nov 6 '17 at 9:43
Is this really realtime, if you have to have it once per minute?
– Tripp Kinetics
Nov 30 '18 at 22:08
add a comment |
There's Synkron which is open source and is cross platform.
1
But does it sync in real time?
– acme
Oct 23 '12 at 10:37
Doesn't look like it :(
– jonathanconway
May 20 '13 at 5:04
3
This is what is just needed. I don't need it to be real time but like the depth of options this tool provides, creating a schedule works just fine. This tool does support syncing every 1 minute which is pretty close to being real time!
– cracked_all
Dec 5 '13 at 21:36
How to use wildcards for folders blacklist?
– The One
Mar 5 at 16:09
add a comment |
You could use a NTFS Symbolic Link so that the folders on each drive actually point to the same folder.
That's an interesting approach, but I guess it won't work here, the mapped drive (the sync-target) is Linux.
– acme
Nov 4 '09 at 14:12
2
You can create a NTFS symbolic link to a Samba path, I have several on my desktop to my Ubuntu file server.
– Chris Smith
Nov 2 '11 at 18:53
5
This solution could fit if you're not looking for data physical replication.
– vegatripy
Aug 13 '14 at 13:02
4
Doesn't full fill my need to copy files on a ram disk back to an SSD.
– Mike de Klerk
Nov 5 '15 at 8:09
This won't work for deleting. I.e. if you delete the entire symlink folder, the original is untouched.
– jiggunjer
Dec 23 '16 at 6:44
|
show 1 more comment
Since I read your comment ".. the mapped drive (the sync-target) is Linux", then I want to give you a way better approach: You only need ssh-access on the Linux target, it is way faster, and works much better over lower bandwidths and longer latencies.
Use WinSCP's "Keep remote directory up to date" function!
You will need a little tweaking on the transfer options to set up always binary, exclude files (typically svn or git files and similar) etc. Also use the "automatic apply" of transfer options. Also, create a session that has the host, local and remote directories set up. At that point, you only need to open WinSCP, activate the session (which then also automatically applies the transfer options due to e.g. host-matching), and hit the keep-updated button.
Or you could script this using WinSCPs scripting tools!
.. and just btw: If the scenario was Unix-to-Unix, then check out this question.
Thanks! I'll take a look at this, sounds like a good idea.
– acme
Jun 29 '12 at 12:31
-1 Sorry, just got my whole dir deleted because of this lousy sync tool. VERY BAD TOOL.
– Poni
Oct 3 '12 at 7:36
1
I think this is over-complicated, for wanting to just keep synched.
– Menelaos Bakopoulos
Nov 20 '13 at 11:20
3
@Poni: You can cut yourself with a knife too. It is NOT the tool that is at fault here, dude! :-D
– stolsvik
Nov 20 '13 at 21:31
1
@meewoK: He asked for real-time synch, and he mentioned that the target was a Linux-box. I found the samba-solution (mounting Linux on windows) to be WAY to slow over slow lines, while SCP-solution is quick. Using WinSCP was the only option I found that satisfied my own needs, and it does that pretty good. I wanted to share this. It is very simple to set up the initial synch: Just point left side to local, and log in and navigate remote on right side, and then hit synch. In addition I just mention a couple of extra features that makes the setup quicker - that might seem to complicate things.
– stolsvik
Nov 21 '13 at 13:49
|
show 3 more comments
My I've tried quite a few programs and the only ones that do real-time mirroring of folders are:
Yadis! Backup (a program not yet mentioned here)
Dsynchronize (the program selected as the answer)
Personally, I like Yadis! Backup better. It has more features than Dsynchronize. You can enable versioning, # of versions to keep, which file operations to monitor, and I'm sure a lot more. Plus, it has a better looking GUI that looks more refined.
1
Yadis! Backup is great: real-time updating is fast, interface is friendly, lots of option, and no trojan. As I commented on the accepted answer, after downloading Dsynchronize.zip from the link in this answer, 360 Internet Security flagged it as having the following risk: "Trojan (HEUR/QVM11.1.Malware.Gen)".
– kevinmicke
Aug 7 '15 at 23:56
add a comment |
Below are some of the tools for synchronizing folders in real time, check each and select one for your requirement.
- FreeFileSync
- AllwaySync
- SyncBack Free
- Synkron
- File Synchronizer
- PureSync
- GoodSync
"Customer agrees that Allway Sync Free has certain limitations and that these limitations may change over time without notice or obligation on the part of Developer. Currently, the limitations may not allow Customer to process more than 40,000 files in any consecutive 30-days." -- Allway Sync License: allwaysync.com/license
– Ashley Ross
Dec 20 '17 at 9:07
add a comment |
If you want to sync a folder to USB and you use Dropbox already, use the DropboxPortableAHK.
This way, I have my Dropbox files synced on any computer, as well as my iPhone using the Dropbox app and my USB drive I use at uni with this portable version.
Dead link. Appears to have moved to nionsoftware.com/dbpahk
– JYelton
Apr 2 '13 at 22:25
And surrender your privacy completely by having important docs on a a system that has been compromised multuple times.
– Menelaos Bakopoulos
Nov 20 '13 at 11:21
add a comment |
Another very strong way to sync folders is to use rsync
on command line. You will have to download MingW toolchain or if you install cwRsync, it installs rsync.exe that you can run directly.
All you would need is this command:
rsync -r source_path destination_path
-r flag is to recursive for all sub folders.
On Windows (7) the path should be provided in the following format. For example to specify c:test
it will be /c/test
or /cygdrive/c/test
This is the most efficient, fast and powerful way to sync folders with large files even though Dsynchronize in accepted answer also worked for me.
It is not live or real time though. Everytime you need to sync, you will run this command.
add a comment |
Maybe this one will help you: Allway Sync. Thare are free* and pro version.
Features:
- Flexible configuration and customization.
- Supports files of any size.
- Easy-to-use graphical interface.
- Supports virtually any file system (FAT, NTFS, SAMBA, Netware, X-Drive, CDFS, UDF and more).
- Can be installed on a desktop, laptop, USB stick, external HDD or a U3-enabled device.
- Capable of synchronizing more than 2 folders.
- Synchronize data between your desktop PCs and laptops over network
I used this program and I liked it.
* - free version has a limit of files processed during every 30 days. See Allway Sync End User License Agreement
1
"Customer agrees that Allway Sync Free has certain limitations and that these limitations may change over time without notice or obligation on the part of Developer. Currently, the limitations may not allow Customer to process more than 40,000 files in any consecutive 30-days." -- Allway Sync License: allwaysync.com/license
– Ashley Ross
Dec 20 '17 at 9:07
I've been using Resilio Sync and it works great, especially across networks. It syncs fairly quickly too, but not fast enough for web development. I have a virtual box with a shared folder that I need to sync to a local folder which is the root of the website. I'll give Allway Sync a try. It's interface is pretty straight forward at least.
– Chris Geirman
Nov 4 '18 at 20:56
add a comment |
You can try SyncBack4all, it's real time folder and files sync program.
1
Except it isn't free.
– Paya
Jul 20 '12 at 7:20
add a comment |
Watch 4 Folder v2.3 - a small (802kb), portable (no installation) and powerful monitoring tool to monitor folders and files activities.
It is simple to use and to set, it can monitor 15 types of events and trigger different actions in case an event occurs.
http://leelusoft.blogspot.in/2011/10/watch-4-folder-23.html
-Been using it on a server, firing off multiple exes - conversion to PDF using Acrobat, stamping them, sending as attachment to offices around the country through smtp calls... little software does many things!!
add a comment |
I wanted the same. And in principle the Sync Center within Windows7 would provide that but in another fashion: you only have to set a network folder as Always Available Offline.
With this you basically have that a local and remote version synchronized, you are working as if you were on the network but actually it manages to have it locally.
In other words you only see one copy but having it in two places, but that is the goal of synchronizing. Instead of being transparent that there is a remotely synchronized copy, there is a locally synchronized copy. In any case this covers the basic goal of network failures.
I must say this is the theory because I got stuck since my network drives are managed by Novel and therefore I don't have the option of "Always Available Offline".
Sync Center : windows.microsoft.com/en-au/windows-vista/…
– hB0
Dec 15 '13 at 19:35
add a comment |
I use free syncless https://code.google.com/p/big5sync/
it hooks to system and if in seamless mode, sync files in real time.
Can't run as service, personally don't like GUI but it works :)
MirrorFolder http://www.techsoftpl.com/backup/
can also do real time sync and it works as service (do not need GUI to load to work)
but it's not free ($39)
add a comment |
You can assign a folder path to a drive with subst.
Code:
SUBST L: "C:SomePath"
2
What? How does this result in anything getting synced?
– Twisty Impersonator
Mar 6 '17 at 15:47
add a comment |
protected by Community♦ Sep 14 '13 at 16:50
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
15 Answers
15
active
oldest
votes
15 Answers
15
active
oldest
votes
active
oldest
votes
active
oldest
votes
Dsynchronize lets you do this. I'm not sure how it works in Windows 7 but it's freeware and standalone so there's no harm in trying.
4
Thanks! I tried it and it works like a charm, runs flawlessly on Windows 7.
– acme
Nov 4 '09 at 14:13
1
I'm running this for nearly a year now. It's working quite well, though it's not syncing correctly if a large number of files is changed within a few moments (e.g. when unzipping or checking out a repository). But as I've not found something better, I'll still stick with it.
– acme
Sep 17 '10 at 15:16
1
This is a great tool, but when I mapped a Linux samba folder to drive Z: using net use command, the files cannot be synced from Windows local folder to Z:, it reports "Access rights error", has anyone met this before?
– Kelvin Hu
Dec 4 '14 at 3:06
2
After downloading Dsynchronize.zip from the link in this answer, 360 Internet Security flagged it as having the following risk: "Trojan (HEUR/QVM11.1.Malware.Gen)". The 57 upvotes make me think the trojan is possibly a recent addition (or a false positive), but it's not worth it to me to try. Sorry to have to downvote, but the "no harm in trying" doesn't seem applicable anymore.
– kevinmicke
Aug 7 '15 at 23:44
1
@kevinmicke - I checked out the most recent version and it looks to get flagged by virustotal.com
– jchavannes
Jan 2 '16 at 22:01
|
show 10 more comments
Dsynchronize lets you do this. I'm not sure how it works in Windows 7 but it's freeware and standalone so there's no harm in trying.
4
Thanks! I tried it and it works like a charm, runs flawlessly on Windows 7.
– acme
Nov 4 '09 at 14:13
1
I'm running this for nearly a year now. It's working quite well, though it's not syncing correctly if a large number of files is changed within a few moments (e.g. when unzipping or checking out a repository). But as I've not found something better, I'll still stick with it.
– acme
Sep 17 '10 at 15:16
1
This is a great tool, but when I mapped a Linux samba folder to drive Z: using net use command, the files cannot be synced from Windows local folder to Z:, it reports "Access rights error", has anyone met this before?
– Kelvin Hu
Dec 4 '14 at 3:06
2
After downloading Dsynchronize.zip from the link in this answer, 360 Internet Security flagged it as having the following risk: "Trojan (HEUR/QVM11.1.Malware.Gen)". The 57 upvotes make me think the trojan is possibly a recent addition (or a false positive), but it's not worth it to me to try. Sorry to have to downvote, but the "no harm in trying" doesn't seem applicable anymore.
– kevinmicke
Aug 7 '15 at 23:44
1
@kevinmicke - I checked out the most recent version and it looks to get flagged by virustotal.com
– jchavannes
Jan 2 '16 at 22:01
|
show 10 more comments
Dsynchronize lets you do this. I'm not sure how it works in Windows 7 but it's freeware and standalone so there's no harm in trying.
Dsynchronize lets you do this. I'm not sure how it works in Windows 7 but it's freeware and standalone so there's no harm in trying.
answered Nov 4 '09 at 13:08
community wiki
CGA
4
Thanks! I tried it and it works like a charm, runs flawlessly on Windows 7.
– acme
Nov 4 '09 at 14:13
1
I'm running this for nearly a year now. It's working quite well, though it's not syncing correctly if a large number of files is changed within a few moments (e.g. when unzipping or checking out a repository). But as I've not found something better, I'll still stick with it.
– acme
Sep 17 '10 at 15:16
1
This is a great tool, but when I mapped a Linux samba folder to drive Z: using net use command, the files cannot be synced from Windows local folder to Z:, it reports "Access rights error", has anyone met this before?
– Kelvin Hu
Dec 4 '14 at 3:06
2
After downloading Dsynchronize.zip from the link in this answer, 360 Internet Security flagged it as having the following risk: "Trojan (HEUR/QVM11.1.Malware.Gen)". The 57 upvotes make me think the trojan is possibly a recent addition (or a false positive), but it's not worth it to me to try. Sorry to have to downvote, but the "no harm in trying" doesn't seem applicable anymore.
– kevinmicke
Aug 7 '15 at 23:44
1
@kevinmicke - I checked out the most recent version and it looks to get flagged by virustotal.com
– jchavannes
Jan 2 '16 at 22:01
|
show 10 more comments
4
Thanks! I tried it and it works like a charm, runs flawlessly on Windows 7.
– acme
Nov 4 '09 at 14:13
1
I'm running this for nearly a year now. It's working quite well, though it's not syncing correctly if a large number of files is changed within a few moments (e.g. when unzipping or checking out a repository). But as I've not found something better, I'll still stick with it.
– acme
Sep 17 '10 at 15:16
1
This is a great tool, but when I mapped a Linux samba folder to drive Z: using net use command, the files cannot be synced from Windows local folder to Z:, it reports "Access rights error", has anyone met this before?
– Kelvin Hu
Dec 4 '14 at 3:06
2
After downloading Dsynchronize.zip from the link in this answer, 360 Internet Security flagged it as having the following risk: "Trojan (HEUR/QVM11.1.Malware.Gen)". The 57 upvotes make me think the trojan is possibly a recent addition (or a false positive), but it's not worth it to me to try. Sorry to have to downvote, but the "no harm in trying" doesn't seem applicable anymore.
– kevinmicke
Aug 7 '15 at 23:44
1
@kevinmicke - I checked out the most recent version and it looks to get flagged by virustotal.com
– jchavannes
Jan 2 '16 at 22:01
4
4
Thanks! I tried it and it works like a charm, runs flawlessly on Windows 7.
– acme
Nov 4 '09 at 14:13
Thanks! I tried it and it works like a charm, runs flawlessly on Windows 7.
– acme
Nov 4 '09 at 14:13
1
1
I'm running this for nearly a year now. It's working quite well, though it's not syncing correctly if a large number of files is changed within a few moments (e.g. when unzipping or checking out a repository). But as I've not found something better, I'll still stick with it.
– acme
Sep 17 '10 at 15:16
I'm running this for nearly a year now. It's working quite well, though it's not syncing correctly if a large number of files is changed within a few moments (e.g. when unzipping or checking out a repository). But as I've not found something better, I'll still stick with it.
– acme
Sep 17 '10 at 15:16
1
1
This is a great tool, but when I mapped a Linux samba folder to drive Z: using net use command, the files cannot be synced from Windows local folder to Z:, it reports "Access rights error", has anyone met this before?
– Kelvin Hu
Dec 4 '14 at 3:06
This is a great tool, but when I mapped a Linux samba folder to drive Z: using net use command, the files cannot be synced from Windows local folder to Z:, it reports "Access rights error", has anyone met this before?
– Kelvin Hu
Dec 4 '14 at 3:06
2
2
After downloading Dsynchronize.zip from the link in this answer, 360 Internet Security flagged it as having the following risk: "Trojan (HEUR/QVM11.1.Malware.Gen)". The 57 upvotes make me think the trojan is possibly a recent addition (or a false positive), but it's not worth it to me to try. Sorry to have to downvote, but the "no harm in trying" doesn't seem applicable anymore.
– kevinmicke
Aug 7 '15 at 23:44
After downloading Dsynchronize.zip from the link in this answer, 360 Internet Security flagged it as having the following risk: "Trojan (HEUR/QVM11.1.Malware.Gen)". The 57 upvotes make me think the trojan is possibly a recent addition (or a false positive), but it's not worth it to me to try. Sorry to have to downvote, but the "no harm in trying" doesn't seem applicable anymore.
– kevinmicke
Aug 7 '15 at 23:44
1
1
@kevinmicke - I checked out the most recent version and it looks to get flagged by virustotal.com
– jchavannes
Jan 2 '16 at 22:01
@kevinmicke - I checked out the most recent version and it looks to get flagged by virustotal.com
– jchavannes
Jan 2 '16 at 22:01
|
show 10 more comments
I use ROBOCOPY command and made a command line to do the sync between 2 folders (incremental sync) my command is like this
ROBOCOPY "Source_Folder" "Destination_Folder" /E /ZB /XJ /XF "~*.*" "*~.*" "desktop.ini" "Thumbs.db" "*.torrent" ".lock" ".Sync*" /xd "Rubbish" ".Sync*" ".Box Sync" "_private" "Outlook Files" /FFT /MT /R:2 /W:5 /V /MON:1 /TEE
(exclude files: "~*.*" "*~.*" "desktop.ini" "Thumbs.db" "*.torrent" ".lock" ".Sync*"
)
(exclude folders including files in these folders: "Rubbish" ".Sync*" ".Box Sync" "_private" "Outlook Files"
)
Also this repeats itself every minute and/or single change of file/folder.
Regards,
Rizwan.
FLAGS
/E Copy subdirectories, including empty ones.
/ZB Use restartable mode; if access denied use backup mode.
/XJ Exclude junction points. (normally included by default).
/FFT Assume FAT file times (2-second granularity).
/MT Do multi-threaded copies with 8 threads.
/R:2 Number of retries on failed copies.
/W:5 Wait time between retries.
/V Produce verbose output, showing skipped files.
/TEE Output to console window, as well as the log file.
/MON:1 Monitor source; run again when more than 1 change seen.
/XF [files] Exclude files matching given names/paths/wildcards.
/XD [dirs] Exclude directories matching given names/paths.
1
Works, and works nicely except for the whole command window up on my screen thing. I know there's ways to run it in the background or servicify it, and I'll check into those.
– music2myear
Oct 5 '16 at 17:17
For reference/MON:1
monitors source and rerun the copy if there are 1 or more changesand/MOT:1
means monitor source and reruns in 1 minute if there where changes. I guess that/MON:1
is enough.
– ecerulm
Oct 25 '16 at 12:57
You can "servicify" commands with NSSM : nssm.cc
– Benj
Nov 6 '17 at 9:43
Is this really realtime, if you have to have it once per minute?
– Tripp Kinetics
Nov 30 '18 at 22:08
add a comment |
I use ROBOCOPY command and made a command line to do the sync between 2 folders (incremental sync) my command is like this
ROBOCOPY "Source_Folder" "Destination_Folder" /E /ZB /XJ /XF "~*.*" "*~.*" "desktop.ini" "Thumbs.db" "*.torrent" ".lock" ".Sync*" /xd "Rubbish" ".Sync*" ".Box Sync" "_private" "Outlook Files" /FFT /MT /R:2 /W:5 /V /MON:1 /TEE
(exclude files: "~*.*" "*~.*" "desktop.ini" "Thumbs.db" "*.torrent" ".lock" ".Sync*"
)
(exclude folders including files in these folders: "Rubbish" ".Sync*" ".Box Sync" "_private" "Outlook Files"
)
Also this repeats itself every minute and/or single change of file/folder.
Regards,
Rizwan.
FLAGS
/E Copy subdirectories, including empty ones.
/ZB Use restartable mode; if access denied use backup mode.
/XJ Exclude junction points. (normally included by default).
/FFT Assume FAT file times (2-second granularity).
/MT Do multi-threaded copies with 8 threads.
/R:2 Number of retries on failed copies.
/W:5 Wait time between retries.
/V Produce verbose output, showing skipped files.
/TEE Output to console window, as well as the log file.
/MON:1 Monitor source; run again when more than 1 change seen.
/XF [files] Exclude files matching given names/paths/wildcards.
/XD [dirs] Exclude directories matching given names/paths.
1
Works, and works nicely except for the whole command window up on my screen thing. I know there's ways to run it in the background or servicify it, and I'll check into those.
– music2myear
Oct 5 '16 at 17:17
For reference/MON:1
monitors source and rerun the copy if there are 1 or more changesand/MOT:1
means monitor source and reruns in 1 minute if there where changes. I guess that/MON:1
is enough.
– ecerulm
Oct 25 '16 at 12:57
You can "servicify" commands with NSSM : nssm.cc
– Benj
Nov 6 '17 at 9:43
Is this really realtime, if you have to have it once per minute?
– Tripp Kinetics
Nov 30 '18 at 22:08
add a comment |
I use ROBOCOPY command and made a command line to do the sync between 2 folders (incremental sync) my command is like this
ROBOCOPY "Source_Folder" "Destination_Folder" /E /ZB /XJ /XF "~*.*" "*~.*" "desktop.ini" "Thumbs.db" "*.torrent" ".lock" ".Sync*" /xd "Rubbish" ".Sync*" ".Box Sync" "_private" "Outlook Files" /FFT /MT /R:2 /W:5 /V /MON:1 /TEE
(exclude files: "~*.*" "*~.*" "desktop.ini" "Thumbs.db" "*.torrent" ".lock" ".Sync*"
)
(exclude folders including files in these folders: "Rubbish" ".Sync*" ".Box Sync" "_private" "Outlook Files"
)
Also this repeats itself every minute and/or single change of file/folder.
Regards,
Rizwan.
FLAGS
/E Copy subdirectories, including empty ones.
/ZB Use restartable mode; if access denied use backup mode.
/XJ Exclude junction points. (normally included by default).
/FFT Assume FAT file times (2-second granularity).
/MT Do multi-threaded copies with 8 threads.
/R:2 Number of retries on failed copies.
/W:5 Wait time between retries.
/V Produce verbose output, showing skipped files.
/TEE Output to console window, as well as the log file.
/MON:1 Monitor source; run again when more than 1 change seen.
/XF [files] Exclude files matching given names/paths/wildcards.
/XD [dirs] Exclude directories matching given names/paths.
I use ROBOCOPY command and made a command line to do the sync between 2 folders (incremental sync) my command is like this
ROBOCOPY "Source_Folder" "Destination_Folder" /E /ZB /XJ /XF "~*.*" "*~.*" "desktop.ini" "Thumbs.db" "*.torrent" ".lock" ".Sync*" /xd "Rubbish" ".Sync*" ".Box Sync" "_private" "Outlook Files" /FFT /MT /R:2 /W:5 /V /MON:1 /TEE
(exclude files: "~*.*" "*~.*" "desktop.ini" "Thumbs.db" "*.torrent" ".lock" ".Sync*"
)
(exclude folders including files in these folders: "Rubbish" ".Sync*" ".Box Sync" "_private" "Outlook Files"
)
Also this repeats itself every minute and/or single change of file/folder.
Regards,
Rizwan.
FLAGS
/E Copy subdirectories, including empty ones.
/ZB Use restartable mode; if access denied use backup mode.
/XJ Exclude junction points. (normally included by default).
/FFT Assume FAT file times (2-second granularity).
/MT Do multi-threaded copies with 8 threads.
/R:2 Number of retries on failed copies.
/W:5 Wait time between retries.
/V Produce verbose output, showing skipped files.
/TEE Output to console window, as well as the log file.
/MON:1 Monitor source; run again when more than 1 change seen.
/XF [files] Exclude files matching given names/paths/wildcards.
/XD [dirs] Exclude directories matching given names/paths.
edited 5 mins ago
community wiki
3 revs, 3 users 50%
Rizwan.A
1
Works, and works nicely except for the whole command window up on my screen thing. I know there's ways to run it in the background or servicify it, and I'll check into those.
– music2myear
Oct 5 '16 at 17:17
For reference/MON:1
monitors source and rerun the copy if there are 1 or more changesand/MOT:1
means monitor source and reruns in 1 minute if there where changes. I guess that/MON:1
is enough.
– ecerulm
Oct 25 '16 at 12:57
You can "servicify" commands with NSSM : nssm.cc
– Benj
Nov 6 '17 at 9:43
Is this really realtime, if you have to have it once per minute?
– Tripp Kinetics
Nov 30 '18 at 22:08
add a comment |
1
Works, and works nicely except for the whole command window up on my screen thing. I know there's ways to run it in the background or servicify it, and I'll check into those.
– music2myear
Oct 5 '16 at 17:17
For reference/MON:1
monitors source and rerun the copy if there are 1 or more changesand/MOT:1
means monitor source and reruns in 1 minute if there where changes. I guess that/MON:1
is enough.
– ecerulm
Oct 25 '16 at 12:57
You can "servicify" commands with NSSM : nssm.cc
– Benj
Nov 6 '17 at 9:43
Is this really realtime, if you have to have it once per minute?
– Tripp Kinetics
Nov 30 '18 at 22:08
1
1
Works, and works nicely except for the whole command window up on my screen thing. I know there's ways to run it in the background or servicify it, and I'll check into those.
– music2myear
Oct 5 '16 at 17:17
Works, and works nicely except for the whole command window up on my screen thing. I know there's ways to run it in the background or servicify it, and I'll check into those.
– music2myear
Oct 5 '16 at 17:17
For reference
/MON:1
monitors source and rerun the copy if there are 1 or more changesand /MOT:1
means monitor source and reruns in 1 minute if there where changes. I guess that /MON:1
is enough.– ecerulm
Oct 25 '16 at 12:57
For reference
/MON:1
monitors source and rerun the copy if there are 1 or more changesand /MOT:1
means monitor source and reruns in 1 minute if there where changes. I guess that /MON:1
is enough.– ecerulm
Oct 25 '16 at 12:57
You can "servicify" commands with NSSM : nssm.cc
– Benj
Nov 6 '17 at 9:43
You can "servicify" commands with NSSM : nssm.cc
– Benj
Nov 6 '17 at 9:43
Is this really realtime, if you have to have it once per minute?
– Tripp Kinetics
Nov 30 '18 at 22:08
Is this really realtime, if you have to have it once per minute?
– Tripp Kinetics
Nov 30 '18 at 22:08
add a comment |
There's Synkron which is open source and is cross platform.
1
But does it sync in real time?
– acme
Oct 23 '12 at 10:37
Doesn't look like it :(
– jonathanconway
May 20 '13 at 5:04
3
This is what is just needed. I don't need it to be real time but like the depth of options this tool provides, creating a schedule works just fine. This tool does support syncing every 1 minute which is pretty close to being real time!
– cracked_all
Dec 5 '13 at 21:36
How to use wildcards for folders blacklist?
– The One
Mar 5 at 16:09
add a comment |
There's Synkron which is open source and is cross platform.
1
But does it sync in real time?
– acme
Oct 23 '12 at 10:37
Doesn't look like it :(
– jonathanconway
May 20 '13 at 5:04
3
This is what is just needed. I don't need it to be real time but like the depth of options this tool provides, creating a schedule works just fine. This tool does support syncing every 1 minute which is pretty close to being real time!
– cracked_all
Dec 5 '13 at 21:36
How to use wildcards for folders blacklist?
– The One
Mar 5 at 16:09
add a comment |
There's Synkron which is open source and is cross platform.
There's Synkron which is open source and is cross platform.
answered Oct 23 '12 at 3:29
community wiki
Mrchief
1
But does it sync in real time?
– acme
Oct 23 '12 at 10:37
Doesn't look like it :(
– jonathanconway
May 20 '13 at 5:04
3
This is what is just needed. I don't need it to be real time but like the depth of options this tool provides, creating a schedule works just fine. This tool does support syncing every 1 minute which is pretty close to being real time!
– cracked_all
Dec 5 '13 at 21:36
How to use wildcards for folders blacklist?
– The One
Mar 5 at 16:09
add a comment |
1
But does it sync in real time?
– acme
Oct 23 '12 at 10:37
Doesn't look like it :(
– jonathanconway
May 20 '13 at 5:04
3
This is what is just needed. I don't need it to be real time but like the depth of options this tool provides, creating a schedule works just fine. This tool does support syncing every 1 minute which is pretty close to being real time!
– cracked_all
Dec 5 '13 at 21:36
How to use wildcards for folders blacklist?
– The One
Mar 5 at 16:09
1
1
But does it sync in real time?
– acme
Oct 23 '12 at 10:37
But does it sync in real time?
– acme
Oct 23 '12 at 10:37
Doesn't look like it :(
– jonathanconway
May 20 '13 at 5:04
Doesn't look like it :(
– jonathanconway
May 20 '13 at 5:04
3
3
This is what is just needed. I don't need it to be real time but like the depth of options this tool provides, creating a schedule works just fine. This tool does support syncing every 1 minute which is pretty close to being real time!
– cracked_all
Dec 5 '13 at 21:36
This is what is just needed. I don't need it to be real time but like the depth of options this tool provides, creating a schedule works just fine. This tool does support syncing every 1 minute which is pretty close to being real time!
– cracked_all
Dec 5 '13 at 21:36
How to use wildcards for folders blacklist?
– The One
Mar 5 at 16:09
How to use wildcards for folders blacklist?
– The One
Mar 5 at 16:09
add a comment |
You could use a NTFS Symbolic Link so that the folders on each drive actually point to the same folder.
That's an interesting approach, but I guess it won't work here, the mapped drive (the sync-target) is Linux.
– acme
Nov 4 '09 at 14:12
2
You can create a NTFS symbolic link to a Samba path, I have several on my desktop to my Ubuntu file server.
– Chris Smith
Nov 2 '11 at 18:53
5
This solution could fit if you're not looking for data physical replication.
– vegatripy
Aug 13 '14 at 13:02
4
Doesn't full fill my need to copy files on a ram disk back to an SSD.
– Mike de Klerk
Nov 5 '15 at 8:09
This won't work for deleting. I.e. if you delete the entire symlink folder, the original is untouched.
– jiggunjer
Dec 23 '16 at 6:44
|
show 1 more comment
You could use a NTFS Symbolic Link so that the folders on each drive actually point to the same folder.
That's an interesting approach, but I guess it won't work here, the mapped drive (the sync-target) is Linux.
– acme
Nov 4 '09 at 14:12
2
You can create a NTFS symbolic link to a Samba path, I have several on my desktop to my Ubuntu file server.
– Chris Smith
Nov 2 '11 at 18:53
5
This solution could fit if you're not looking for data physical replication.
– vegatripy
Aug 13 '14 at 13:02
4
Doesn't full fill my need to copy files on a ram disk back to an SSD.
– Mike de Klerk
Nov 5 '15 at 8:09
This won't work for deleting. I.e. if you delete the entire symlink folder, the original is untouched.
– jiggunjer
Dec 23 '16 at 6:44
|
show 1 more comment
You could use a NTFS Symbolic Link so that the folders on each drive actually point to the same folder.
You could use a NTFS Symbolic Link so that the folders on each drive actually point to the same folder.
answered Nov 4 '09 at 13:15
community wiki
Dave Webb
That's an interesting approach, but I guess it won't work here, the mapped drive (the sync-target) is Linux.
– acme
Nov 4 '09 at 14:12
2
You can create a NTFS symbolic link to a Samba path, I have several on my desktop to my Ubuntu file server.
– Chris Smith
Nov 2 '11 at 18:53
5
This solution could fit if you're not looking for data physical replication.
– vegatripy
Aug 13 '14 at 13:02
4
Doesn't full fill my need to copy files on a ram disk back to an SSD.
– Mike de Klerk
Nov 5 '15 at 8:09
This won't work for deleting. I.e. if you delete the entire symlink folder, the original is untouched.
– jiggunjer
Dec 23 '16 at 6:44
|
show 1 more comment
That's an interesting approach, but I guess it won't work here, the mapped drive (the sync-target) is Linux.
– acme
Nov 4 '09 at 14:12
2
You can create a NTFS symbolic link to a Samba path, I have several on my desktop to my Ubuntu file server.
– Chris Smith
Nov 2 '11 at 18:53
5
This solution could fit if you're not looking for data physical replication.
– vegatripy
Aug 13 '14 at 13:02
4
Doesn't full fill my need to copy files on a ram disk back to an SSD.
– Mike de Klerk
Nov 5 '15 at 8:09
This won't work for deleting. I.e. if you delete the entire symlink folder, the original is untouched.
– jiggunjer
Dec 23 '16 at 6:44
That's an interesting approach, but I guess it won't work here, the mapped drive (the sync-target) is Linux.
– acme
Nov 4 '09 at 14:12
That's an interesting approach, but I guess it won't work here, the mapped drive (the sync-target) is Linux.
– acme
Nov 4 '09 at 14:12
2
2
You can create a NTFS symbolic link to a Samba path, I have several on my desktop to my Ubuntu file server.
– Chris Smith
Nov 2 '11 at 18:53
You can create a NTFS symbolic link to a Samba path, I have several on my desktop to my Ubuntu file server.
– Chris Smith
Nov 2 '11 at 18:53
5
5
This solution could fit if you're not looking for data physical replication.
– vegatripy
Aug 13 '14 at 13:02
This solution could fit if you're not looking for data physical replication.
– vegatripy
Aug 13 '14 at 13:02
4
4
Doesn't full fill my need to copy files on a ram disk back to an SSD.
– Mike de Klerk
Nov 5 '15 at 8:09
Doesn't full fill my need to copy files on a ram disk back to an SSD.
– Mike de Klerk
Nov 5 '15 at 8:09
This won't work for deleting. I.e. if you delete the entire symlink folder, the original is untouched.
– jiggunjer
Dec 23 '16 at 6:44
This won't work for deleting. I.e. if you delete the entire symlink folder, the original is untouched.
– jiggunjer
Dec 23 '16 at 6:44
|
show 1 more comment
Since I read your comment ".. the mapped drive (the sync-target) is Linux", then I want to give you a way better approach: You only need ssh-access on the Linux target, it is way faster, and works much better over lower bandwidths and longer latencies.
Use WinSCP's "Keep remote directory up to date" function!
You will need a little tweaking on the transfer options to set up always binary, exclude files (typically svn or git files and similar) etc. Also use the "automatic apply" of transfer options. Also, create a session that has the host, local and remote directories set up. At that point, you only need to open WinSCP, activate the session (which then also automatically applies the transfer options due to e.g. host-matching), and hit the keep-updated button.
Or you could script this using WinSCPs scripting tools!
.. and just btw: If the scenario was Unix-to-Unix, then check out this question.
Thanks! I'll take a look at this, sounds like a good idea.
– acme
Jun 29 '12 at 12:31
-1 Sorry, just got my whole dir deleted because of this lousy sync tool. VERY BAD TOOL.
– Poni
Oct 3 '12 at 7:36
1
I think this is over-complicated, for wanting to just keep synched.
– Menelaos Bakopoulos
Nov 20 '13 at 11:20
3
@Poni: You can cut yourself with a knife too. It is NOT the tool that is at fault here, dude! :-D
– stolsvik
Nov 20 '13 at 21:31
1
@meewoK: He asked for real-time synch, and he mentioned that the target was a Linux-box. I found the samba-solution (mounting Linux on windows) to be WAY to slow over slow lines, while SCP-solution is quick. Using WinSCP was the only option I found that satisfied my own needs, and it does that pretty good. I wanted to share this. It is very simple to set up the initial synch: Just point left side to local, and log in and navigate remote on right side, and then hit synch. In addition I just mention a couple of extra features that makes the setup quicker - that might seem to complicate things.
– stolsvik
Nov 21 '13 at 13:49
|
show 3 more comments
Since I read your comment ".. the mapped drive (the sync-target) is Linux", then I want to give you a way better approach: You only need ssh-access on the Linux target, it is way faster, and works much better over lower bandwidths and longer latencies.
Use WinSCP's "Keep remote directory up to date" function!
You will need a little tweaking on the transfer options to set up always binary, exclude files (typically svn or git files and similar) etc. Also use the "automatic apply" of transfer options. Also, create a session that has the host, local and remote directories set up. At that point, you only need to open WinSCP, activate the session (which then also automatically applies the transfer options due to e.g. host-matching), and hit the keep-updated button.
Or you could script this using WinSCPs scripting tools!
.. and just btw: If the scenario was Unix-to-Unix, then check out this question.
Thanks! I'll take a look at this, sounds like a good idea.
– acme
Jun 29 '12 at 12:31
-1 Sorry, just got my whole dir deleted because of this lousy sync tool. VERY BAD TOOL.
– Poni
Oct 3 '12 at 7:36
1
I think this is over-complicated, for wanting to just keep synched.
– Menelaos Bakopoulos
Nov 20 '13 at 11:20
3
@Poni: You can cut yourself with a knife too. It is NOT the tool that is at fault here, dude! :-D
– stolsvik
Nov 20 '13 at 21:31
1
@meewoK: He asked for real-time synch, and he mentioned that the target was a Linux-box. I found the samba-solution (mounting Linux on windows) to be WAY to slow over slow lines, while SCP-solution is quick. Using WinSCP was the only option I found that satisfied my own needs, and it does that pretty good. I wanted to share this. It is very simple to set up the initial synch: Just point left side to local, and log in and navigate remote on right side, and then hit synch. In addition I just mention a couple of extra features that makes the setup quicker - that might seem to complicate things.
– stolsvik
Nov 21 '13 at 13:49
|
show 3 more comments
Since I read your comment ".. the mapped drive (the sync-target) is Linux", then I want to give you a way better approach: You only need ssh-access on the Linux target, it is way faster, and works much better over lower bandwidths and longer latencies.
Use WinSCP's "Keep remote directory up to date" function!
You will need a little tweaking on the transfer options to set up always binary, exclude files (typically svn or git files and similar) etc. Also use the "automatic apply" of transfer options. Also, create a session that has the host, local and remote directories set up. At that point, you only need to open WinSCP, activate the session (which then also automatically applies the transfer options due to e.g. host-matching), and hit the keep-updated button.
Or you could script this using WinSCPs scripting tools!
.. and just btw: If the scenario was Unix-to-Unix, then check out this question.
Since I read your comment ".. the mapped drive (the sync-target) is Linux", then I want to give you a way better approach: You only need ssh-access on the Linux target, it is way faster, and works much better over lower bandwidths and longer latencies.
Use WinSCP's "Keep remote directory up to date" function!
You will need a little tweaking on the transfer options to set up always binary, exclude files (typically svn or git files and similar) etc. Also use the "automatic apply" of transfer options. Also, create a session that has the host, local and remote directories set up. At that point, you only need to open WinSCP, activate the session (which then also automatically applies the transfer options due to e.g. host-matching), and hit the keep-updated button.
Or you could script this using WinSCPs scripting tools!
.. and just btw: If the scenario was Unix-to-Unix, then check out this question.
edited Mar 20 '17 at 10:04
community wiki
3 revs
stolsvik
Thanks! I'll take a look at this, sounds like a good idea.
– acme
Jun 29 '12 at 12:31
-1 Sorry, just got my whole dir deleted because of this lousy sync tool. VERY BAD TOOL.
– Poni
Oct 3 '12 at 7:36
1
I think this is over-complicated, for wanting to just keep synched.
– Menelaos Bakopoulos
Nov 20 '13 at 11:20
3
@Poni: You can cut yourself with a knife too. It is NOT the tool that is at fault here, dude! :-D
– stolsvik
Nov 20 '13 at 21:31
1
@meewoK: He asked for real-time synch, and he mentioned that the target was a Linux-box. I found the samba-solution (mounting Linux on windows) to be WAY to slow over slow lines, while SCP-solution is quick. Using WinSCP was the only option I found that satisfied my own needs, and it does that pretty good. I wanted to share this. It is very simple to set up the initial synch: Just point left side to local, and log in and navigate remote on right side, and then hit synch. In addition I just mention a couple of extra features that makes the setup quicker - that might seem to complicate things.
– stolsvik
Nov 21 '13 at 13:49
|
show 3 more comments
Thanks! I'll take a look at this, sounds like a good idea.
– acme
Jun 29 '12 at 12:31
-1 Sorry, just got my whole dir deleted because of this lousy sync tool. VERY BAD TOOL.
– Poni
Oct 3 '12 at 7:36
1
I think this is over-complicated, for wanting to just keep synched.
– Menelaos Bakopoulos
Nov 20 '13 at 11:20
3
@Poni: You can cut yourself with a knife too. It is NOT the tool that is at fault here, dude! :-D
– stolsvik
Nov 20 '13 at 21:31
1
@meewoK: He asked for real-time synch, and he mentioned that the target was a Linux-box. I found the samba-solution (mounting Linux on windows) to be WAY to slow over slow lines, while SCP-solution is quick. Using WinSCP was the only option I found that satisfied my own needs, and it does that pretty good. I wanted to share this. It is very simple to set up the initial synch: Just point left side to local, and log in and navigate remote on right side, and then hit synch. In addition I just mention a couple of extra features that makes the setup quicker - that might seem to complicate things.
– stolsvik
Nov 21 '13 at 13:49
Thanks! I'll take a look at this, sounds like a good idea.
– acme
Jun 29 '12 at 12:31
Thanks! I'll take a look at this, sounds like a good idea.
– acme
Jun 29 '12 at 12:31
-1 Sorry, just got my whole dir deleted because of this lousy sync tool. VERY BAD TOOL.
– Poni
Oct 3 '12 at 7:36
-1 Sorry, just got my whole dir deleted because of this lousy sync tool. VERY BAD TOOL.
– Poni
Oct 3 '12 at 7:36
1
1
I think this is over-complicated, for wanting to just keep synched.
– Menelaos Bakopoulos
Nov 20 '13 at 11:20
I think this is over-complicated, for wanting to just keep synched.
– Menelaos Bakopoulos
Nov 20 '13 at 11:20
3
3
@Poni: You can cut yourself with a knife too. It is NOT the tool that is at fault here, dude! :-D
– stolsvik
Nov 20 '13 at 21:31
@Poni: You can cut yourself with a knife too. It is NOT the tool that is at fault here, dude! :-D
– stolsvik
Nov 20 '13 at 21:31
1
1
@meewoK: He asked for real-time synch, and he mentioned that the target was a Linux-box. I found the samba-solution (mounting Linux on windows) to be WAY to slow over slow lines, while SCP-solution is quick. Using WinSCP was the only option I found that satisfied my own needs, and it does that pretty good. I wanted to share this. It is very simple to set up the initial synch: Just point left side to local, and log in and navigate remote on right side, and then hit synch. In addition I just mention a couple of extra features that makes the setup quicker - that might seem to complicate things.
– stolsvik
Nov 21 '13 at 13:49
@meewoK: He asked for real-time synch, and he mentioned that the target was a Linux-box. I found the samba-solution (mounting Linux on windows) to be WAY to slow over slow lines, while SCP-solution is quick. Using WinSCP was the only option I found that satisfied my own needs, and it does that pretty good. I wanted to share this. It is very simple to set up the initial synch: Just point left side to local, and log in and navigate remote on right side, and then hit synch. In addition I just mention a couple of extra features that makes the setup quicker - that might seem to complicate things.
– stolsvik
Nov 21 '13 at 13:49
|
show 3 more comments
My I've tried quite a few programs and the only ones that do real-time mirroring of folders are:
Yadis! Backup (a program not yet mentioned here)
Dsynchronize (the program selected as the answer)
Personally, I like Yadis! Backup better. It has more features than Dsynchronize. You can enable versioning, # of versions to keep, which file operations to monitor, and I'm sure a lot more. Plus, it has a better looking GUI that looks more refined.
1
Yadis! Backup is great: real-time updating is fast, interface is friendly, lots of option, and no trojan. As I commented on the accepted answer, after downloading Dsynchronize.zip from the link in this answer, 360 Internet Security flagged it as having the following risk: "Trojan (HEUR/QVM11.1.Malware.Gen)".
– kevinmicke
Aug 7 '15 at 23:56
add a comment |
My I've tried quite a few programs and the only ones that do real-time mirroring of folders are:
Yadis! Backup (a program not yet mentioned here)
Dsynchronize (the program selected as the answer)
Personally, I like Yadis! Backup better. It has more features than Dsynchronize. You can enable versioning, # of versions to keep, which file operations to monitor, and I'm sure a lot more. Plus, it has a better looking GUI that looks more refined.
1
Yadis! Backup is great: real-time updating is fast, interface is friendly, lots of option, and no trojan. As I commented on the accepted answer, after downloading Dsynchronize.zip from the link in this answer, 360 Internet Security flagged it as having the following risk: "Trojan (HEUR/QVM11.1.Malware.Gen)".
– kevinmicke
Aug 7 '15 at 23:56
add a comment |
My I've tried quite a few programs and the only ones that do real-time mirroring of folders are:
Yadis! Backup (a program not yet mentioned here)
Dsynchronize (the program selected as the answer)
Personally, I like Yadis! Backup better. It has more features than Dsynchronize. You can enable versioning, # of versions to keep, which file operations to monitor, and I'm sure a lot more. Plus, it has a better looking GUI that looks more refined.
My I've tried quite a few programs and the only ones that do real-time mirroring of folders are:
Yadis! Backup (a program not yet mentioned here)
Dsynchronize (the program selected as the answer)
Personally, I like Yadis! Backup better. It has more features than Dsynchronize. You can enable versioning, # of versions to keep, which file operations to monitor, and I'm sure a lot more. Plus, it has a better looking GUI that looks more refined.
edited Apr 6 '15 at 12:42
community wiki
2 revs, 2 users 94%
Patrick
1
Yadis! Backup is great: real-time updating is fast, interface is friendly, lots of option, and no trojan. As I commented on the accepted answer, after downloading Dsynchronize.zip from the link in this answer, 360 Internet Security flagged it as having the following risk: "Trojan (HEUR/QVM11.1.Malware.Gen)".
– kevinmicke
Aug 7 '15 at 23:56
add a comment |
1
Yadis! Backup is great: real-time updating is fast, interface is friendly, lots of option, and no trojan. As I commented on the accepted answer, after downloading Dsynchronize.zip from the link in this answer, 360 Internet Security flagged it as having the following risk: "Trojan (HEUR/QVM11.1.Malware.Gen)".
– kevinmicke
Aug 7 '15 at 23:56
1
1
Yadis! Backup is great: real-time updating is fast, interface is friendly, lots of option, and no trojan. As I commented on the accepted answer, after downloading Dsynchronize.zip from the link in this answer, 360 Internet Security flagged it as having the following risk: "Trojan (HEUR/QVM11.1.Malware.Gen)".
– kevinmicke
Aug 7 '15 at 23:56
Yadis! Backup is great: real-time updating is fast, interface is friendly, lots of option, and no trojan. As I commented on the accepted answer, after downloading Dsynchronize.zip from the link in this answer, 360 Internet Security flagged it as having the following risk: "Trojan (HEUR/QVM11.1.Malware.Gen)".
– kevinmicke
Aug 7 '15 at 23:56
add a comment |
Below are some of the tools for synchronizing folders in real time, check each and select one for your requirement.
- FreeFileSync
- AllwaySync
- SyncBack Free
- Synkron
- File Synchronizer
- PureSync
- GoodSync
"Customer agrees that Allway Sync Free has certain limitations and that these limitations may change over time without notice or obligation on the part of Developer. Currently, the limitations may not allow Customer to process more than 40,000 files in any consecutive 30-days." -- Allway Sync License: allwaysync.com/license
– Ashley Ross
Dec 20 '17 at 9:07
add a comment |
Below are some of the tools for synchronizing folders in real time, check each and select one for your requirement.
- FreeFileSync
- AllwaySync
- SyncBack Free
- Synkron
- File Synchronizer
- PureSync
- GoodSync
"Customer agrees that Allway Sync Free has certain limitations and that these limitations may change over time without notice or obligation on the part of Developer. Currently, the limitations may not allow Customer to process more than 40,000 files in any consecutive 30-days." -- Allway Sync License: allwaysync.com/license
– Ashley Ross
Dec 20 '17 at 9:07
add a comment |
Below are some of the tools for synchronizing folders in real time, check each and select one for your requirement.
- FreeFileSync
- AllwaySync
- SyncBack Free
- Synkron
- File Synchronizer
- PureSync
- GoodSync
Below are some of the tools for synchronizing folders in real time, check each and select one for your requirement.
- FreeFileSync
- AllwaySync
- SyncBack Free
- Synkron
- File Synchronizer
- PureSync
- GoodSync
answered Apr 16 '15 at 6:29
community wiki
Shankar Prakash G
"Customer agrees that Allway Sync Free has certain limitations and that these limitations may change over time without notice or obligation on the part of Developer. Currently, the limitations may not allow Customer to process more than 40,000 files in any consecutive 30-days." -- Allway Sync License: allwaysync.com/license
– Ashley Ross
Dec 20 '17 at 9:07
add a comment |
"Customer agrees that Allway Sync Free has certain limitations and that these limitations may change over time without notice or obligation on the part of Developer. Currently, the limitations may not allow Customer to process more than 40,000 files in any consecutive 30-days." -- Allway Sync License: allwaysync.com/license
– Ashley Ross
Dec 20 '17 at 9:07
"Customer agrees that Allway Sync Free has certain limitations and that these limitations may change over time without notice or obligation on the part of Developer. Currently, the limitations may not allow Customer to process more than 40,000 files in any consecutive 30-days." -- Allway Sync License: allwaysync.com/license
– Ashley Ross
Dec 20 '17 at 9:07
"Customer agrees that Allway Sync Free has certain limitations and that these limitations may change over time without notice or obligation on the part of Developer. Currently, the limitations may not allow Customer to process more than 40,000 files in any consecutive 30-days." -- Allway Sync License: allwaysync.com/license
– Ashley Ross
Dec 20 '17 at 9:07
add a comment |
If you want to sync a folder to USB and you use Dropbox already, use the DropboxPortableAHK.
This way, I have my Dropbox files synced on any computer, as well as my iPhone using the Dropbox app and my USB drive I use at uni with this portable version.
Dead link. Appears to have moved to nionsoftware.com/dbpahk
– JYelton
Apr 2 '13 at 22:25
And surrender your privacy completely by having important docs on a a system that has been compromised multuple times.
– Menelaos Bakopoulos
Nov 20 '13 at 11:21
add a comment |
If you want to sync a folder to USB and you use Dropbox already, use the DropboxPortableAHK.
This way, I have my Dropbox files synced on any computer, as well as my iPhone using the Dropbox app and my USB drive I use at uni with this portable version.
Dead link. Appears to have moved to nionsoftware.com/dbpahk
– JYelton
Apr 2 '13 at 22:25
And surrender your privacy completely by having important docs on a a system that has been compromised multuple times.
– Menelaos Bakopoulos
Nov 20 '13 at 11:21
add a comment |
If you want to sync a folder to USB and you use Dropbox already, use the DropboxPortableAHK.
This way, I have my Dropbox files synced on any computer, as well as my iPhone using the Dropbox app and my USB drive I use at uni with this portable version.
If you want to sync a folder to USB and you use Dropbox already, use the DropboxPortableAHK.
This way, I have my Dropbox files synced on any computer, as well as my iPhone using the Dropbox app and my USB drive I use at uni with this portable version.
edited Oct 21 '13 at 7:47
community wiki
3 revs, 3 users 67%
jskye
Dead link. Appears to have moved to nionsoftware.com/dbpahk
– JYelton
Apr 2 '13 at 22:25
And surrender your privacy completely by having important docs on a a system that has been compromised multuple times.
– Menelaos Bakopoulos
Nov 20 '13 at 11:21
add a comment |
Dead link. Appears to have moved to nionsoftware.com/dbpahk
– JYelton
Apr 2 '13 at 22:25
And surrender your privacy completely by having important docs on a a system that has been compromised multuple times.
– Menelaos Bakopoulos
Nov 20 '13 at 11:21
Dead link. Appears to have moved to nionsoftware.com/dbpahk
– JYelton
Apr 2 '13 at 22:25
Dead link. Appears to have moved to nionsoftware.com/dbpahk
– JYelton
Apr 2 '13 at 22:25
And surrender your privacy completely by having important docs on a a system that has been compromised multuple times.
– Menelaos Bakopoulos
Nov 20 '13 at 11:21
And surrender your privacy completely by having important docs on a a system that has been compromised multuple times.
– Menelaos Bakopoulos
Nov 20 '13 at 11:21
add a comment |
Another very strong way to sync folders is to use rsync
on command line. You will have to download MingW toolchain or if you install cwRsync, it installs rsync.exe that you can run directly.
All you would need is this command:
rsync -r source_path destination_path
-r flag is to recursive for all sub folders.
On Windows (7) the path should be provided in the following format. For example to specify c:test
it will be /c/test
or /cygdrive/c/test
This is the most efficient, fast and powerful way to sync folders with large files even though Dsynchronize in accepted answer also worked for me.
It is not live or real time though. Everytime you need to sync, you will run this command.
add a comment |
Another very strong way to sync folders is to use rsync
on command line. You will have to download MingW toolchain or if you install cwRsync, it installs rsync.exe that you can run directly.
All you would need is this command:
rsync -r source_path destination_path
-r flag is to recursive for all sub folders.
On Windows (7) the path should be provided in the following format. For example to specify c:test
it will be /c/test
or /cygdrive/c/test
This is the most efficient, fast and powerful way to sync folders with large files even though Dsynchronize in accepted answer also worked for me.
It is not live or real time though. Everytime you need to sync, you will run this command.
add a comment |
Another very strong way to sync folders is to use rsync
on command line. You will have to download MingW toolchain or if you install cwRsync, it installs rsync.exe that you can run directly.
All you would need is this command:
rsync -r source_path destination_path
-r flag is to recursive for all sub folders.
On Windows (7) the path should be provided in the following format. For example to specify c:test
it will be /c/test
or /cygdrive/c/test
This is the most efficient, fast and powerful way to sync folders with large files even though Dsynchronize in accepted answer also worked for me.
It is not live or real time though. Everytime you need to sync, you will run this command.
Another very strong way to sync folders is to use rsync
on command line. You will have to download MingW toolchain or if you install cwRsync, it installs rsync.exe that you can run directly.
All you would need is this command:
rsync -r source_path destination_path
-r flag is to recursive for all sub folders.
On Windows (7) the path should be provided in the following format. For example to specify c:test
it will be /c/test
or /cygdrive/c/test
This is the most efficient, fast and powerful way to sync folders with large files even though Dsynchronize in accepted answer also worked for me.
It is not live or real time though. Everytime you need to sync, you will run this command.
answered Sep 29 '16 at 21:00
community wiki
zar
add a comment |
add a comment |
Maybe this one will help you: Allway Sync. Thare are free* and pro version.
Features:
- Flexible configuration and customization.
- Supports files of any size.
- Easy-to-use graphical interface.
- Supports virtually any file system (FAT, NTFS, SAMBA, Netware, X-Drive, CDFS, UDF and more).
- Can be installed on a desktop, laptop, USB stick, external HDD or a U3-enabled device.
- Capable of synchronizing more than 2 folders.
- Synchronize data between your desktop PCs and laptops over network
I used this program and I liked it.
* - free version has a limit of files processed during every 30 days. See Allway Sync End User License Agreement
1
"Customer agrees that Allway Sync Free has certain limitations and that these limitations may change over time without notice or obligation on the part of Developer. Currently, the limitations may not allow Customer to process more than 40,000 files in any consecutive 30-days." -- Allway Sync License: allwaysync.com/license
– Ashley Ross
Dec 20 '17 at 9:07
I've been using Resilio Sync and it works great, especially across networks. It syncs fairly quickly too, but not fast enough for web development. I have a virtual box with a shared folder that I need to sync to a local folder which is the root of the website. I'll give Allway Sync a try. It's interface is pretty straight forward at least.
– Chris Geirman
Nov 4 '18 at 20:56
add a comment |
Maybe this one will help you: Allway Sync. Thare are free* and pro version.
Features:
- Flexible configuration and customization.
- Supports files of any size.
- Easy-to-use graphical interface.
- Supports virtually any file system (FAT, NTFS, SAMBA, Netware, X-Drive, CDFS, UDF and more).
- Can be installed on a desktop, laptop, USB stick, external HDD or a U3-enabled device.
- Capable of synchronizing more than 2 folders.
- Synchronize data between your desktop PCs and laptops over network
I used this program and I liked it.
* - free version has a limit of files processed during every 30 days. See Allway Sync End User License Agreement
1
"Customer agrees that Allway Sync Free has certain limitations and that these limitations may change over time without notice or obligation on the part of Developer. Currently, the limitations may not allow Customer to process more than 40,000 files in any consecutive 30-days." -- Allway Sync License: allwaysync.com/license
– Ashley Ross
Dec 20 '17 at 9:07
I've been using Resilio Sync and it works great, especially across networks. It syncs fairly quickly too, but not fast enough for web development. I have a virtual box with a shared folder that I need to sync to a local folder which is the root of the website. I'll give Allway Sync a try. It's interface is pretty straight forward at least.
– Chris Geirman
Nov 4 '18 at 20:56
add a comment |
Maybe this one will help you: Allway Sync. Thare are free* and pro version.
Features:
- Flexible configuration and customization.
- Supports files of any size.
- Easy-to-use graphical interface.
- Supports virtually any file system (FAT, NTFS, SAMBA, Netware, X-Drive, CDFS, UDF and more).
- Can be installed on a desktop, laptop, USB stick, external HDD or a U3-enabled device.
- Capable of synchronizing more than 2 folders.
- Synchronize data between your desktop PCs and laptops over network
I used this program and I liked it.
* - free version has a limit of files processed during every 30 days. See Allway Sync End User License Agreement
Maybe this one will help you: Allway Sync. Thare are free* and pro version.
Features:
- Flexible configuration and customization.
- Supports files of any size.
- Easy-to-use graphical interface.
- Supports virtually any file system (FAT, NTFS, SAMBA, Netware, X-Drive, CDFS, UDF and more).
- Can be installed on a desktop, laptop, USB stick, external HDD or a U3-enabled device.
- Capable of synchronizing more than 2 folders.
- Synchronize data between your desktop PCs and laptops over network
I used this program and I liked it.
* - free version has a limit of files processed during every 30 days. See Allway Sync End User License Agreement
edited Dec 26 '17 at 12:22
community wiki
2 revs
Bohdan Kuts
1
"Customer agrees that Allway Sync Free has certain limitations and that these limitations may change over time without notice or obligation on the part of Developer. Currently, the limitations may not allow Customer to process more than 40,000 files in any consecutive 30-days." -- Allway Sync License: allwaysync.com/license
– Ashley Ross
Dec 20 '17 at 9:07
I've been using Resilio Sync and it works great, especially across networks. It syncs fairly quickly too, but not fast enough for web development. I have a virtual box with a shared folder that I need to sync to a local folder which is the root of the website. I'll give Allway Sync a try. It's interface is pretty straight forward at least.
– Chris Geirman
Nov 4 '18 at 20:56
add a comment |
1
"Customer agrees that Allway Sync Free has certain limitations and that these limitations may change over time without notice or obligation on the part of Developer. Currently, the limitations may not allow Customer to process more than 40,000 files in any consecutive 30-days." -- Allway Sync License: allwaysync.com/license
– Ashley Ross
Dec 20 '17 at 9:07
I've been using Resilio Sync and it works great, especially across networks. It syncs fairly quickly too, but not fast enough for web development. I have a virtual box with a shared folder that I need to sync to a local folder which is the root of the website. I'll give Allway Sync a try. It's interface is pretty straight forward at least.
– Chris Geirman
Nov 4 '18 at 20:56
1
1
"Customer agrees that Allway Sync Free has certain limitations and that these limitations may change over time without notice or obligation on the part of Developer. Currently, the limitations may not allow Customer to process more than 40,000 files in any consecutive 30-days." -- Allway Sync License: allwaysync.com/license
– Ashley Ross
Dec 20 '17 at 9:07
"Customer agrees that Allway Sync Free has certain limitations and that these limitations may change over time without notice or obligation on the part of Developer. Currently, the limitations may not allow Customer to process more than 40,000 files in any consecutive 30-days." -- Allway Sync License: allwaysync.com/license
– Ashley Ross
Dec 20 '17 at 9:07
I've been using Resilio Sync and it works great, especially across networks. It syncs fairly quickly too, but not fast enough for web development. I have a virtual box with a shared folder that I need to sync to a local folder which is the root of the website. I'll give Allway Sync a try. It's interface is pretty straight forward at least.
– Chris Geirman
Nov 4 '18 at 20:56
I've been using Resilio Sync and it works great, especially across networks. It syncs fairly quickly too, but not fast enough for web development. I have a virtual box with a shared folder that I need to sync to a local folder which is the root of the website. I'll give Allway Sync a try. It's interface is pretty straight forward at least.
– Chris Geirman
Nov 4 '18 at 20:56
add a comment |
You can try SyncBack4all, it's real time folder and files sync program.
1
Except it isn't free.
– Paya
Jul 20 '12 at 7:20
add a comment |
You can try SyncBack4all, it's real time folder and files sync program.
1
Except it isn't free.
– Paya
Jul 20 '12 at 7:20
add a comment |
You can try SyncBack4all, it's real time folder and files sync program.
You can try SyncBack4all, it's real time folder and files sync program.
edited Jul 15 '12 at 19:46
community wiki
kaiser
1
Except it isn't free.
– Paya
Jul 20 '12 at 7:20
add a comment |
1
Except it isn't free.
– Paya
Jul 20 '12 at 7:20
1
1
Except it isn't free.
– Paya
Jul 20 '12 at 7:20
Except it isn't free.
– Paya
Jul 20 '12 at 7:20
add a comment |
Watch 4 Folder v2.3 - a small (802kb), portable (no installation) and powerful monitoring tool to monitor folders and files activities.
It is simple to use and to set, it can monitor 15 types of events and trigger different actions in case an event occurs.
http://leelusoft.blogspot.in/2011/10/watch-4-folder-23.html
-Been using it on a server, firing off multiple exes - conversion to PDF using Acrobat, stamping them, sending as attachment to offices around the country through smtp calls... little software does many things!!
add a comment |
Watch 4 Folder v2.3 - a small (802kb), portable (no installation) and powerful monitoring tool to monitor folders and files activities.
It is simple to use and to set, it can monitor 15 types of events and trigger different actions in case an event occurs.
http://leelusoft.blogspot.in/2011/10/watch-4-folder-23.html
-Been using it on a server, firing off multiple exes - conversion to PDF using Acrobat, stamping them, sending as attachment to offices around the country through smtp calls... little software does many things!!
add a comment |
Watch 4 Folder v2.3 - a small (802kb), portable (no installation) and powerful monitoring tool to monitor folders and files activities.
It is simple to use and to set, it can monitor 15 types of events and trigger different actions in case an event occurs.
http://leelusoft.blogspot.in/2011/10/watch-4-folder-23.html
-Been using it on a server, firing off multiple exes - conversion to PDF using Acrobat, stamping them, sending as attachment to offices around the country through smtp calls... little software does many things!!
Watch 4 Folder v2.3 - a small (802kb), portable (no installation) and powerful monitoring tool to monitor folders and files activities.
It is simple to use and to set, it can monitor 15 types of events and trigger different actions in case an event occurs.
http://leelusoft.blogspot.in/2011/10/watch-4-folder-23.html
-Been using it on a server, firing off multiple exes - conversion to PDF using Acrobat, stamping them, sending as attachment to offices around the country through smtp calls... little software does many things!!
answered Mar 21 '13 at 5:18
community wiki
Shiva Tarang
add a comment |
add a comment |
I wanted the same. And in principle the Sync Center within Windows7 would provide that but in another fashion: you only have to set a network folder as Always Available Offline.
With this you basically have that a local and remote version synchronized, you are working as if you were on the network but actually it manages to have it locally.
In other words you only see one copy but having it in two places, but that is the goal of synchronizing. Instead of being transparent that there is a remotely synchronized copy, there is a locally synchronized copy. In any case this covers the basic goal of network failures.
I must say this is the theory because I got stuck since my network drives are managed by Novel and therefore I don't have the option of "Always Available Offline".
Sync Center : windows.microsoft.com/en-au/windows-vista/…
– hB0
Dec 15 '13 at 19:35
add a comment |
I wanted the same. And in principle the Sync Center within Windows7 would provide that but in another fashion: you only have to set a network folder as Always Available Offline.
With this you basically have that a local and remote version synchronized, you are working as if you were on the network but actually it manages to have it locally.
In other words you only see one copy but having it in two places, but that is the goal of synchronizing. Instead of being transparent that there is a remotely synchronized copy, there is a locally synchronized copy. In any case this covers the basic goal of network failures.
I must say this is the theory because I got stuck since my network drives are managed by Novel and therefore I don't have the option of "Always Available Offline".
Sync Center : windows.microsoft.com/en-au/windows-vista/…
– hB0
Dec 15 '13 at 19:35
add a comment |
I wanted the same. And in principle the Sync Center within Windows7 would provide that but in another fashion: you only have to set a network folder as Always Available Offline.
With this you basically have that a local and remote version synchronized, you are working as if you were on the network but actually it manages to have it locally.
In other words you only see one copy but having it in two places, but that is the goal of synchronizing. Instead of being transparent that there is a remotely synchronized copy, there is a locally synchronized copy. In any case this covers the basic goal of network failures.
I must say this is the theory because I got stuck since my network drives are managed by Novel and therefore I don't have the option of "Always Available Offline".
I wanted the same. And in principle the Sync Center within Windows7 would provide that but in another fashion: you only have to set a network folder as Always Available Offline.
With this you basically have that a local and remote version synchronized, you are working as if you were on the network but actually it manages to have it locally.
In other words you only see one copy but having it in two places, but that is the goal of synchronizing. Instead of being transparent that there is a remotely synchronized copy, there is a locally synchronized copy. In any case this covers the basic goal of network failures.
I must say this is the theory because I got stuck since my network drives are managed by Novel and therefore I don't have the option of "Always Available Offline".
answered Apr 23 '13 at 9:52
community wiki
Luis Fernando Robledano-Esteba
Sync Center : windows.microsoft.com/en-au/windows-vista/…
– hB0
Dec 15 '13 at 19:35
add a comment |
Sync Center : windows.microsoft.com/en-au/windows-vista/…
– hB0
Dec 15 '13 at 19:35
Sync Center : windows.microsoft.com/en-au/windows-vista/…
– hB0
Dec 15 '13 at 19:35
Sync Center : windows.microsoft.com/en-au/windows-vista/…
– hB0
Dec 15 '13 at 19:35
add a comment |
I use free syncless https://code.google.com/p/big5sync/
it hooks to system and if in seamless mode, sync files in real time.
Can't run as service, personally don't like GUI but it works :)
MirrorFolder http://www.techsoftpl.com/backup/
can also do real time sync and it works as service (do not need GUI to load to work)
but it's not free ($39)
add a comment |
I use free syncless https://code.google.com/p/big5sync/
it hooks to system and if in seamless mode, sync files in real time.
Can't run as service, personally don't like GUI but it works :)
MirrorFolder http://www.techsoftpl.com/backup/
can also do real time sync and it works as service (do not need GUI to load to work)
but it's not free ($39)
add a comment |
I use free syncless https://code.google.com/p/big5sync/
it hooks to system and if in seamless mode, sync files in real time.
Can't run as service, personally don't like GUI but it works :)
MirrorFolder http://www.techsoftpl.com/backup/
can also do real time sync and it works as service (do not need GUI to load to work)
but it's not free ($39)
I use free syncless https://code.google.com/p/big5sync/
it hooks to system and if in seamless mode, sync files in real time.
Can't run as service, personally don't like GUI but it works :)
MirrorFolder http://www.techsoftpl.com/backup/
can also do real time sync and it works as service (do not need GUI to load to work)
but it's not free ($39)
edited May 23 '13 at 14:03
community wiki
manuel
add a comment |
add a comment |
You can assign a folder path to a drive with subst.
Code:
SUBST L: "C:SomePath"
2
What? How does this result in anything getting synced?
– Twisty Impersonator
Mar 6 '17 at 15:47
add a comment |
You can assign a folder path to a drive with subst.
Code:
SUBST L: "C:SomePath"
2
What? How does this result in anything getting synced?
– Twisty Impersonator
Mar 6 '17 at 15:47
add a comment |
You can assign a folder path to a drive with subst.
Code:
SUBST L: "C:SomePath"
You can assign a folder path to a drive with subst.
Code:
SUBST L: "C:SomePath"
answered Jan 6 '15 at 10:48
community wiki
leaveswater02
2
What? How does this result in anything getting synced?
– Twisty Impersonator
Mar 6 '17 at 15:47
add a comment |
2
What? How does this result in anything getting synced?
– Twisty Impersonator
Mar 6 '17 at 15:47
2
2
What? How does this result in anything getting synced?
– Twisty Impersonator
Mar 6 '17 at 15:47
What? How does this result in anything getting synced?
– Twisty Impersonator
Mar 6 '17 at 15:47
add a comment |
protected by Community♦ Sep 14 '13 at 16:50
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
1
Related question: superuser.com/questions/349/…
– koppor
Dec 7 '12 at 10:07
I just started using allwaysync - works like a charm
– Hugo Forte
Sep 16 '14 at 13:32
1
The nice thing about using a pure windows solution is that the windows api has events you can hook into to get an event the moment something changes, which is much less error prone than scanning files/directories like some open source tools do.
– Kelly Elton
Mar 26 '15 at 17:06
Never tried this software but looks promising. techsoftpl.com/backup/index.php
– Moab
Dec 30 '15 at 21:33
Instead of syncing folders, you may just need to create a symbolic link using the built-in MKLINK command. It makes files and folders appear to be in two places at once even though it's really only in one place.
– ChaimG
Jun 10 '16 at 13:30