Questions tagged [synchronization]

489 questions
0
votes
1 answer

file synchronization between two open-e storage servers

i am currently trying to find a solution to synchronize two storage servers both running open-e dss 6. i need only one-way synchronization (storage A -> storage B) my volume is 30TB in size, therefore dss' replication will not work (at least afaik…
harald
  • 403
  • 2
  • 6
  • 19
0
votes
1 answer

How to synchronize data between several copies of a VMWare instance?

I have multiple copies of a VMWare virtual machine that is running Ubuntu 10.04 Server that I am using for development (web and compiled applications). I would like to keep all of these copies synchronized. Specifically, I need to keep the…
Misha M
  • 105
  • 2
0
votes
1 answer

How to use rsync's --ignore-non-existing flag?

I want to keep two directories "in sync" such that the local version may contain only a subset of the remote version. So, syncing them up should result in any changes to the local subset being pushed to the remote directory, and any changes to the…
Chris W.
  • 133
  • 1
  • 4
0
votes
3 answers

SyncToy Failed in Task Scheduler

I am trying to use the Microsoft SyncToy to sync files between two web servers. I can run the sync job in both GUI and the command line mode. Command: "C:\Program Files\SyncToy 2.0\SyncToyCmd.exe" -R But I can't run the same command successfully in…
Billy Cheung
  • 131
  • 2
  • 5
0
votes
2 answers

Sync files from NAS to local harddrive?

i need a way in ubuntu to sync like 1tb of files from a NAS to a local harddrive, connected by ethernet (directly). any suggestions? it should include a progress bar, that's why 'cp' isn't the right thing! thank you
trnc
  • 688
  • 1
  • 12
  • 31
0
votes
2 answers

User with Outlook receiving emails every hour regarding Microsoft Exchange offline address book 0X8004010F

About 6 months ago we upgraded our Exchange server from 2003 to 2010. I have read 0x8004010F when downloading Exchange offline address book and found that this issue is the same as what I am having. I have also read the blog post mentioned the above…
JohnyV
  • 938
  • 4
  • 26
  • 45
0
votes
4 answers

is there some sort of catchable trigger when one writes/deletes a new file in linux?

I would like a simple tool for syncing two folders on remote servers... Utopically, I only need an OS catchable trigger (or something like that) that could be used to fire rsync automatically ? Is there anything of the sort, or a simple tool capable…
arod
  • 582
  • 6
  • 19
0
votes
3 answers

synchronize 2 mysql servers (all databases + users)

We want to sync 2 mysql servers with eachother (products & qa system). We would like to sync all databases, data and users of the production machine to a secondary mysql machine. What would be the easiest and best way to do this…
solsol
  • 1,121
  • 8
  • 21
  • 31
0
votes
2 answers

How do I sync beyond 30 days with BES

BES only syncs the last 30 days worth of calendar appointments. I need to change this to sync more than 30 days, e.g. 6 months for example. I read a workaround which involves disabling the wireless sync, syncing with the Blackberry Desktop software…
Kez
  • 448
  • 4
  • 11
  • 22
0
votes
2 answers

How to publish internal data to the internet - as simple as possible

I Asked this at Staock Overflow, but I would like your oppinion too as it has as much to do with administration as it does with coding. We have a .net 2-tier application where a desktop program is talking to a database. We support MS SQL Server…
mlarsen
  • 103
  • 3
0
votes
1 answer

Mesh Networked servers via vpn

I got a design idea and I would like to have some advice from SF about It. I have 5 customers with small real-estate databases. I've built for them a desktop app and now they would like to merge their database to share their data. I don't want to…
microspino
  • 434
  • 1
  • 4
  • 11
0
votes
1 answer

Syncronization inside the same PC

I work in a company without a server and operating in diferent countries. Because of this we work on a virtual office basis and share files through a virtual server called Drop Box. I'm the controller of this virtual server and find it to be…
FGO
0
votes
2 answers

Syncing 1TB+ to a iSCSI device, software needed

I need to sync a local disk to a iSCSI mount on Windows (server 2003), and I'm struggling to find software that's capable of doing so in a reasonable timeframe. Notes on the current 1TB disk: - 800GB currently in use - Contains a folder with several…
Mojah
  • 876
  • 1
  • 9
  • 13
0
votes
1 answer

Find daily backup sizes in DPM 2007

I'm considering setting up a DPM server offsite and synchronising it with my onsite DPM server. How can I determine the size of the changes that would be replicated (based on my historical data) so that I can determine if we have the bandwidth to…
Paul D'Ambra
  • 1,082
  • 1
  • 13
  • 22
0
votes
1 answer

proftpd: copying uploaded files to an additional directory

Using proftpd, is there a good way to automatically synchronise uploaded files from the upload directory to some other directory? Our layout ends up a bit like this: ~/ftp/some/path <-- Files are uploaded…
Matthew Iselin
  • 717
  • 1
  • 8
  • 20