similar to: [Bug 2690] Manpage suggestions

Displaying 20 results from an estimated 30000 matches similar to: "[Bug 2690] Manpage suggestions"

2005 May 09
2
[Bug 2690] Manpage suggestions
https://bugzilla.samba.org/show_bug.cgi?id=2690 wayned@samba.org changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|trivial |enhancement Status|NEW |ASSIGNED Summary|SYNOPSIS "rsync [OPTION]... |Manpage
2005 May 08
0
[Bug 2690] New: SYNOPSIS "rsync [OPTION]... SRC [SRC]... DEST" incorrect
https://bugzilla.samba.org/show_bug.cgi?id=2690 Summary: SYNOPSIS "rsync [OPTION]... SRC [SRC]... DEST" incorrect Product: rsync Version: 2.6.4 Platform: All URL: http://rsync.samba.org/ftp/rsync/rsync.html OS/Version: All Status: NEW Severity: trivial Priority: P3 Component: core
2005 Sep 21
0
[Bug 2690] Manpage suggestions
https://bugzilla.samba.org/show_bug.cgi?id=2690 wayned@samba.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Additional Comments From wayned@samba.org 2005-09-21 15:41
2006 Apr 28
1
smb.conf(5) manpage suggestion re. idmap backend
suggestion for minor improvement of the smb.conf manpage in the context of the 'idmap backend' parameter. At least as of v3.0.22 the manpage says: Finally, using the idmap_ad module, the UID and GID can directly be retrieved from an Active Directory LDAP Server that supports an RFC2307 compliant LDAP schema. idmap_ad supports "Services for Unix"
2017 Jul 02
1
A small addition to the manpage and "clone mode" suggestion
Dear developers, In the rsync's manpage, there is a line describing the "archive mode" option: -a, --archive archive mode; equals -rlptgoD (no -H,-A,-X) Archive mode means that all data is backed up sensibly while the same doesn't apply for all metadata (hence the mentioned -H, -A and -X options). There is another similar "special file system option" as
2019 Nov 08
1
Suggestion for wiki page edit; "OtherSpins"
Hello, Discussion point and request for edits (either through an existing approved editor, or via myself if I am granted access) Hopefully a constructive suggestion to improve documentation, and elsewhere in the Wiki it advises me to raise such things through this mailing list. I recently noticed in Freenode/#centos somebody seeking help and being redirected to
2004 Oct 13
0
[Bug 1924] New: unable to rsync between a PC with cygwin and a unix machine using rsh
https://bugzilla.samba.org/show_bug.cgi?id=1924 Summary: unable to rsync between a PC with cygwin and a unix machine using rsh Product: rsync Version: 2.6.3 Platform: x86 OS/Version: Windows 2000 Status: NEW Severity: major Priority: P3 Component: core AssignedTo:
2002 Jul 12
0
still about rsync/ssh"
Wang: I take it you mean that your mail bounced. Your domain is probably in the RBL or something. The commandline you give is an attempt to contact a rsyncd server. That means that the server you're contacting would have /etc/rsyncd.conf, and either an appropriate entry in /etc/services and /etc/inetd.conf, or would be started manually with "rsync --daemon". I'm guessing
2005 Oct 23
4
rsync with ssh
I'm new on rsync, and I have some question regarding file synchronization my rsyncd.conf is secrets file = /etc/rsyncd.secrets read only = yes list = yes uid = nobody gid = nobody max connections = 1 log file = /var/log/rsyncd.log pid file = /var/run/rsyncd.pid lock file = /var/run/rsync.lock [test] path = /home/test auth users = test on another linux, I executed rsync --verbose --progress
2005 Jun 24
0
Re: Opteron Mobo Suggestions -- the follies of typical tape backup (it's the 21st century)
From: Kirk Bocek <t004 at kbocek.com> > Another poster (sorry, could find the name, was it Peter?) mentioned the > lack of hot-swap support in most of the hardware raid out there. If this > is the case, what's the point of raid 1 or 5 if a failed drive will hang > the system? What's your experience with the 3Ware cards? "Hot-swap" is like saying "3D
2003 Mar 23
1
newbie (no flames plz)
i tried lots of things on my mandrake desktop. here is what happens & what i tried. <hypothetical names used> i renamed the slackware.8.1.iso to slackware.9.0.iso $rsync --stats -P --rsh=/usr/local/bin/ssh ftp.somethng.com::/pub/slackware/slackware.9.* . but rsync doesnt work & download the entire file !! please help me !! i have been trying to rsync - but everything else seems
2007 Nov 22
2
--delete not working - due to 200+G of files?
All of the rsync pages say that "rsync -a --delete src dest" will do a full mirror but it just isn't so for us. I've only found one Google item similar: http://www.linuxquestions.org/questions/linux-software-2/rsync-doesnt-seem-to-delete-599985/ We have around 9200 directories in 250G in /home on a Sun 4500 with Solaris 8 and rsync 2.6.5 - which we are trying to mirror on Sun
2002 Sep 13
1
Rsync-ing from remote to remote
Hi everyone! I'm trying to do something along those lines: rsync --rsh=ssh --archive foo:/data/* bar:/data/ Where foo is on the other side of a firewall, bar has no network connection to foo, and the machine I'm executing this on can connect to both of them. Unfortunately, copying from remote to remote doesn't seem to be possible with rsync. There's no mention in the Manpage as
2018 May 14
0
Moving roaming profiles between domains, risky?
Hai, Sorry for the late reply, but yes, this is a risky move. Did you make sure this the DOMAIN SID's are exact the same between old and new servers? This: rsync -av --progress --xattrs --rsh=ssh Does not copy the (windows) acl's. Look at https://wiki.samba.org/index.php/Bidirectional_Rsync/Unison_based_SysVol_replication_workaround Howto to this with rsync and unison, the
2009 Feb 13
0
Odp: Odp: extracting parts of words or extraxting letter to use in ifelse-func.
Hi johannes at dsr.life.ku.dk napsal dne 13.02.2009 13:17:06: > Hi > > I tried what you said, but i gives FALSE all the way down! And I think its > because there are other words in phrases as well. So if there is 'San' > in the phrase it has to be TRUE even thoug there are other words before and > after 'San' in the phrase. I do not understand. >
2017 Nov 15
0
vcut(1) and its manpage
Below is a diff to vcut.c and its vcut.1 manpage, which - rewrites the manpage in the mdoc(7) markup as offered in my previous message, and while there: - drops the [] around cutpoint as it is _not_ optional - adds the [] around [+] as it _is_ optional - drops the argument name difference between "cutpoint" and "cuttime" - adds the usage sentence about "." output
2000 Dec 28
1
Error in sshd's manpage
Hi, I just confirmed this bug for openssh 2.2.0p1. Could you please fix this upstream? Thanks. > The manpage for sshd lists the option 'PrintLastLogin' as being enabled by > default, but in fact the option is called 'PrintLastLog'. I encountered > this problem when upgrading, after customizing my sshd_config file, and not > accepting the Debian version upon upgrade
2003 May 15
2
single quotes in the manpage
In the manpage, all occurrences of a single quote (or apostrophe) are preceded by a backslash. This means that these get turned into acute accents by groff; here's the relevant part of the groff manpage: \' The acute accent ; same as \(aa. Unescaped: apostrophe, right quotation mark, single quote (ASCII 0x27). I think all these backslashes should be removed, as the
2003 Oct 09
4
howto enable ssh on connect to rsync daemon
Hi, I'm trying to setup automatic sync of files over SSH from node2 to node1. node2 is the "server" and node1 is the "client". I have setup rsync like this on the nodes which runs AIX (4.3.3 and 5.1): 1. Installed rsync from Linux Toolbox (rsync-2.5.4-1.aix4.3.ppc.rpm) on both nodes. 2. Added following to both nodes /etc/services file: rsync 873/tcp 3. Added
2013 Aug 24
2
Looking for a tutorial or manpage describing sysctl params
Hi, I'm looking for a toturial or manpage describing all the thing that you can set with sysctl on RHEL 6 or CentOS 6. It apperas the the default /etc/sysctl.conf coming with the distribution gives a couple of errors on bridgen. Any hints??? Adrian -- Adri P. van Bloois Antonlaan 104 email: adrian at pa0rda.nl 3701 VG Zeist voice: +31-(0)-30-6912741 The Netherlands fax: NONE 52