search for: jelmail

Displaying 15 results from an estimated 15 matches for "jelmail".

Did you mean: email
2016 Oct 29
1
rsync send "non-rsync" options to the server side (--remote-option) and (--protect-args)
If you want to pass non-rsync args (etc) you should be using --rsync-path. The -M option is only for sending rsync-related options. ..wayne.. On Fri, Oct 28, 2016 at 7:32 AM, John Lane <rsync at jelmail.com> wrote: > > Hello, I asked the below back at the beginning of August but have > received no replies. If anyone can help me with this problem it would be > much appreciated. If I have not provided some necessary information then > please let me know so I may do so. Thanks in a...
2016 Aug 01
2
rsync send "non-rsync" options to the server side (--remote-option) and (--protect-args)
I have been working on a backup server where I have a server-side script that wraps the server-side rsync invocation. I have used the client-side rsync -M (--remote-option) to send options to the server script, removing them from the command-line prior to invoking the server-side rsync. This was discussed on Stack Exchange (http://unix.stackexchange.com/questions/297143). It works well. However,
2015 Feb 27
1
Is Server-side GPO Configuration possible? (for logon script)
On 27/02/15 16:39, Marc Muehlfeld wrote: Thanks Marc for taking the time to reply. > OK. Things getting clearer now. > > > Should the logon script be part of the Default Domain policy? This one > always has the same GUID (31B2F340-016D-11D2-945F-00C04FB984F9). You can > configure your stuff and then copy the content from one DC to a new one. > But reset the ACLs afterwards!
2015 Apr 22
0
Samba4 Internal DNS and local forwarding
I have a working Samba configuration with an internal DNS for a small office. Elsewhere on the network is a router providing DNS and DHCP services to the network (consider it a black box without administrative access). Samba is configured to use that as its DNS forwarder. My problem is that the Samba DNS knows nothing about any DNS entries created on the router, either static or from the DHCP
2016 Oct 28
0
rsync send "non-rsync" options to the server side (--remote-option) and (--protect-args)
Hello, I asked the below back at the beginning of August but have received no replies. If anyone can help me with this problem it would be much appreciated. If I have not provided some necessary information then please let me know so I may do so. Thanks in advance. > I have been working on a backup server where I have a server-side script > that wraps the server-side rsync invocation. I
2017 Jan 20
2
Ownership and permissions when syncing directory contents
When you rsync a directory, say `$rsync mydir/ ...` with the trailing slash, the destination directory is changed to the ownership, permissions and timestamp of `mydir`. Consider this simple example $ mkdir test $ cd test $ mkdir a b $ touch -d '01 jan 1980' a/A $ touch -d '15 jun 1985' a $ touch -d '02 feb 1990' b/B $ touch -d '25 aug
2013 May 07
1
Provisioning command line args
Hello, I'm trying to script an installation and can't find the command-line argument to "samba-tool domain provision" to specify the DNS forwarder. I have tried "samba-tool domain provision --help" but I couldn't see such an option there. Does that mean there isn't one ? I also tried to use the "samba-tool --option=option" construct (described on
2016 Sep 20
2
Use of multiple --link-dest options
I can use --link-dest multiple times for backups so that files affected by a backup-delete-backup-replace-backup scenario get linked. It works well. However, consider this scenario: backup-modify-backup-undo-backup. We have * backup 1 contains file 'a' * backup 2 contains file 'a' ( with modified content) * backup 3 contains file 'a' However, the file 'a' in
2015 Feb 26
2
Is Server-side GPO Configuration possible? (for logon script)
Is it possible to make GPO changes from the server (i.e. without using Windows) ? I would like to include some configuration in my build-out script and wonder if it is possible. Specifically, I am trying to provide a logon script. Here's what I know. 1. I can identify the correct GPO GUID object using "samba-tool gpo listall" or with something like this $ ldbsearch -H
2014 Jan 13
1
Problem browsing shares "element not found"
Good afternoon, I have a new Samba414 install on clean Ubuntu server 12.04. All working except I cannot browse into shares. I get "not accessible" and then "element not found". Using "net use" works fine - I can "browse" a share that has been attached to a drive letter but I cannot browse the UNC path. That is to say NET USE P: \\MYDOMAIN\public works,
2015 Feb 24
2
Permission masks
I apologise for asking a basic question but I haven't been able to determine a sensible answer. I am using 4.1.17 as AD-DC. All configured and working with user home directories via [homes] and some other specific shares. Windows 7 client jointed to domain, users can log in and create files in their home directory. However the system permissions on those files are not what I expect and I am
2015 Feb 27
2
Empty files created on Windows
I am trying to understand the difference between files created on a Samba share via Windows and directly the server's file system. I note from "stat" that an empty file created on the server with "touch" is zero bytes and zero blocks. However, an empty file created with Windows Explorer rightclick->new->text document is also zero bytes but uses 8 blocks. Adding an
2015 Feb 27
3
Is Server-side GPO Configuration possible? (for logon script)
On 26/02/15 16:54, Marc Muehlfeld wrote: > Hello John, > > Am 26.02.2015 um 12:17 schrieb John: >> Is it possible to make GPO changes from the server (i.e. without using >> Windows) ? > No. There's no tool for *nix, to edit GPOs. At least I've never seen > one. :-) > > > Regards, > Marc > Shame, that. But I kind of expected that to be the answer.
2015 Feb 27
2
Is Server-side GPO Configuration possible? (for logon script)
On 27/02/15 14:34, Marc Muehlfeld wrote: > Am 27.02.2015 um 09:42 schrieb John: >> Shame, that. But I kind of expected that to be the answer. >> >> I guess the next best thing is to script it on Windows. Provide a script >> (perhaps in sysvol/scripts) that can be run on a windows box as a domain >> admin to finish the configuration. I guess this would be a Windows
2015 Feb 26
2
Permission masks
On 24/02/15 20:35, Rowland Penny wrote: > On 24/02/15 20:23, John wrote: >> I apologise for asking a basic question but I haven't been able to >> determine a sensible answer. >> >> I am using 4.1.17 as AD-DC. All configured and working with user home >> directories via [homes] and some other specific shares. >> >> Windows 7 client jointed to domain,