Displaying 4 results from an estimated 4 matches for "synchronze".
Did you mean:
synchronize
2007 Aug 22
6
Synchronzing workspaces
How do people go about synchronizing multiple workspaces on different
workstations? I tend to wind up with projects spread around the various
machines I work on. I find that placing the directories on a server and
reading them remotely tends to slow things down.
thanks,
Eric
--
Eric Turkheimer, PhD
Department of Psychology
University of Virginia
PO Box 400400
Charlottesville, VA 22904-4400
2005 Jul 20
0
Palm Pilot, USB, pppd and udev
I've a line like this that creates /dev/pilot link in my local udev rules:
BUS="usb", SYSFS{product}="Palm Handheld*", KERNEL="ttyUSB*[13579]",
SYMLINK="pilot"
And it seems to work fine for doing normal sync operation to Gnome Palm applet
(well, not sure about that KERNEL parameter, however ttyUSB0 and ttyUSB1 look
exactly the same, no other way to
2005 Feb 02
0
[Bug 2296] New: Idea: transparently uncompress .gz and .bz2 files before synchronizing.
https://bugzilla.samba.org/show_bug.cgi?id=2296
Summary: Idea: transparently uncompress .gz and .bz2 files before
synchronizing.
Product: rsync
Version: 2.6.3
Platform: All
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P3
Component: core
AssignedTo:
2002 Aug 18
0
rsync stops files transfert unexpectedly
...n a linux machine (called SUDONG)...The machine on wich the
rsync script will started.
The remote machine (called SAKRA) is another linux machine with a Samba
server. The SAKRA FAT partition is exported via samba.
The SUDONG machine has to mount the SAKRA FAT partition using smbmount.
I want to synchronze the local FAT partition (/mnt/win/...) with
the (remote) SAKRA FAT partition (/mnt/sakra/win/...) exported via samba.
The following script is supposed to do that.
#!/bin/sh
smbmount //sakra/win /mnt/sakra/win/home/ -o username=verjus
smbmount //sakra/projects /mnt/sakra/win/projects/ -o
user...