sync

How to have a checkpoint file using mmap which is only synced to disk manually

I need the fastest way to periodically sync file with memory. What I think I would like is to have an mmap'd file, which is only sync'd to disk manually. I'm not sure how to prevent any automatic syncing from happening. The file cannot be modified except at the times I manually specify. The point is to have a checkpoint file which kee...

msdeploy sync and web.config

I am using msdeploy to transfer my changes(via a nant script in Team City) that I make to a site and it is great!! I have just one question, I am using msdeploy with the sync feature to make my life easier. I currently exclude the web.config in my msdeploy because I do not know how to change the web.config on the fly. How do I change ...

A bridge between an SSH and an S3 bucket for file transfers..

I have 17 gigs of images directly on my server that I would like to move to S3. First I tried to scp them and it it took roughly 9 hours, so that doesn't seem to be a good idea to use those because other people have probably touched those images since then. I'm thinking something similar to rsync, but rsync wouldn't work because I can't ...

Syncronizing S3 buckets

I have a S3 bucket that contains ~40 gigs of files - these files will be served via a production server We also have a staging server which needs a subset (if not all) the files in the production environment (to make sure we have a environment for testing purposes). I would like to know if there was a simple way to sync 2 buckets (prod...

sync images using sync services from iPhone to OS X

I have an iPhone app that uses sync services to sync its data with the desktop version, everything is working fine, except for the images. On the iphone I store an image in the Documents Directory and the path to the file in core data. I set up a transient attribute "image" and checked the sync check box and assigned it as an identity ...

Android - How to download data in the background at specified times

I'm sorry in advance for not having any code to post up, mainly because I can't for the life of me figure out how I need to do what I need to do. Basically, at specified intervals during the day (ex. 5 P.M), I want my app to download some data from my server and store it on the device. This is to both reduce the load on my server from h...

Limit the field that are syncronized

Hi I'm building an application that runs on a Windows Mobile device. I'm using Microsoft's Sync Framework to sync the Sql CE database with the main corporate db. The question is how can I limit the fields that are syncronized? The table in question has stacks of fields but I only need to display a few of them on the mobile device and ...

Android syncAdapter not registered ?

I have implemented my own accountAuthenticator and SyncAdapter, but when I click on the authorities list in Manage data and synchronization to sync it, the updating icon stays there forever and my syncAdapter's onPerformSync is not called at all. what's the problem? ...

How to sync two or more Mercurial servers?

I want to keep Mercurial servers at four different locations, and want them to be identical at any given time. Meaning, any change to any of them must be propagated to all other servers. How to do that? ...

How to run a SyncBack profile with custom source and destination folders?

I am using SyncBackSE to synchronize folders between two locations. Since the full sync takes too long, I want to run the sync profile only for the specified source and destination folders via the command line. Any ideas how to do that? ...

Subversion option to display results of update without actually updating

The perforce command: p4 sync -n will display the results of the sync (update in subversion) without actually performing the sync. I've been looking in the svn help pages and googling around for a tag/command in subversion that will do the same but have yet to find one. I was thinking there may be a tag for svn update that would acco...

Synchronicity of web service calls

Are web service calls synchronous or asynchronous by default? How is synchronicity determined, by the service or by the client? I have code similar to the following: try { string result = MakeWebServiceCall_1(); // this is a third party webservice MakeWebServiceCall_2(result); // another webservice which must happen *after* th...

How do I sync the files in SVN development repo and my live code?

How do I sync all the code in the SVN repository (for development purposes) with the live code I have running in /home/site/public_html/, as in overwrite whatever is in live with the new code from the SVN repo (assume the SVN repo location is in /usr/bin/svn/project, just for the sake of the argument, even though it's probably far from t...

Android contact programmed sync

Hi, I set up an account manager for my application which syncs contacts from my cloud service to the device. The account shows up under Accounts & Sync along with other such accounts (Google, FB, ...). After logged in it syncs web contacts to your device. The contacts are linked to that account. They are added using batch operations usi...

Git and Beanstalk

Hello, I'm experimenting with Git... I've found Beanstalkapp suits my needs. I've created individual repositories for EACH client on Beanstalk and then pushed all the files from a machine at work. I've created repositories for each client and my Beanstalk account now looks like this: Client One (repository)<br> --a load of files and f...

who can tell me , how to sync my contact's photo to gmail contacts

this method can update photo to my android emulator but could not sync to gmail contacts, I think this method is not correct, who can tell me how to do that? I think android photo could not be sync to gmail contact, is this thinking correct? this is my code: Bitmap photo = getMyPhoto(); ArrayList<ContentProviderOperation> ops = new Ar...

iOS Sync & Backup

Given a jailbroken iPhone and iPad, various windows machines, and a possible shared web host environment, how would I setup the iphone/iPad to automatically sync a folder of files, such that modifying the files or adding on the iPad would result in them being updated/added on the iphone within the file system ( assuming wifi/internet con...

If we dock the mobile device to a PC via USB, will we be able to get a network connection directly from the USB connection?

if we dock the mobile device to a PC via USB, do we need to use ActiveSync to do the data syncing? Or will we be able to get a network connection directly from the USB connection. ...

Database sync between iphone's local db and a remote central db

Hi evry1, i 've a local database running in iphone app loaded from sqlite....now i need to sync the local db with the database on the server if the user wishes to do so..can any one help me with this.... Thanks in advance!! ...

how to use android sync api to stop auto sync function?

I'm working in android 2.1, and now I neen to stop the android auto sync process, and when I call the sync process, it will be synced, if you tell me how, i will be very happy, thank you ! this is my code to modify the auto sync function, but I think that it dosen't have really effective. ContentResolver.setMasterSyncAutomatically(fals...