[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Re: hot-backup.py and umask

From: Seth Falcon <sfalcon_at_fhcrc.org>
Date: 2004-06-21 22:41:46 CEST

Well, IANA sysadmin either :-) but... what you say makes sense. Have
root be responsible for backups. I don't see why that precludes the
solution I suggested, however. As root is doing its backup tasks, it
runs a process as svn.

In other words, in a backup script, you can use a line like the
following to run a single command as a specified user:

    su - USER -c "COMMAND"

Then root can copy the results to a secure location or whatever.

hope that clarifies what I was suggesting.

+ seth

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jun 21 22:43:07 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.