Re: psync backup problems: suggestions?

2005-07-14 Thread Iyanaga Nobumi
friend, who forwarded the message with the title SOLVED, taught me also how to avoid this problem. Basically, you will do: sudo mdutil -i off /Volumes/your_volume And you can put in /etc/crontab something like the following: 023**6root/usr/local/bin/psync -d

Re: psync backup problems: suggestions?

2005-07-14 Thread Paul McCann
Joe asked, As an aside, does anyone know how to turn spotlight off of a volume? It immediately starts creating an index and it is causing my comnputer to run hot and make everything else run slow. System Preferences = Spotlight = Privacy Just drag in what you don't want indexed. Cheers,

Re: psync backup problems: suggestions?

2005-07-13 Thread Joseph Alotta
in about 45 minutes without a problem, but I still like psync better. Joe. On Jul 12, 2005, at 1:19 PM, Randal L. Schwartz wrote: Joseph == Joseph Alotta [EMAIL PROTECTED] writes: Joseph Hi everyone, Joseph Why you are debating the relative merits of psync and rsync. Joseph Unless I missed

Re: psync backup problems: suggestions?

2005-07-13 Thread Ken Williams
On Jul 13, 2005, at 1:56 PM, Joseph Alotta wrote: Hi Randall, How did you get it to work? I had trouble getting cpan to install File::MacOS and I put it out to the group and nobody offered a way to get it to compile. Look at the first message in this very thread - the one that says

Re: psync backup problems: suggestions?

2005-07-13 Thread Joseph Alotta
Thanks so much. I found that message with SOLVED. I don't know why I didn't see it before. I guess the spamblocker killed it. Anyway, I got psync up and running and it is running well. It is running as I write. As an aside, does anyone know how to turn spotlight off of a volume

Re: psync backup problems: suggestions?

2005-07-12 Thread Christopher D. Lewis
On Jul 10, 2005, at 11:39 PM, Randal L. Schwartz wrote: Christopher == Christopher D Lewis [EMAIL PROTECTED] writes: Christopher Dear psync users, This may not help, but I'm about to be a former psync user, because Tiger's rsync now understands the HFS fork, if you include -E

Re: psync backup problems: suggestions?

2005-07-12 Thread Joseph Alotta
Hi everyone, Why you are debating the relative merits of psync and rsync. Unless I missed something, psync is not available on Tiger anymore and nobody has a fix for it. So we don't have the option of using psync. Joe. On Jul 12, 2005, at 9:34 AM, Christopher D. Lewis wrote: On Jul

Re: psync backup problems: suggestions?

2005-07-12 Thread Adrian Howard
On 11 Jul 2005, at 23:45, Rick Frankel wrote: [snip] Note that there is a known problem with rsync on tiger and large files. I tries switching my backup regimen to rsync but had to switch back to psync due to the crashes. [snip] Darn it. It does appear to suck quite badly doesn't it. Hey ho

Re: psync backup problems: suggestions?

2005-07-12 Thread Randal L. Schwartz
Joseph == Joseph Alotta [EMAIL PROTECTED] writes: Joseph Hi everyone, Joseph Why you are debating the relative merits of psync and rsync. Joseph Unless I missed something, psync is not available on Tiger anymore Joseph and nobody has a fix for it. Joseph So we don't have the option of using

Re: psync backup problems: suggestions?

2005-07-11 Thread Adrian Howard
On 11 Jul 2005, at 05:39, Randal L. Schwartz wrote: Christopher == Christopher D Lewis [EMAIL PROTECTED] writes: Christopher Dear psync users, This may not help, but I'm about to be a former psync user, because Tiger's rsync now understands the HFS fork, if you include -E

Re: psync backup problems: suggestions?

2005-07-11 Thread Walt Pawley
At 7:26 PM +0100 7/11/05, Adrian Howard wrote: On 11 Jul 2005, at 05:39, Randal L. Schwartz wrote: Christopher == Christopher D Lewis [EMAIL PROTECTED] writes: Christopher Dear psync users, This may not help, but I'm about to be a former psync user, because Tiger's rsync now understands

Re: psync backup problems: suggestions?

2005-07-11 Thread Rick Frankel
On Sun, Jul 10, 2005 at 09:39:03PM -0700, Randal L. Schwartz wrote: Christopher == Christopher D Lewis [EMAIL PROTECTED] writes: Christopher Dear psync users, This may not help, but I'm about to be a former psync user, because Tiger's rsync now understands the HFS fork, if you include -E

Re: psync backup problems: suggestions?

2005-07-11 Thread Adrian Howard
On 11 Jul 2005, at 19:44, Walt Pawley wrote: [snip] FWIW: you don't have to be on Tiger to use an hfs knowledgeable rsync. Using the DarwinPorts system (and probably fink - though I haven't checked) you can install hfsrsync. Yup. I've used it previously. Just nice to avoid having to

Re: psync and MacOSX::File installing with cpan

2005-07-11 Thread Ken Williams
On Jul 8, 2005, at 10:56 PM, Chris Devers wrote: The first failed test is: use MacOSX::File::Catalog; ... my $asked = askgetfileinfo(dummy); $asked eq avbstcLinmed ? ok(1) : ok(0); Dan, it would be helpful if you'd just write lines like this simply as: ok $asked,

Re: psync backup problems: suggestions?

2005-07-10 Thread Randal L. Schwartz
Christopher == Christopher D Lewis [EMAIL PROTECTED] writes: Christopher Dear psync users, This may not help, but I'm about to be a former psync user, because Tiger's rsync now understands the HFS fork, if you include -E. This presumably also includes the extended-access lists which psync

Re: psync and MacOSX::File installing with cpan

2005-07-09 Thread gertlist
Hi, while trying to use a module (Finance::Quote) I got an almost similar message. I don't know whether this is related. All modules are installed correctly (especially HTML::TableExtract). Has anybody an idea whether this has to do with Tiger and how I can work around it? Can't locate

Fwd: psync for tiger? (SOLVED) [Re: psync and MacOSX::File installing with cpan]

2005-07-09 Thread Iyanaga Nobumi
I had this forwarded message, and this worked for me. I can use psync on Tiger. Begin forwarded message: From: Izidor Jerebic [EMAIL PROTECTED] Date: 21 May 2005 19:50:29 JST To: OSX Admin [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: psync for tiger? (SOLVED) Content-Type: text

psync and MacOSX::File installing with cpan

2005-07-08 Thread Joseph Alotta
Greetings, I was thinking it was about time to do a backup and I was trying to run psync on Tiger and I got this: Can't locate MacOSX/File.pm in @INC (@INC contains: /System/Library/ Perl/5.8.6/darwin-thread-multi-2level /System/Library/Perl/5.8.6 / Library/Perl/5.8.6/darwin-thread-multi

Re: psync and MacOSX::File installing with cpan

2005-07-08 Thread Chris Devers
On Fri, 8 Jul 2005, Joseph Alotta wrote: So I tried to install MacOSX::File and got these errors. Does anyone know what I am doing wrong? I get the same result: macgarnicle:~/.cpan/build/MacOSX-File-0.69 root# make test PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM -e

Re: psync and MacOSX::File installing with cpan

2005-07-08 Thread Dan Kogai
Folks, On Jul 09, 2005, at 12:56 , Chris Devers wrote: The first failed test is: use MacOSX::File::Catalog; ... my $asked = askgetfileinfo(dummy); $asked eq avbstcLinmed ? ok(1) : ok(0); The second failed test is nearly identical: use MacOSX::File; use

Re: pSync/Panther how?

2004-08-05 Thread Ingo Weiss
Hi all, thanks to all your help I I have Perl 5.8.5 and pSync installed now, and pSync is backing up my harddrive as I write this. It looks like the installation doesn't automatically remove the old Perl installation, and I have to use the full path: perl -v This is perl, v5.8.1-RC3 built

Re: pSync/Panther how?

2004-08-04 Thread Dan Kogai
Fellow users of MacOSX::File (and psync) Hi Ingo, I am using psync on Panther and I like it very much. No trouble, it just works. Here is my version info. Joe. [Abba:~] josephal% perl -v This is perl, v5.8.1-RC3 built for darwin-thread-multi-2level (with 1 registered patch, see perl -V for more

Re: pSync/Panther how?

2004-08-04 Thread Chris Nandor
In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Dan Kogai) wrote: I have recently found that gcc2, which is required to build MacOSX::File on Panther's pre-installed version of perl, is not I build MacOSX::File just fine with gcc3 on Panther. In fact, I *cannot* build with gcc2. --

Re: pSync/Panther how?

2004-08-04 Thread Dan Kogai
On Aug 05, 2004, at 02:27, Chris Nandor wrote: In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Dan Kogai) wrote: I have recently found that gcc2, which is required to build MacOSX::File on Panther's pre-installed version of perl, is not I build MacOSX::File just fine with gcc3 on Panther. In

pSync/Panther how?

2004-08-03 Thread Ingo Weiss
Hi all, I would like to use pSync for backups. I used it in Jaguar, but it seems that it's not compatible with Panther currenlty. The Author recommended to install a newer Perl which should fix the problem. Here are some questions: - What is the latest stable Perl version that runs under Panther

Re: pSync/Panther how?

2004-08-03 Thread Jerry LeVan
I am running Deju Vu which runs psync under the hood, works fine for me... Jerry On Aug 3, 2004, at 4:06 PM, Ingo Weiss wrote: Hi all, I would like to use pSync for backups. I used it in Jaguar, but it seems that it's not compatible with Panther currenlty. The Author recommended to install

Re: pSync/Panther how?

2004-08-03 Thread Joseph Alotta
Hi Ingo, I am using psync on Panther and I like it very much. No trouble, it just works. Here is my version info. Joe. [Abba:~] josephal% perl -v This is perl, v5.8.1-RC3 built for darwin-thread-multi-2level (with 1 registered patch, see perl -V for more detail) Copyright 1987-2003, Larry Wall

Re: psync is backing up files that I don't use

2004-05-21 Thread Randal L. Schwartz
Joseph == Joseph Alotta [EMAIL PROTECTED] writes: Joseph Thanks to some of you, I have been using psync to do my backups now Joseph for a few weeks Joseph and like it very much. One thing that kind of bothers me is that it Joseph tells me it is Joseph backing up files that have changed, when I

psync Panther and sym links

2004-03-19 Thread Bill Metzinger
I can't find any references to my particular problem. I guess I'm special. I hope someone can shed a little light. I've used psync for years on OSX. I call it from a shell script during my daily cron. Everything worked great until Panther. When psync runs it copies symbolic links like normal

Re: Noob perl question re psync (dyld: perl Undefined symbols)

2003-10-01 Thread Christopher D . Lewis
Update on my situation: On Tuesday, September 30, 2003, at 07:24 PM, Christopher D. Lewis wrote: On Tuesday, September 30, 2003, at 05:56 PM, Ken Williams wrote: On Tuesday, September 30, 2003, at 02:26 PM, Christopher D. Lewis wrote: Dear Wiser Folks, I was getting this: % psync -v dyld

Re: Noob perl question re psync (dyld: perl Undefined symbols)

2003-10-01 Thread Christopher D . Lewis
On Tuesday, September 30, 2003, at 10:09 PM, Ken Williams wrote: Unfortunately it won't work at all, no. That's a fatal error. ... Assuming you're using tcsh as the shell, try this: env DYLD_PRINT_LIBRARIES=1 psync -v and then see what the last library it tries to load before the error

Re: Noob perl question re psync (dyld: perl Undefined symbols)

2003-10-01 Thread Christopher D . Lewis
the target. This is the error I get running psync. What do I do to fix this? Was it not gotten with the forced reinstall of MacOS::File? How would I do it differently? Are there places I would look for a broken copy, perhaps from an old installation? Thanks, Chris

Noob perl question re psync

2003-09-30 Thread Christopher D . Lewis
Dear Wiser Folks, I was getting this: % psync -v dyld: perl Undefined symbols: _Perl_sv_2pv _perl_get_sv Trace/BPT trap So I thought I had a badly-synced perl and psync and recompiled Perl according to the directions on Apple's page. I still get this exact error after usign CPAN

Re: Noob perl question re psync

2003-09-30 Thread Christopher D . Lewis
On Tuesday, September 30, 2003, at 05:56 PM, Ken Williams wrote: On Tuesday, September 30, 2003, at 02:26 PM, Christopher D. Lewis wrote: Dear Wiser Folks, I was getting this: % psync -v dyld: perl Undefined symbols: _Perl_sv_2pv _perl_get_sv Trace/BPT trap So I thought I had a badly

Re: Noob perl question re psync (dyld: perl Undefined symbols)

2003-09-30 Thread Ken Williams
On Tuesday, September 30, 2003, at 09:56 PM, Christopher D. Lewis wrote: After recompiling Perl and doing a forced install of MacOS::File, I get: % psync -v dyld: perl Undefined symbols: _Perl_sv_2pv _perl_get_sv Trace/BPT trap ... exactly where I started. I have an acute need to backup

Re: psync Warnings

2003-09-30 Thread Ken Williams
On Tuesday, September 30, 2003, at 12:04 AM, Paul McCann wrote: While I don't recognise all the warnings that you showed at least some of them can be removed by replacing Dan's psync script with a modified version available via versiontracker. I have to wonder: if these are bug fixes, why aren't

psync Warnings

2003-09-29 Thread David Wheeler
Hi All, While running a psync backup, I get lots of warnings such as these: /Volumes/Backup/usr/local/src/perl-5.8.0 : Directory not empty at /usr/local/bin/psync line 145. /Volumes/Backup/Users/david.old/Library/Preferences/ com.apple.internetconfig.plist : Not a directory at /usr/local

Re: psync Warnings

2003-09-29 Thread Paul McCann
Hi David, you wrote... While running a psync backup, I get lots of warnings such as these: [[warnings deleted]] Should I worry about these? The command I'm running is While I don't recognise all the warnings that you showed at least some of them can be removed by replacing Dan's

re: psync trouble

2003-09-25 Thread Bill Metzinger
I'm getting close. psync doesn't seem to set file permissions. It sets directory permissions, sort of. I'm looking at the browser Camino. My source file /Camino.app/Contents/MacOS/Camino is set to 771. When psync copies it, the target /Camino.app/Contents/MacOS/Camino is set to 644. When I

Re: Psync, small pseudo-bug

2003-08-14 Thread alex black
Yikes. I could have used rmtree() of File::Path to make sure it is empty (the obvious drawback is that it is slow). There's always the pseudo-hackish way: add a flag to psync which causes it to delete .DS_Store files in empty directories before rm-ing them. Ugh. Osx finder... find /Volumes

Re: Psync, small pseudo-bug

2003-08-09 Thread Dan Kogai
On Thursday, Aug 7, 2003, at 03:33 Asia/Tokyo, alex black wrote: However, I have a small problem with it that is not your fault (or necessarily even your responsibility with psync) but the fault of the finder: Say I have a directory on the source volume: Blah/ stuff.txt pic.jpg

Re: Few questions about psync

2003-06-06 Thread Dan Kogai
On Saturday, June 7, 2003, at 11:37 AM, Scott Haneda wrote: I have a few q's about psync, do you have time? I use as root psync -d / /Volumes/backupplace/daily psync -d / /Volumes/backupplace/weekly Cron triggers them accordingly... I can not seem to get the Startup Disk Pref Pane to see either

Re: psync question

2003-06-02 Thread Dan Kogai
those...) to a remote server on my network. psync looks like a solution, but the documentation is a little non-specific. Since I don't want to wipe anything before I go to town, I thought I'd ask this question. The docs say: sudo psync -d / /Volumes/Ibackup Why 'I'? That's a document bug

Re: man psync

2003-02-27 Thread Dan Kogai
On Friday, Feb 28, 2003, at 05:52 Asia/Tokyo, Brad Schonhorst wrote: Silly question- After installing MacOSX::File in order to gain access to psync I cannot seem to bring up the man page for it. I am using mac 10.2.4. Any suggestions or is there a way to get at the man page somewhere else

Re: Psync and Perl 5.8.0.

2003-01-27 Thread Dan Kogai
On Monday, January 27, 2003, at 01:14 PM, J. Charles Holt wrote: Any idea what the trouble might be? Any thoughts would be appreciated! [snip] In file included from Catalog.xs:16: ../common/util.c:9:19: Files.h: No such file or directory Do you have Developer Tool installed? It appears

psync problem with Jaguar

2003-01-26 Thread Charles Sellers
Hello all, I, like many others, have come to really appreciate psync. It's a wonderful utility. I used it successfully to backup to a remote NFS share when running Mac OS 10.1.5. However, since installing Jaguar (10.2) I have been having problems. I get the following error: .psync.db

Psync problem with Jaguar

2003-01-26 Thread Charles Sellers
Hello all, I, like many others, have come to really appreciate psync. It's a wonderful utility. I used it successfully to backup to a remote NFS share when running Mac OS 10.1.5. However, since installing Jaguar (10.2) I have been having problems. I get the following error: .psync.db

Re: psync groups?

2002-11-04 Thread Dan Kogai
On Tuesday, Nov 5, 2002, at 03:08 Asia/Tokyo, Ronald Florence wrote: Dan, I have installed and used your excellent psync to backup an HFS+ partition on MacOS 10.2.1. It works flawlessly, using the command line you suggest, with one exception: Every file in the backup has group `unknown

Re: psync groups?

2002-11-04 Thread Mitchell L Model
On Tuesday, Nov 5, 2002, at 03:08 Asia/Tokyo, Ronald Florence wrote: Dan, I have installed and used your excellent psync to backup an HFS+ partition on MacOS 10.2.1. It works flawlessly, using the command line you suggest, with one exception: Every file in the backup has group `unknown

Re: psync groups?

2002-11-04 Thread Ronald Florence
is that the use privilege when psync was run was insufficient (I suspect this is more likely). Did you 'sudo'? Dan the Maintainer MacOSX::File I've also been having this problem. Part of it, but I'm not yet convinced all, is that my source volumes mistakenly had their Ignore ownership

Re: psync groups?

2002-11-04 Thread Mitchell L Model
. Another possibility that the groups are not preserved is that the use privilege when psync was run was insufficient (I suspect this is more likely). Did you 'sudo'? Dan the Maintainer MacOSX::File I've also been having this problem. Part of it, but I'm not yet convinced all, is that my source

Jaguar, Psync and tcsh in Jaguar

2002-09-28 Thread Dan Kogai
On Saturday, Sep 28, 2002, at 14:41 Asia/Tokyo, Jeff Yana wrote: Hi Dan- After recently updating to Jaguar I decided it was high time to run a back-up using your wonderful little Psync utility. Problem is that it does not run. The Terminal returns the error command not found. Do you have

psync vs. Jaguar [Was: Re: search.cpan.org: Dan Kogai]

2002-09-19 Thread Dan Kogai
On Friday, Sep 20, 2002, at 04:31 Asia/Tokyo, Erik J. Barzeski wrote: Hi, I upgraded Perl on Mac OS X (10.2.1 now) to 5.8.0 as per the instructions at Apple's site. Unfortunately... This seems to have caused some trouble with psync. Hmm... I have numerous reports that MacOSX::File

psync failing to delete .FBCLock folders

2002-09-12 Thread Mitchell L Model
Like so many other users I find psync to exactly and painlessly meet my needs, which in my case involve primarily synchronizing several partitions on my desktop and my laptop just before leaving for a business trip and just after returning. The one problem I have, and it is sometimes

Re: Is anyone else working on a psync GUI?

2002-08-13 Thread Erik Price
On Friday, August 9, 2002, at 04:48 PM, David Baker (Acorn Web Designs) wrote: Hi Guys, I'm thinking about working on a psync GUI (what about PsyncX?). Is anyone out there currently working on one? If so, could you contact me? For that matter, what's the best GUI library to use

Re: Is anyone else working on a psync GUI?

2002-08-11 Thread Puneet Kishor
On Friday, August 9, 2002, at 04:48 PM, David Baker (Acorn Web Designs) wrote: Hi Guys, I'm thinking about working on a psync GUI (what about PsyncX?). Is anyone out there currently working on one? If so, could you contact me? I would like to second that. ;-) Searching around

Re: psync questions

2002-03-04 Thread Dan Kogai
On 2002.03.05, at 03:07, Hugh Harris wrote: Intuitivey it seems that the command   sudo psync / /Volumes/backup would try to backup /Volumes/backup to /Volumes/backup hence creating a nasty loop - why doesn't this happen? You can find the answer by looking at the source but I

Re: psync questions

2002-03-04 Thread Bill -Sx- Jones
On 3/4/02 6:25 PM, Chris Devers [EMAIL PROTECTED] wrote: On Mon, 4 Mar 2002, Jeff Lowrey wrote: Is this on-topic? Is nothing on topic? Backing up your system is very on topic to me (the Entourage guy, remember?) More on topic than this thread; -Sx- :]

Re: psync question

2002-02-07 Thread Dan Kogai
On 2002.02.08, at 07:08, Mark Edwards wrote: Okay, I've finally got psync humming along quite nicely every morning at 4am, backing up my whole drive. Thanks to your help! I'm curious about one last thing. psync, and pretty much every other utility I've tried, can't seem to correctly copy

Re: psync question

2002-02-05 Thread Mark Edwards
That didn't work either. See, I didn't actually install a previous version. I've only done a make install with .61 I cleared every single file and directory that .61 installed, and I re-installed and got the same problem. I'm attaching the output of the install I just did, just in case you

Re: psync question

2002-02-05 Thread Mark Edwards
Just go to a default ~/Sites directory and do a ls -la, or a ll There they are. I read the Apple docs, and I still think it would be appropriate for psync to copy them. I don't really see that its psync's place to pass judgement on what gets copied and what doesn't, but what do I know

psync fails with 5.7.2

2002-02-05 Thread Randal L. Schwartz
So what is everyone using that they can actually *use* it here? Curious. 5.6.1 perhaps? Running make test PERL_DL_NONLAZY=1 /usr/local/bin/perl -Iblib/arch -Iblib/lib -e 'use Test::Harness qw(runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t t/catalogdubious

Re: psync fails with 5.7.2

2002-02-05 Thread Rick Frankel
On Tuesday, February 5, 2002, at 12:39 PM, Randal L. Schwartz wrote: So what is everyone using that they can actually *use* it here? Curious. 5.6.1 perhaps? Running 5.6.1 here, but I think it may be a permission problem in the distrib directory, The test scripts should probably copy, etc.

Re: psync fails with 5.7.2

2002-02-05 Thread Randal L. Schwartz
Rick == Rick Frankel [EMAIL PROTECTED] writes: Rick Running 5.6.1 here, but I think it may be a permission problem in the Rick distrib directory, Rick The test scripts should probably copy, etc. in /tmp instead of the Rick current tree. I ran the tests as merlyn, with merlyn owning the build

Re: psync fails with 5.7.2

2002-02-05 Thread Charles Albrecht
At 9:42 AM +0900 2/6/2002, Dan Kogai wrote: As for psetfinfo, yes, pod needs some polishing. Pod-linting is very welcome (But I have to tell you, too that SetFile, which functionalities psetfinfo based upon, doesn't even come with manpage!) Dan, perhaps you mean GetFileInfo. SetFile's

Re: psync fails with 5.7.2

2002-02-05 Thread Dan Kogai
On 2002.02.06, at 05:00, Randal L. Schwartz wrote: Rick == Rick Frankel [EMAIL PROTECTED] writes: Rick Running 5.6.1 here, but I think it may be a permission problem in the Rick distrib directory, Rick The test scripts should probably copy, etc. in /tmp instead of the Rick current tree.

Re: psync fails with 5.7.2

2002-02-05 Thread Randal L. Schwartz
Dan == Dan Kogai [EMAIL PROTECTED] writes: I ran the tests as merlyn, with merlyn owning the build tree. What more permission is needed? DanHmm I don't know. I confess I didn't bother check with perl Dan 5.7.2 because I consider perl 5.7.2 too unstable (for one thing, it Dan didn't

Re: One more psync question

2002-02-04 Thread Dan Kogai
On 2002.02.05, at 07:38, Mark Edwards wrote: I've also noticed that some of the directory sizes do not match between the psync copy and the original. This may be due to .* files not being copied, but in one case the directory was actually larger in the copy than in the original, despite

Re: psync question

2002-02-04 Thread Dan Kogai
On 2002.02.05, at 09:23, Mark Edwards wrote: I don't know why I would have an old version. I downloaded the .61 source code and compiled it with perl Makefile.PL make make test make install I did compile version .41 earlier, but I never did make install, and I deleted the directory

Re: psync question

2002-02-04 Thread Dan Kogai
the output of the install I just did, just in case you can see anything amiss there. I've seen your attachment and it looks all right. Here is what I want you to do. * instead of 'psync /from /to', try 'perl bin/psync /from /to' from MacOSX-file directory. * send /usr/local/bin/psync

Re: psync question

2002-02-04 Thread Dan Kogai
is the file list of the psync copy: -rwxr-xr-x 1 mark staff 2326 Feb 13 2001 apache_pb.gif -rwxr-xr-x 1 mark staff 2829 Feb 13 2001 macosxlogo.gif -rwxr-xr-x 1 mark staff 13370 Feb 13 2001 web_share.gif Yes indeed psync DELIBERATELY ignores files that start with ._, not just

Re: psync

2002-02-01 Thread Dan Kogai
Ulrich, Hi. On 2002.02.01, at 21:02, Ulrich auf dem Keller wrote: thanks for providing information on the useful psync command. I already tried it successfully for backups of entire partitions with a firewire drive as target directory. Since I would like to use it routinely on our