Displaying 4 results from an estimated 4 matches for "liontooth".
2003 Dec 17
0
samba linking Linux and OSX -- weird permissions
...I mount an OSX share on Linux, I get weird switches in
ownership and permissions. Take these examples from two Linux machines
(one and two), running Debian sid and Samba 3.0.0final-1, mounting a
directory on an OSX 10.3.
First, what the OSX machine shows through an ssh session:
[osx:~/Desktop] liontooth% l
total 352
-rwxr-xr-x 1 liontooth wheel 13780 9 Dec 22:34 Convert to QuickTime
for Anvil.app
-rw-r--r-- 1 liontooth staff 0 28 Nov 23:04 Three
-rw-r--r-- 1 liontooth staff 0 24 Nov 20:02 One
lrwxr-xr-x 1 liontooth staff 16 16 Dec 23:14 storage ->
/Volumes/Storage
Sec...
2007 Feb 24
4
Overwriting symlinks on OSX
I'm trying to rsync files to a set of symlinked directories on an XServe
running OS X.
The directories look like this:
tna@csx:~/2/2006$ l
total 80
lrwxr-xr-x 1 tna tna 39 Feb 24 13:18 2006-01 ->
/Volumes/CSArchiveArray001/2006/2006-01
lrwxr-xr-x 1 tna tna 39 Feb 24 13:18 2006-02 ->
/Volumes/CSArchiveArray001/2006/2006-02
When I run rsync from Linux in --dry-run mode,
2005 Apr 04
1
Expressions in --exclude-from file
Greetings --
I just downloaded and compiled rsync 2.6.4, which has the much-coveted
--remove-sent-files option!
Thank you for adding this feature. I use
rsync -rutvn --exclude-from=nosync --remove-sent-files /ssa/TV/2005/
/tv1/2005/
to move files selectively to a storage computer, but I want to avoid
including files that are currently
being captured. When I include today and a great
2012 Aug 18
1
How to remove files at source present on destination without transferring them
Does rsync provide a way to remove files at the source that are present
on the destination, without first transferring the files?
I run the same task on several computers that copy the results to a
server. Once the material is copied, it should be deleted at the source
on all the machines.
Say A and B run the same task. A finishes first and copies the result to
server C. When B finishes, the