similar to: --suffix-dels unknown option on in rsync 3.0.0.

Displaying 20 results from an estimated 700 matches similar to: "--suffix-dels unknown option on in rsync 3.0.0."

2008 Feb 12
3
Rsync to a Read Only file system
I think your product is awesome, but I am experiencing an unexpected behaviour. $ rsync -avviPH /Users/alan/Desktop/rsync_test\ Folder/ root@slug::Downloads opening tcp connection to slug port 873 sending daemon args: --server -vvlHogDtpre30.16i "--log-format=%i" -- partial . Downloads sending incremental file list .d..t..g... ./ rsync: failed to write xattr user.rsync.%stat for
2003 Oct 02
1
Samba-3.0.0 packages for Mandrake 8.2-9.1
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 RPMs of samba3 for Mandrake were uploaded to the samba FTP mirrors on Saturday. For those who have urpmi media setup for your favourite samba mirror, all you need to do to get samba3 is (assuming you have setup the Sambaldap source such as at http://plf.zarb.org/~nanardon/?minor=1): # urpmi.update Sambaldap # urpmi samba3-server Please note that by
2007 Nov 11
4
DO NOT REPLY [Bug 5071] New: Enhancement Request - Customizable Connection Timeout Option
https://bugzilla.samba.org/show_bug.cgi?id=5071 Summary: Enhancement Request - Customizable Connection Timeout Option Product: rsync Version: 2.6.9 Platform: Other OS/Version: Other Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo: wayned@samba.org
2008 Mar 11
0
[PATCH] Comment an obscure bit of code that sets the --suffix-dels default.
--- ?More work on backup-dir-dels... options.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/options.c b/options.c index 459ad58..ed21704 100644 --- a/options.c +++ b/options.c @@ -1479,6 +1479,11 @@ int parse_arguments(int *argc_p, const char ***argv_p, int frommain) backup_suffix); return 0; } + /* --suffix-dels defaults to --suffix, or empty for a
2003 Apr 29
1
Upgrade Samba 2.2.6 to 2.2.8 by novice
Hi, I would like to install SWAT to administer Samba on my Mandrake 9.0 server. The Swat file is ver 2.2.8 while my Samba is version 2.2.6. The installation aborts because of version differences. I have tried to upgrade Samba to version 2.2.8 but run into other problems with dependencies. Am I correct in thinking that I have to uninstall Samba first and then re-install the later version? And if
2007 Nov 10
3
Funny issue with chroot + symlink outside chroot
Hi, The problem I found is not in what rsync, but on the error handling: How to reproduce: On server side I setup a tree and share using rsync + xinetd, of course, for security reason I use chroot option. Now I push this symlink: lrwxrwxrwx 1 root root 4 nov 10 16:28 horsroot -> /bin/ Now I try to do: ./rsync -avPH --copy-unsafe-links draco::test/ /tmp/rsyncdest/ (Of course the
2003 Jan 17
1
Logon Scripts for Mandrake 9.0
<TEXTAREA NAME="Signature" ROWS="4" COLS="60"> I was wondering if some one could help me make some basic login scripts and tell me where to place them. I know nothing about them. I am trying to get my windows based mechines to login to my Mandrake 9.0 server I have windows ME and XP i got ME to login but XP won't. Can some one help Thanks David
2008 Mar 09
5
--backup-dir-dels=DIR patch
Hi All, I think I am missing something with the backup-dir-dels.diff patch. How does that differ from the original --backup -backup-dir=DIR option? Using the original one works fine (on patched or non-patched rsync), putting deleted source files into the DIR on destination, but when I run --backup -backup-dir-dels=DIR, nothing happens to the deleted files. Rob D
2005 Dec 05
1
--backup-dir-dels breaks compatibility
I wrote a script that uses rsync a bit and wanted to use it. While testing was fine, the real life was more complicated :) Basically, my rsync command looks like that: rsync -v -azu -b --backup-dir /var/backup/files/ /var/profiles/files/ username@host:/ When I execute it where both machines have rsync 2.6.3, everything runs fine. When I execute it on a machine with rsync 2.6.6, and the remote
2007 Jul 24
7
Obtaining summary of frequencies of value occurrences for a variable in a multivariate dataset.
Hi all, If the question below as been answered before I apologize for the posting. I would like to get the frequencies of occurrence of all values in a given variable in a multivariate dataset. In short for each variable (or field) a summary of values contained with in a value:frequency pair, there can be many such pairs for a given variable. I would like to do the same for several such variables.
2005 Jul 05
2
rsync lib
Skipped content of type multipart/alternative-------------- next part -------------- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.323 / Virus Database: 267.8.9/39 - Release Date: 2005-07-04
2005 Feb 25
1
Request to include delete-dir-and-suffix patch in rsync-2.6.4
The delete-dir-and-suffix patch creates two new command line options as follows: --delete-dir --delete-suffix The delete-dir and delete-suffix options give the ability to store backup of deleted files on the receiver in different directories or with different suffix than the backup of files that have been changed but that are still on the source drive. Both commands can be
2003 Nov 05
1
Is there a buffer or cache setting in samba?
Hi. Can anyone tell me if samba has any settings that determine how much data gets cached or buffered in RAM before being written to the computer's hard drives? I'm having a strange problem and I suspect that the explanation has to do with that kind of setting. I am using a Linux system (P4-3.06 Ghz, 1 GB RAM, 2.4.22 kernel, samba 2.2.8a) to store video and audio files that can
2008 Mar 11
0
[PATCH] Improve --help descriptions of --*-dels options.
- --backup-dir-dels uses DIR, not the "current directory". - State the --suffix-dels default correctly. --- ?More work on backup-dir-dels... options.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/options.c b/options.c index ed21704..0abc1ca 100644 --- a/options.c +++ b/options.c @@ -330,8 +330,8 @@ void usage(enum logcode F) rprintf(F," -b,
2008 Jan 11
1
DO NOT REPLY [Bug 5188] New: Locked attribute not stored on Mac OS X
https://bugzilla.samba.org/show_bug.cgi?id=5188 Summary: Locked attribute not stored on Mac OS X Product: rsync Version: 3.0.0 Platform: PPC OS/Version: Mac OS X Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: buofusva@ruderich.com
2008 Feb 19
1
two errors with 3.0.0pre9
On MacOS X 10.4.11 PPC /usr/local/bin/rsync --version rsync version 3.0.0pre9 protocol version 30.PR16 Copyright (C) 1996-2007 by Andrew Tridgell, Wayne Davison, and others. Web site: http://rsync.samba.org/ Capabilities: 64-bit files, 32-bit inums, 32-bit timestamps, 64-bit long ints, socketpairs, hardlinks, symlinks, IPv6, batchfiles, inplace, append, ACLs, xattrs, iconv
2007 Dec 27
1
app works when copied with tar, not with rsync
Hello all, I'm experiencing a most unusual problem.. I am copying a directory from one server to another (both Solaris 10/SPARC). No applications are using the directory in question on either side while the copy is in progress. After the copy successfully completes (no errors or warnings), my user brings up the application (mix of binaries, java files, and Apache Tomcat servlets) contained in
2018 Aug 08
2
Error Calling eraseFromParent()
Hi. Thanks. I changed the code but the problem exists. This is my new code which is again very simple: ... bool runOnFunction(Function &F) override { vector<Instruction *> dels; dels.clear(); for (inst_iterator It = inst_begin(&F), Ie = inst_end(&F); It != Ie;) { Instruction *I = &*(It++); if (auto* op = dyn_cast<BinaryOperator>(I)) { IRBuilder<NoFolder>
2009 Nov 27
4
strange issue with xerox printer: unable to configure driver
Hello list. I've a strange issue with a samba 3.4.3 print server. Everything is fine with most printers, meaning drivers are assigned on server side and automatically distributed to the clients as expected. However, I fail to configure a Xerox document center 7435 the same way. When I attempt to assign a driver to the printer, from a windows client with admin privileges, I get an
2018 Aug 08
3
Error Calling eraseFromParent()
LLVM is built in Release mode. The version is 6.0.0. I think that a similar code worked on verison 3.9.0. It is probably a null pointer dereference occurring in eraseFromParent(). I checked and reconfirmed that the instruction had no uses. Perhaps I should rebuild LLVM. Thanks. On Wed, Aug 8, 2018 at 9:03 PM, mayuyu.io <admin at mayuyu.io> wrote: > Hmmmm that’s strange. Do you get an