Displaying 20 results from an estimated 20000 matches similar to: "How to keep owner on destination file"
2020 Jun 04
2
Preserving destination group and owner
Hi,
I'm trying to get an rsync updating some files without changing their owner,
groups or permissions. I've read man pages etc. stating I need to use the
"--no-o", "--no-g", "--no-p" flags, something like
rsync -r --no-p --no-o --no-g source destination
While the permissions are keeped, there is something not working as
expected or I'm missing
2010 Mar 01
2
Force destination files to specific owner/group
Folks--
I'm working with an old system I set up to copy files from one local
directory to another. I was using rdist for this, but I would prefer
to shift it over to rsync.
The one thing I'm missing is the trivial ability to force the group
owernship of the destination files to a specific group. A read through
the manpage and various searches on the web do not turn up any helpful
hints
2010 Jun 16
2
How dangerous is --inplace
Hello list!
How dangerous is acctually the --inplace option if you want to run
rsync to update files that are only read and not written to? What is
the worst that can happen? The file is not readable, the reader gets
half the file of an old version and the rest is from the new version?
There is not a simple way to make it update the file in the standard
way and then change the ownership
2018 Mar 01
29
[Bug 13317] New: rsync returns success when target filesystem is full
https://bugzilla.samba.org/show_bug.cgi?id=13317
Bug ID: 13317
Summary: rsync returns success when target filesystem is full
Product: rsync
Version: 3.1.2
Hardware: x64
OS: FreeBSD
Status: NEW
Severity: major
Priority: P5
Component: core
Assignee: wayned at samba.org
2020 Sep 16
2
OrcV1 removal
Hi Andres,
Cool!I assume this works on "non-native" jitlink platforms as well? Or
> just mach?
This framework is totally materializer agnostic -- It works for
ObjectLinkingLayer (JITLink), RTDyldObjectLinkingLayer (RuntimeDyld), and
even materializers that aren't emitted via a linker (e.g. stubs and
callbacks).
Looks like there's not yet a C API yet - not a problem, just
2010 Aug 05
0
Owner and permission issues in NTFS
Platform: QNAP NAS (439-U-RP) (dual core x86 / Linux kernel 2.6.33.2)
Source: sourceA: RAID-1 array, formatted EXT4
Target: targetB: NTFS (Paragon commercial NTFS driver) USB drive
rsync args: (-a --delete --stats --numeric-ids)
rsync version: 3.0.6 (tried 3.0.7 also)
LM: Local Machine
Given a 'sourceA' folder (/share/MD1_DATA/sourceA) with directory
ownership of:
owner: LM.admin
2020 Sep 24
2
OrcV1 removal
Hi All,
The Kaleidoscope tutorials have now been updated on the orcv1-removal
branch. I will try to summarise the state of the work and provide some
examples in the ORC JIT Weekly mailout tomorrow. The short version is that
I think this is ready to land on the mainline.
If anyone wants to check out the OrcV1 removal branch and provide feedback
now is the time. Otherwise I will aim to land the
2016 Feb 17
0
Can one set the owner of a folder to BUILTIN\Administrators?
On 17/02/16 00:03, Ian wrote:
> I've recently attempted to migrate some windows server files over to
> samba 4 hosted on a FreeNAS server.
>
> Using robocopy with the /copyall switch, I expected everything,
> including ACL's and ownership information to transfer over. For the
> most part they have. The one problem I've ran into however, is that I'm
> getting
2018 Mar 05
0
[Bug 13317] rsync returns success when target filesystem is full
https://bugzilla.samba.org/show_bug.cgi?id=13317
--- Comment #6 from Rui DeSousa <rui.desousa at icloud.com> ---
(In reply to Rui DeSousa from comment #5)
It looks like no error is returned and result is a sparse file. I think a
sync() would be required otherwise the file is truncated on close to meet the
quota.
[postgres at hades ~]$ df -h arch
Filesystem Size Used
2016 Feb 17
0
Can one set the owner of a folder to BUILTIN\Administrators?
Rowland,
If this is a DC.. and like me with config :
idmap config * : range = 2000-9999
getent group BUILTIN\\Administrators
BUILTIN\Administrators:*:3000000:
Looks like about the same problem.
Greetz
Louis
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens Rowland penny
> Verzonden: woensdag 17 februari 2016 14:00
>
2010 Dec 06
0
Problem starting PostgreSQL-8.4 with SSL
I installed PG-8.4 for Redhat from the PG84 repo. Everythign works
save only that when I try to enable ssl connections then I get this
error:
Auto configuration failed
16276:error:0E065068:configuration file routines:STR_COPY:variable
has no value:conf_def.c:629:line 207
I have verified that the server key and certificate are present,
have the correct ownership (postgres:postgres), permissions
2018 Apr 07
0
Permissions and ownership on /dev/kvm keep reverting after starting a vm
Hey guys,
/dev/kvm permissions and ownership keeps reverting after starting a vm.
The ownership and permissions keep going back to
crw-rw—— root root ....
After starting a vm. I have to revert the perms and ownership to:
crw-crw-crw root kvm ....
To start any vm but it goes back to the first set of permissions as soon
as I start another vm. Wondering what could be doing this?
Cheers,
Tom
2008 May 08
6
DO NOT REPLY [Bug 5448] New: rsync modifies files in place even without --inplace specified
https://bugzilla.samba.org/show_bug.cgi?id=5448
Summary: rsync modifies files in place even without --inplace
specified
Product: rsync
Version: 3.0.2
Platform: All
OS/Version: All
Status: NEW
Severity: major
Priority: P3
Component: core
AssignedTo: wayned@samba.org
2009 Sep 15
0
Rsync preserve owner/permissions
Hello
I have setup a mirror script on our network, and I have some problem to
preserve ownership of the files transferred.
This problem is causing me a bit of headache as this file transfer is
for some production file, where if there is not the right
permission/ownership the program crashes, and it keep crashing.
I am overcoming the problem by defining manually the ownership as
2016 Feb 17
0
Can one set the owner of a folder to BUILTIN\Administrators?
On 17/02/16 17:27, Ian wrote:
>
> On 2/17/2016 5:00 AM, Rowland penny wrote:
>> On 17/02/16 00:03, Ian wrote:
>>> I've recently attempted to migrate some windows server files over to
>>> samba 4 hosted on a FreeNAS server.
>>>
>>> Using robocopy with the /copyall switch, I expected everything,
>>> including ACL's and ownership
2020 Sep 16
4
OrcV1 removal
Hi All,
I've updated the orcv1 removal branch (
https://github.com/lhames/llvm-project/tree/orcv1-removal) with an initial
patch for removable code. If anyone wants to follow along with the
development or share thoughts on the design you're very welcome to.
I'll be adding tests and comments this week, but for anyone who wants to
take an early look the main elements are defined in
2003 Dec 30
5
Question about file ownership on destination
Hello
Regarding ownership on the destination:
rsync's man page indicates that when synchronizing files to a remote host,
-o implies the --numeric-ids option, which makes perfect sense aince the
named users/groups may not exist on the destination host. The problem I
have is that the files created on the destination still appear to be owned
by the local user (server1) on the rsync
2016 Nov 03
2
Problem with creating a new GPO
Hello.
I have a Problem with creating a GPO on Samba. Each time I try to create
a new one, it shows "The security id may not be assigned as the owner of
this object". I've already checked the sysvol-folder and it seems to
have the correct permissions. I also checked the Account-Permissions
(I'm the build-in Administrator, when trying this) and I also checked
the connection
2011 Nov 28
1
Maintain file ownership when writing to share with different owner
Hello,
I have a question regarding control of file ownership: I have shares accessed by several users belonging to a group though the share is owned by only one of the users. I can force the group id for files written to the share to match the share group though I wondered if I can preserve the file's original owner id (one of the users in the group) if a file is copied from another location?
2014 Sep 13
0
on reboot /var/run/asterisk owner changed to root.
I've set up runuser as asterisk. /var/run/asterisk is created
asterisk.asterisk, but each time I reboot, ownership is changed to
root.root.
How come? How do I stop the ownership change?
sean