The sync tag has no wiki summary.
0
votes
0answers
21 views
Win7 Sync Center took a header, network drive mappings no longer “sticking”
OK, this is a weird one.
A brief history: we tried to migrate our network home directories to a Mac-based server (long story), got burned by Apple's new implementation of SMB/Windows 7's slightly odd ...
1
vote
1answer
46 views
Synchronize files over FTP where files from the FTP always wins in case of conflict
Setup:
One file server with folders for each project.
One employee working from home that needs the files to be on a local NAS since the connection isn't good enough to work via VPN. So, a few project ...
1
vote
1answer
51 views
Combining multiple Rsync synchronizations
I'm trying to combine multiple rsync commands into one command. Currently I use the following command:
/usr/bin/rsync --exclude-from=/directory/exclude.txt --delete --rsync-path "/usr/bin/sudo ...
0
votes
0answers
127 views
Windows 7 Sync Center failing to sync home folders
This one has been driving me mad. I've tried everything I can possibly think of, and have had no luck.
Domain running a 2003 schema, three DCs, all server 2003.
Home directories located on a Mac ...
-1
votes
1answer
33 views
OS Users syncing between SLES servers
I need to sync the OS users between 2 linux SLES servers.
Can someone please help me out with that?
-1
votes
1answer
50 views
Replicate / SYNC / Copy thousands of files
Windows 32BIT Box (Server OS)
4GB RAM
a 800GB LUN Mapped to the above box as a local drive
Around 700GB of text files (Yes text files and a few thousand word documents) nested in thousands of ...
1
vote
0answers
199 views
Calendar not Sync between Blackberry & Outlook - Exchange 2010
eI have an issue where all in suddent, all blackberry devices won't sync anymore for calendar. I don't have much on hand experiences with Blackberry environment.
I use Exchange 2010 SP1 with Update ...
0
votes
0answers
27 views
Preserving timestamp during Linux -> Windows sync
I'm using FileZilla to sync my linux files and dir. FileZilla keeps the proper time stamp for files but not for folders. Is there any other way so that I can preserve the timestamp for folders too ...
0
votes
1answer
96 views
Sync folder from Windows server to Ubuntu server through FTP
I need to automatically transfer files from windows server over to an Ubuntu server through FTP.
I control the ubuntu server and have no other access to the windows server but through FTP.
I need a ...
2
votes
0answers
49 views
Need to make all the timestamps on local files match their corresponding ftp hosted file's timestamp
I screwed up and downloaded ~10GB worth of files from my offsite backup location (ftp server) without checking the 'preserve timestamp' option in the client.
The PC with the local files is a netbook ...
0
votes
0answers
29 views
CentOS server for filesyncing [closed]
I am gonna be setting up a CentOS server for filesyncing and whatnot... is there a particular server (or kind of server) that I should buy which is better for these purposes?
1
vote
5answers
158 views
database sync across servers in SQL 2008R2
as we are in the process of expanding of businees, now we are stepping a ahead to add few more datacenter, now we have a requirement where we need to sync the production database with other ...
1
vote
4answers
116 views
Rsync : copying over timestamps only
Currently I have two directories A/ and B/ which are identical in every respect, with the exception of the timestamps. Therefore if I run the command :
rsync --dry-run -crvv A/ B/
then all files ...
1
vote
2answers
79 views
Watching for Unison errors
We've implemented a folder sync across two servers sitting in two different data centres using Unison. It's crucial for us that this folder sync work as expected as our SLAs depend on the data being ...
0
votes
1answer
63 views
Sync Local Folder to FTP
I'm looking for an app I can put on my local server that will take files from C:\Source to a folder on my remote FTP Server every hour.
I was looking at rsync and it looked perfect until it told me I ...
0
votes
4answers
214 views
How to sync 2 linux servers
I've got the problem that I don't know a lot about server administration and right now we've got 2 Servers behind a load balancer and I need to sync the htdocs folders from apache.
I think the ...
1
vote
2answers
130 views
iPhone calendar sync with Exchange 2010
I have an iPhone user that just recently noticed that his iPhone calendar changes are now overwriting any changes made in Outlook. I checked and didn't see any config settings on the iPhone for ...
0
votes
3answers
39 views
Is it a good idea to sync backups from win server 2008 with Live Mesh
I've read at http://haacked.com/archive/2011/11/19/specs-for-haacked-com.aspx that Phil Haack uses MS Live Mesh to synch some backups to his home pc.
Aside from the 2GB single file size limit, is it ...
2
votes
0answers
314 views
HT Link Sync Error after Ubuntu 10.04 LTS Installation
Update 1
I just assembled an exact replica of this server, and successfully installed Ubuntu 10.04 LTS in a RAID10 configuration. The success was confirmed by a login to the initial account.
There ...
2
votes
1answer
51 views
Better folder structure for 1-6mil files?
I'm doing a bit of development work for a start up, and have been asked to work on the directory structure for all the content being served and the scalability of the host servers(load balancing, ...
0
votes
1answer
134 views
WordPress MU with multiple Servers; wordpress won't show media-files; Syncing things
yesterday I have seted up a wordpress "clutser".
Two Front/Backend Servers for Nginx and PHP
One Database Server
on all there is installed memcached
I have a internal network, so no authenticate ...
0
votes
2answers
170 views
Easiest way to sync two folders
What's the easiest way to sync the contents of a folder on a Mac OSX machine with another folder on a Linux server?
You can use scp:
scp -r /path/to/folder/ username@IP_ADDRESS:/path/to/sync/with
...
10
votes
6answers
1k views
Bidirectional real-time sync of large file tree between two distant linux servers
By large file tree I mean about 200k files, and growing all the time. A relatively small number of files are being changed in any given hour though.
By bidirectional I mean that changes may occur on ...
0
votes
1answer
45 views
Can I Use a VCS to sync/merge text files between a desktop and an android device or USB drive?
I tried to use Bazaar in Ubuntu to push/merge onto a MS-DOS (FAT) partition (like a USB-mounted Android device) to keep all my code and notes synced up. On Ubuntu with the device mounted as a USB ...
0
votes
1answer
68 views
Thunderbird contacts sync
i work in a small office company and using thunderbird on all workstations, i've been searching for a solution of an address book that can be synced around the office and on an web-based application ...
0
votes
2answers
270 views
Why are CentOS RAID-1/mirror partitions syncing multiple times?
I'm setting up a CentOS 5.6 server, using Kickstart. I have four disk drives, sda-sdd. These are the relevant Kickstart lines:
clearpart --linux --drives=sda,sdb,sdc,sdd --initlabel
part raid.11 ...
1
vote
2answers
256 views
Synchronizing local mysql database with remote one with a script or automatically?
Is there a way to sync a MySQL database with a remote one either automatically or with a script? The data is not time sensitive, but I don't want to have to export it out of the local database and ...
2
votes
2answers
190 views
How does one make sure or even guarantee server time are sync correctly between dozens of servers across multiple datacenter on different location?
Currently our web applications contain a logic to check if the data sent to the web server is expired or not by comparing the timestamp of the data with the date/time of the server.
Everything goes ...
0
votes
0answers
21 views
Tsyncd Configuration Error - Syncing Files on Two Servers
I'm having an issue configuring Tsyncd to work properly.
Tsyncd: http://tsyncd.sourceforge.net/
This is the error I get:
[root@linode ~]# tsyncd -c /etc/tsyncd.conf -e /etc/tsyncd.exports
[WARNING] ...
1
vote
1answer
103 views
How can I synchronize effectively a large directory containing lots of photos between 3 LAN / different OS hosts?
This would be working between Ubuntu 10.04 LTS, Windows 7 and Windows XP?
I would like to achieve something like Dropbox service, but only in local network.
What I currently use:
Ubuntu has the ...
2
votes
2answers
112 views
Compare & Copy missing files from identical directory on Remote Server
I have a development server on which I want to keep certain data directories in sync with the live server. Any files in these directories which exist on the live server, but not on the dev server, I ...
1
vote
3answers
146 views
sync local OSX with remote linux server using ftp via shell script
I would like to sync a local folder on my Mac to a remote ftp server. I only want to upload files changed since last sync. I would also like to download new and modified files from the server. Is ...
0
votes
2answers
82 views
synchronize files between remote sftp location and local
I am facing a quite familiar problem but have no clear idea on how to handle it.
I'm a backend developer and i write my applications using Zend Studio. My employer requires me to work on a remote ...
0
votes
1answer
162 views
How i can use unison to sync. files of folder with the latest modification time?
I try Unison. It's two-way file synchronization software yes ??.
Sooner or later I have to handle collisions (someone/something modified both files - How i can merge changes or just overwrite older ...
0
votes
3answers
53 views
Uploading to multiple FTP sites at once
Im currently building a small CDN topology system, and im looking for the best way to sync the files within certain folder in all the servers.
I need to be able to upload a file to a certain SINGLE ...
0
votes
1answer
52 views
sync a file over 2 servers and switch between what server is being connected to
I do not know for sure if this is the correct location to post this, but I am looking for software or a script to be able to do what I am wanting... or if anyone has anything better.
In short, there ...
1
vote
2answers
96 views
sync a directory between OSX and Ubuntu
I need a good way to sync a directory between my OSX 10.6 laptop and my Ubuntu Desktop. Dropbox would obviously be a great choice, however the directory I need to sync is owned by root on both ...
0
votes
0answers
69 views
Determine the clock drift between two linux hosts
I am using ptpd to tightly sync the clock between two linux hosts that we are using to test a low latency application.
I would like to see, programatically, how well the clocks are synced. I was ...
3
votes
2answers
78 views
How can I test apt-get updates on a test box before deploying to production?
I would like to schedule updates on my ubuntu servers, but would like to test the updates first on a test server. I'd like to run all updates on the test box at the beginning of a development cycle, ...
0
votes
3answers
405 views
TracError: Repository not found
I'm getting that error when trying to execute trac-admin /path/to/trac
repository resync /path/to/svnroot/repo1
Both paths exist. I'm trying to use Trac 0.12 with several svn
repositories. I could ...
1
vote
4answers
98 views
syncronise two local SVN checkouts
Quick overview of the problem.
I have a website that is in SVN and checked out on 2 different servers for load balancing. It's a drupal site and everything besides the assets and files directory is ...
0
votes
1answer
141 views
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 ...
1
vote
3answers
556 views
Real time Sync between two folders on different servers
What is the best way to sync two folders completely in real time over two servers (Ubuntu) in same network? Do you think syncing folders is a better idea than having a shared folder? If a shared ...
2
votes
2answers
187 views
File-sync server software
We are currently using Dropbox in the company and running out of space lately. I'm wondering if there any similar software that we could use on our own server?
I've looked at pogoplug, but I'd like ...
0
votes
1answer
193 views
NFS server and delay in using tail -f?
We have two Solaris servers, let's call them Alice and Bob.
We also have a Solaris NFS server used by both of them, call it Charlie.
Alice writes to a text logfile on the NFS server, which is then ...
1
vote
3answers
167 views
Unix timestamp deviation
I have two Ubuntu servers which synchronize their timestamp to europe.pool.ntp.org every night.
Just before they sync, I can see a difference of 4 seconds between the two servers.
One of the servers ...
0
votes
2answers
364 views
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 ...
2
votes
1answer
622 views
MacOS X 10.6 Portable Home Directory sync fails due to FileSync agent crashing
On one of our cleanly installed MacPro machines running MacOS X 10.6.6 connected to our MacOS X 10.6.6 Server, syncing data using Portable Home Directories fails. It seems to be due to the filesync ...
1
vote
1answer
278 views
Is it really necessary to call /bin/sync twice before an unmanaged power-off?
My company sells an "embedded device" which is implemented as a headless Linux box with ext4 on an internal SSD. Some of our users have a habit of doing a "save current settings" on this box, and ...
0
votes
2answers
198 views
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 ...