gnumed-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnumed-devel] Problems dumping database (Mac limitation on su -c)


From: Jim Busser
Subject: Re: [Gnumed-devel] Problems dumping database (Mac limitation on su -c)
Date: Thu, 26 May 2011 23:35:01 -0700

On 2011-05-26, at 11:28 PM, Jim Busser wrote:

> On 2011-05-26, at 10:44 PM, Sebastian Hilbert wrote:
> 
>> Below syntax indicates that the group is optional.
> 
> But I was thinking that it was the script that was supplying the form 
> (including extent of parameters) in the chown command?

Ah, ok I can change this myself in the backup .conf file

        # user/group the backup is eventually owned by
        BACKUP_OWNER="$USER.$USER"

@ Karsten – if a change in the above default script to use a colon

                BACKUP_OWNER="$USER:$USER"

might break something, could you insert a Mac-related comment thus

        # user/group the backup is eventually owned by
        # note Mac OS may require $USER:$USER not $USER.$USER
        # refer to Mac OS man page for chown
        BACKUP_OWNER="$USER.$USER"

-- Jim





reply via email to

[Prev in Thread] Current Thread [Next in Thread]