Re: File perms for conf files

2017-01-02 Thread Daniel Kahn Gillmor
On Sat 2016-12-31 14:59:48 -0500, Robert J. Hansen wrote: >> I'm now at the point where I need to restore files >> from a zip archive, and part of that means ensuring I have the correct >> POSIX permissions on each file. > > I'm going with 0x0644 (-rw-r--r--) on the .conf files, 0x0755 > (-rwxr-xr-

Re: File perms for conf files

2017-01-01 Thread Mark Rousell
On 31/12/2016 19:59, Robert J. Hansen wrote: > I need to add a (c): > > (c) What should the perms be on Windows? > > Right now I'm just uncompressing files directly into the GnuPG data > directory on Win32. For all I know that's sufficient; for all I know > it's wrong. If you're uncompressing the

Re: File perms for conf files

2016-12-31 Thread Robert J. Hansen
The last time I asked this I received no response, so I've been moving forward a bit in the dark here -- > So, as some of you may remember, I've been working on something to help > users back up their user directories and migrate them to new machines. > We really have no good tools at present to d

File perms for conf files

2016-12-20 Thread Robert J. Hansen
So, as some of you may remember, I've been working on something to help users back up their user directories and migrate them to new machines. We really have no good tools at present to do this, so I'm putting together a small Qt application to make this easier. https://github.com/rjhansen