similar to: [Bug 1670] New: softlink can't be excluded

Displaying 20 results from an estimated 2000 matches similar to: "[Bug 1670] New: softlink can't be excluded"

2006 Jun 15
3
DO NOT REPLY [Bug 3839] New: The '/' in the Softlink is missing on the remote Rsyncd server !
https://bugzilla.samba.org/show_bug.cgi?id=3839 Summary: The '/' in the Softlink is missing on the remote Rsyncd server ! Product: rsync Version: 2.5.7 Platform: x86 OS/Version: Windows 98 Status: NEW Severity: normal Priority: P3 Component: core AssignedTo:
2002 May 17
1
update wrong date, soft links, Debian stable, -L, ...
Debian r2.5 (Potato) rsync version 2.3.2 protocol version 21 ( the latest stable deb version anyway :) RE: absolutely older file keeps getting chosen for update Hi. I have something like: rsync -vxuaz /sendmail/ /mnt/nfs-mount/sendmail In the nfs drive the files are links to other files in a subdirectory of that same directory. Both the links and the files they point
2004 Jun 08
5
folders via softlink
I have recently switched from the UW imap server to dovecot and things seem to be working nicely. One thing that I can't seem to figure out however, is how to get dovecot to show folders that are a softlink. We run SpamAssassin. Users can use both their own personal spam folder as well as a shared spam folder. For messages that everyone would consider spam, the user can simply drag the
2013 Dec 12
0
wide softlink to different partition copy fails
Hi All, (I've also posted this to the CentOS forum - so copy and pasted for simplicity) I'm having an unusual issue with Samba server package 3.6.9-164.el6 When sharing out a directory containing a soft symlink pointing to a directory outside of the share and a different filesystem/block device. When a client mounts the partition (Linux and Mac OSX Clients tested) and attempts to copy a
2016 Sep 28
2
Softlinks
All, I'm using Maildir. Is it possible to move all (or only some) maildirs with softlinks to another partition? - Chris
2003 Apr 14
1
Creating softlinks in SMB FS
I'm setting up a Linux (RH8.0) client to authenticate against an Active Directory. Home directories should also be located on the AD server. Everything works fine, exept softlinks... ----- s n i p ----- [root@client1 turbo]# /bin/pwd /home/turbo [root@client1 turbo]# mount | grep /home/turbo //chandler/turbo on /home/turbo type smbfs (0) [root@client1 turbo]# ln -s /usr/bin/printf printf ln:
2005 Aug 24
2
Softlinking to a dvd-drive with inconsistent mount points?
In Suse 9.2, it was easy to softlink to a drive from /home/username/.wine/dosdevices because the mount point for the drive was always the same. That is, /media/dvdrecorder was always where the disc would get mounted. NOW, with Suse 9.3, the mount point is /media/DISC_NAME. Since each disk has a different name, there is never a consistent mount point. So, I can't make Wine's
2011 Jan 05
3
[PATCH] virtio-pci: add softlinks between virtio and pci
We sometimes need to map between the virtio device and the given pci device. One such use is OS installer that gets the boot pci device from BIOS and needs to find the relevant block device. Since it can't, installation fails. Supply softlinks between these to make it possible. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- Gleb, could you please ack that this patch below
2011 Jan 05
3
[PATCH] virtio-pci: add softlinks between virtio and pci
We sometimes need to map between the virtio device and the given pci device. One such use is OS installer that gets the boot pci device from BIOS and needs to find the relevant block device. Since it can't, installation fails. Supply softlinks between these to make it possible. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- Gleb, could you please ack that this patch below
2018 Mar 01
5
Random disconnects from Samba server
First, some background. We have a Linux server (CentOS 7.3.1611, Samba 4.4.4, sssd 1.14.0) that is providing access vis SMB to various file systems (home folders on NetApp filer, shared data stored on SwiftStack), and joined to our Active Directory. Clients connecting to it are Windows 7 or 10 (mostly Win10), or OS X Macs running ... El Capitan or Sierra or High Sierra). Our problem is that we
2003 May 13
0
bug in promax?
I was wondering whether the following inconsistency of the promax rotation function with the results of a promax rotation using SAS should be considered a bug in the promax function of R. Any comments will be highly appreciated. The following is a loading matrix obtained from a varimax rotation in SAS: # Factor loadings after varimax rotation x <- t(array(c(0.78107, 0.35573,
2018 Dec 16
0
Upgrade to 2.3.1 has failed
Phil hi. Thank you for explaining what the symbol does... so it is like the BASH?from symbol. OK.That is new information. So without it dovecot reads the path/to/file as if it were a hashed cert, which of course doesn't work. So with the symbol dovecot tries to follow the path to read the cert but for some reason cannot read it. Now, that is curious, since I can cat the path/to/file and read
2011 Apr 19
2
Problem with softlinks under samba on RHEL
Hello all Samba enthusiasts. I am a noob w.r.t. samba configuration and just happened to use it on Solaris systems by creating conf files using copy-paste :-). This is just to convey that I'm no advanced user and might need help with the solutions / alternatives to come. Some background => Here is my smb.conf: === [global] workgroup = <company domain> server string = Samba
2012 Oct 19
1
Understand include exclude script
hi i use a script to backup my homedir, that work but there are somes things i don't really understand. here my script rsync -arv --delete --prune-empty-dirs --include-from=include.txt --exclude-from=exclude? /home/bob /media/usbkey include.txt file + .Skype/*** + .local/ + .local/share/ + .local/share/local-mail/*** + .mozilla/*** - .** exclude.txt file Desktop/ Download/ .* I have a
2009 Oct 27
1
Exclude rows in xyplot
Hi all, I'm searching for a way to exclude outliers from my dataset while making xyplots. While plotting using pairs(), I exclude specific row in my data frame and save the settings as a variable which I later include as an argument: # Discard outliers and save settings as idx idx=with(fieldTrial0809, which(Pro>0 & Pro<0.95 & Fum>0 & Fum<0.4 & Mal>0.1 &
2004 Feb 04
2
excludes
Hi i tried to use rsync to backup my remote server.I want to exclude folder like /var /proc ... .I use --exlude-from=/etc/rsync/excludes the file looks like this: - */var/* - */proc/* etc. My problem is that i run vservers on this machine and i don't want that the folder like /proc in this vservers are backuped how can i exclude all paths wich contain such foldernames? Please help me
2003 Nov 25
3
Need help with exclude
Hi all, I am having *massive* problems trying to exclude a single directory from an rsync. I have serv1 and serv2. I am trying to rsync /foo/test from serv1 to /foo on serv2 I want to exclude the directory /foo/test/dir1 So I try: rsync -av --exclude-from=/foo/rsync.excludes /foo/test serv2:/foo rsync.excludes contains: /foo/test/dir1/ This is not working. I also try: rsync -av
2001 May 09
1
Redhat Linux 7 on a Win Nt Network
Hi, my name is Scott. I am currently testing Linux for my company -we want to see if we can have Linux workstation(s) on our Microsoft network. I'm new to Linux and have so far managed to: install redhat linux 7 on a Compaq PC (intel III) token ring machine and configure the gateway to access the internet (through Netscape). Now, I need to see if I can get this machine talking on the
2002 Nov 13
2
--delete-excluded not working on local rsync
I am using the following command and the excluded directory /usr/share/doc/ still appears with all it's contents in the backup directory when it's contents should be deleted. Is this a bug or am I doing something wrong? rsync --delete --delete-excluded -a -R --exclude="/proc/*" --exclude="/dev/*" --exclude="/usr/share/doc/*" --exclude="/backup*"
2007 Mar 31
1
Booting stopped / System unable to recognized the form of picture - error
Dear All, After updating the CentOS system with: yum update,booting of my machine seems to be halted - I am getting the error "System unable to recognized the form of picture of '/usr/share/gdm/themes/Default/background.png'" I noticed this last week, I thought it will be alright with next update, I update once again using yum tonight. But the issue is still there.(this is not