similar to: Getting --delete to work, simply

Displaying 20 results from an estimated 800 matches similar to: "Getting --delete to work, simply"

2018 May 03
2
Getting --delete to work, simply
On Thu, May 03, 2018 at 01:09:30AM -0400, Kevin Korb via rsync wrote: > --delete only works when you sync a dir not individual files. So... > rsync -vai --delete --include='g*' --include='G*' --exclude='*' > /share/Public/videos/ /share/Backup-HDD-03 That kinda didn't work: rsync -vai --delete --include='S[A-Z]*' --include='S[a-h]*'
2018 May 03
0
Getting --delete to work, simply
Note that these are working because S* and s* are being applied to all the dirs and files within dirs. So if you had x/Something it wouldn't get copied and if you had S/else it wouldn't get copied. Maybe you want to add --prune-empty-dirs and an --include='*/' so that rsync will look inside of all dirs for matching files. On 05/03/2018 02:50 PM, Mike Brown via rsync wrote: >
2017 Jun 12
5
Fedora 25 Samba and XP-SP3
Yes, I know, XP-SP3 is very old. It works for what I need it for. I have some programs that will never be updated for Win 7. Note that XP-SP3 and Fedora 14 work together just fine, so I'm guessing that a newer version of Samba is what is keeping me from logging in from XP. But, I do not know what to put in the smb.conf file to allow XP to mount a share. Here is the output from testparm:
2011 Nov 14
2
Not all files copied
First time posting to this mail list. Be gentle :-) Project: Building new Linux Fedora server to replace the existing Solaris 10 x86 server. Rsync is being used to transfer files from the current server to the new server. The rsync daemon didn't want to start on the older server via inetd. Not a big deal, I just manually started it. The first directory being copied is /home.
2017 Jun 12
2
Changing the IP Address of a Samba AD DC doesn't work - samba_dnsupdate crashes
On Mon, Jun 12, 2017 at 01:53:40PM +0100, Rowland Penny via samba wrote: > Try running 'samba-tool testparm' and fix any errors it flags up. Is "samba-tool' a ubuntu Samba thing? With Fedora Samba versions 3.5 and 4.5, it does not exist. The 'testparm' most certainly does and I agree with using it. I just recently set up my new Fedora 25 box and used it after
2017 Jun 12
2
[Solved] Fedora 25 Samba and XP-SP3
On Mon, Jun 12, 2017 at 01:53:10PM +1200, Andrew Bartlett via samba wrote: > On Sun, 2017-06-11 at 20:08 -0500, Mike Brown via samba wrote: > > Yes, I know, XP-SP3 is very old.????It works for what I need it for.????I > > have > > some programs that will never be updated for Win 7. > > > > Note that XP-SP3 and Fedora 14 work together just fine, so I'm >
2017 Jun 12
2
[Solved] Fedora 25 Samba and XP-SP3
On Mon, Jun 12, 2017 at 09:51:53AM +0200, Reindl Harald via samba wrote: > Am 12.06.2017 um 09:41 schrieb Mike Brown via samba: >> On Mon, Jun 12, 2017 at 09:28:20AM +0200, Reindl Harald via samba wrote: >>> Am 12.06.2017 um 09:03 schrieb Mike Brown via samba: >>>> On Mon, Jun 12, 2017 at 01:53:10PM +1200, Andrew Bartlett via samba wrote: >>>>> On Sun,
2017 Jun 12
2
[Solved] Fedora 25 Samba and XP-SP3
On Mon, Jun 12, 2017 at 09:28:20AM +0200, Reindl Harald via samba wrote: > Am 12.06.2017 um 09:03 schrieb Mike Brown via samba: >> On Mon, Jun 12, 2017 at 01:53:10PM +1200, Andrew Bartlett via samba wrote: >>> On Sun, 2017-06-11 at 20:08 -0500, Mike Brown via samba wrote: >>>> Yes, I know, XP-SP3 is very old.????It works for what I need it for.????I >>>>
2002 Aug 04
2
Getting printer into w2k
I'm ready to take w2k and Bill Grates and hang them up by their balls. Under Win98SE, it is easy to add a network printer attached to Samba. But under w2k, it refuses to do it. I've tried two ways to get the damn thing installed to the net and it fails. First I did the route of adding a network printer. It browsed and found my \\MRVIDEO\lp printer. It also found \\MRVIDEO\scroll,
2018 May 03
1
Getting --delete to work, simply
On Thu, May 03, 2018 at 02:59:11PM -0400, Kevin Korb via rsync wrote: > Note that these are working because S* and s* are being applied to all > the dirs and files within dirs. So if you had x/Something it wouldn't > get copied and if you had S/else it wouldn't get copied. Maybe you want > to add --prune-empty-dirs and an --include='*/' so that rsync will look >
2009 Dec 04
3
Data loss (corruption with rsync)
Hello, I just rsync'd my 1TB partitions formated with jfs filesystem containing ~720GB data. I saw -3G difference between source and destination which made me suspect possible dataloss. Also I had experienced loss of integrity on my previous copies but I did not find the cause until now. As command line I used following: sh-3.2# rsync --verbose --sparse --append-verify --fuzzy --progress
2003 Jun 01
1
daemon crashes
Linux: RedHat 7.1 Samba: 2.2.7 Windoze #1: 98SE Windoze #2: W2K Here is the situation: copy files from W1 to Linux. At same time, transfer those files from Linux to W2. Of course, the transfer from Linux to W2 doesn't occur until the particular file has completed the transfer from W1 to Linux. This senerio of dual transfer from the same area on the Linux disc will ultimately case the smbd
2018 May 03
0
Getting --delete to work, simply
--delete only works when you sync a dir not individual files. So... rsync -vai --delete --include='g*' --include='G*' --exclude='*' /share/Public/videos/ /share/Backup-HDD-03 On 05/03/2018 12:08 AM, Mike Brown via rsync wrote: > rsync version 3.1.2 protocol version 31 > > I've run into an issue using rsync on my QNAP NAS. I've installed Entware-ng
2017 Jun 09
4
mount.cifs fails with protocol SMBv2.x on a DFS share
Hello list, a few days ago we migrated our shares to a DFS cluster, also we disabled SMBv1 protocol. Now we are no longer able to connect to the shares with our linux workstations. The setup looks like this: linux workstation -----> AD server (Windows Server 2008 R2) -----> file server (Windows Server 2016, running in 2008 R2 compat mode) I have searched the web for a solution on the
2017 Jun 12
2
Changing the IP Address of a Samba AD DC doesn't work - samba_dnsupdate crashes
Thanks for your reply Rowland! 1. Here is my smb.conf --- # Global parameters [global] interfaces = eth0 workgroup = MYDOMAIN realm = mydomain.lan netbios name = PDC server string = PDC server role = active directory domain controller passdb backend = samba4 server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc, drepl, winbind, ntp_signd, kcc, dnsupdate idmap_ldb:use rfc2307 =
2010 Aug 27
4
adwantages of ogg container?
On 2010-08-27, Ralph Giles wrote: >> My question to you, What advantages has ogg vs matroska. > > They're both free containers, and there isn't a significant > performance difference, so either one works from a free media > perspective. [...] Personally I would add the following points/bullets: * Ogg has a lesser semantic burden, so that e.g. embedded
2008 Dec 24
2
Solaris 8 and Solaris 10
All, Is there a mount.cifs utility or mount_smbfs for Solaris 8 and Solaris 10. I would like to map drives to my Windows servers from Solaris. smbclient works great for accessing files but I want to map the drives. Thank you James CONFIDENTIALITY This e-mail message and any attachments thereto, is intended only for use by the addressee(s) named herein and may contain legally privileged and/or
2001 Dec 17
1
ricoh ap204/3800c
I'm wondering if anyone is using one of there printers on your unix/linux servers. I have the ap204 in house, demoing it an have coming tomorrow the ap3800c, they are both color lasers. using a script off of ricoh-usa.com site i setup the ap204 an it is not printing. jusdt looking for someone with a working printcap file to take a look at. thasnks. ifI get it to work i'm going to share
2012 Oct 29
4
RPM file download
I see a package "x246-0.120-5.20120303.el6 (i686)" available in my Add/Remove Software tool. I can't find said package in any of the repos I've searched through. Can anyone point me to a link where I can download that package to my local repo? -- _ ?v? /(_)\ ^ ^ Mark LaPierre Registerd Linux user No #267004 https://linuxcounter.net/ ****
2013 Oct 29
3
[LLVMdev] Add support for ldr pseudo instruction in ARM integrated assembler
On Oct 26, 2013, at 5:02 PM, Chris Lattner <clattner at apple.com> wrote: > On Oct 25, 2013, at 5:22 PM, Sean Silva <chisophugis at gmail.com> wrote: >> I’m not sure macros are a good analogy, but there are other pseudo-instructions that we’re not always able to reconstruct in disassembled code back to how the user wrote them. Or if we do, it’s purely via heuristic methods. I