Questions tagged [synchronization]

489 questions
0
votes
1 answer

How do I backup files stored in Rackspace Cloud Files container to an Amazon s3 bucket

I'm currently storing PDF reports in a Rackspace cloud files container. These files are generated from a web application. I'm keen to find a way to sync these files to an Amazon s3 container as a form of backup/redundancy. So far I've only come…
Ed Eliot
  • 41
  • 1
  • 4
0
votes
3 answers

How to transfer differences between local and remote directory using a disk

I have several large directories containing hundreds of GB of files that I'd like to keep synchronized between home at work. Rsync is the obvious choice for transferring new files (both machines are Linux) but the bandwidth usage is a problem. Is…
Mark Rose
  • 314
  • 1
  • 3
  • 9
0
votes
2 answers

Faster Synchronization between two different servers

I am using Doors for synchronization of my project modules. However if i have to synchronize modules for two different servers located at two different locations, say from Pune to Hallstadt. What script can I use for faster transfer of zipped files…
rishi
  • 1
0
votes
1 answer

Sync folder from shared CentOS server to VPS CentOS server

I have a doc management app on shared CentOS server and docs from all clients/users are saved in one folder(not in public_html). I backed all docs to a VPS box but now would like just to sync difference every hour or so from shared CentOS box to…
mojeime
  • 3
  • 1
0
votes
2 answers

New contacts or calendar events created on iPad not syncing wirelessly to Outlook/Exchange 2010

This was working before but broke recently, and it may be due to some Windows Server 2008 R2/Exchange 2010 updates. Creating NEW calendar/contact items on company iPads will not result with them being synced to Outlook. Editing items on the iPad,…
Richard
  • 153
  • 2
  • 2
  • 10
0
votes
1 answer

Most suitable 'replication' technique for SQL Server 2005

I have a SQL 2005 database that is currently 15GB in size. We do a lot of web / intranet based reporting from thsi system and we're seeing a performance hit as a result. I'd like to create a copy of the live database on another server and have it…
Marko Carter
  • 4,092
  • 1
  • 30
  • 38
0
votes
1 answer

Synchronize large objects to S3 efficiently

I need to synchronize about 30GB of git repositories to S3. These repos may contain some very large pack files, on the rough order of 2GB. I know that S3 has recently added support for large objects, and has new APIs that allow the objects to be…
emk
  • 167
  • 1
  • 5
0
votes
1 answer

IPhone 3GS with iOS 4.2.1 does not sync with Exchange 2003 SP2 since update

lately my boss updated his iphone 3GS to iOS 4.2.1 which is causing the email sync to fail. the problem is kinda weird because, calender and contacts do sync and sending new email from the iphone is possible too, but new incoming emails wont show…
marc.d
  • 113
  • 3
0
votes
3 answers

What's the very best way to sync two Macintoshes?

Let's say a laptop and desktop (Mac mini). I want to keep both in sync when on the same network. What's the very best way to automatically sync specific folders? Thanks
Jordan
  • 113
  • 2
0
votes
1 answer

Disabling Synchronisation Manager on Samba domain

On a Windows domain controlled by Samba, some of the Windows XP clients have begun to synchronise something automatically on logout. After any user has logged off, some program attempts to synchronize files. These do not succeed as each user would…
user68912
0
votes
1 answer

Determine which active directory object is referred to by GUID in a Directory Synchronization Error Report

We have active directory syncronization setup between our on-premises AD server and Microsoft hosted Exchange (business productivity online services). I've started getting a daily error report, which details an error for a specific AD user, however…
0
votes
1 answer

Synchronize virtual machines through the internet

I have a windows host machine serving a Debian guest on VMWare. I have set up my working enviroment in the VM and I am including some shared folders to the VM. Is it possible to set up exactly the same VM image on my notebook and my webserver and…
Thomas
  • 221
  • 1
  • 2
  • 5
0
votes
4 answers

Keeping folder of files in sync over 3 machines

Morning, Got 3 machines that have user content on them, which I need to keep in sync. This is a 3 way sync. Currently I run rsync but we just don't handle deletes. Have looked at something like gluster, but that seems a little over the top Any other…
Wizzard
  • 342
  • 1
  • 4
  • 12
0
votes
5 answers

Reserve Web Server - How to synchronize them almost in real time

Maybe my question is a little bit stupid, but idea is to have a reserve web server, which will be activated WHEN main web server becomes inactive (DDos, or any other incident). Please name common practices for this solution. Operation system will be…
holms
  • 1,524
  • 7
  • 20
  • 37
0
votes
3 answers

Which method is better for use rsync with? SSH or rsync server?

I'm new with rsync. I'm planing to use it to sync files bettween 3 servers. 2 of them are on Centos and one on Windows. The question is what is the best way to use rsync? With SSH or with rsync server?
Danilo
  • 121
  • 1
  • 3