Displaying 20 results from an estimated 6000 matches similar to: "Excluding a . directory in a subdirectory"
2019 Dec 29
0
Excluding a . directory in a subdirectory
Order matters. --include overrides --exclude listed later. So, your
exclude is nullified by both of your includes. So move the exclude
before the includes. Of course then your includes will be irrelevant so
just remove them unless you are leaving out details.
On 12/28/19 9:15 PM, H via rsync wrote:
> I am having problems getting a . directory in a subdirectory to be excluded when
2006 Jun 07
3
#5209 patch: :dependent => :nullify deletes child records
Hi everyone,
A couple of weeks ago I noticed a bug with :dependent => :nullify on
a has_many or has_one. When you delete the parent, the children''s
foreign keys are nullified, as expected. But when you do
parent.child.delete or parent.children.clear, ActiveRecord actually
deletes the child records, rather than just nullifying them.
In my eyes, if you''ve set
2013 Apr 20
8
xen-unstable: commit commit 63753b3e0dc56efb1acf94fa46f3fee7bc59281c leaves HVM guest dangling after shutdown or destroy.
Hi,
Commit 63753b3e0dc56efb1acf94fa46f3fee7bc59281c x86: allow VCPUOP_register_vcpu_info to work again on PVHVM guests
Leaves HVM guests dangling after shutdown or destroy:
xl list gives:
(null) 16 0 4 --p--d 11.5
(null) 17 0 1 --ps-d 12.0
(first was destroyed, second shutdown)
The
2016 Jun 23
3
Operation not supported (95)
On Thu, Jun 23, 2016 at 04:27:10PM -0400, Kevin Korb wrote:
> If the filesystem doesn't support ACLs then don't use -A.
>
I did some search about this error before asking this question, and
in other case unsupported ACLs were indeed the cause. But btrfs
supports ACLs:
[root at kw al]# getfacl /mnt/backup/rootdir/var/log/journal/remote
getfacl: Removing leading '/' from
2016 Jun 23
2
Operation not supported (95)
Greetings!
During migrating i686 installation of ArchLinux to x86_64, all filesystem was rsynced to a new location. Maybe this somehow relates to the problem that has appeared after migrating and that did not happen before: during backuping the system, rsync reports the following error message:
rsync: set_acl: sys_acl_delete_def_file(var/log/journal/remote): Operation not supported (95)
The
2005 Jun 09
1
Excluding a complete subdirectory
hi,
i'm trying to use rsync to backup some directories of
my box.
i.e. i will backup the whole subtree /opt/ except
/opt/apache/ and except /opt/kde3. the rest in /opt/
should be copied to my external usb harddisk.
but i can't find a way to do this, because apache and
kde3 are always included in the backup.
here is the rsync-call:
rsync --backup --one-file-system \
--delete
2006 Apr 15
1
Is this a HAS_ONE bug?
Let''s say I have:
A BELONGS_TO B
B HAS_ONE A (with :dependent=>:nullify)
But this association does not need to exist. In other words, I could
have many A''s and B''s that are not associated in this manner.
Presently, if I try to delete "B":
1. If B is associated to an "A", this works fine and A.my_B is
nullified.
2. If B is NOT associated, I
2016 Mar 27
2
Undefined behaviour in command line parser
In these days I’ve integrated llc code into my compiler.
I had an undefined behaviour because when cl::AddExtraVersionPrinter(TargetRegistry::printRegisteredTargetsForVersion) is called, the modules I give to the code in input to compile got somehow “corrupted" by this function.
It is definitely an undefined behaviour because every debug I do, modules gets different changes, producing
2020 Jun 09
1
Rsync sometimes decides to delete all data
Hello,
I run into some really strange case I haven't seen so far over the
years.
I syncing a lot of different macines, raspberry pis to a backup server
nightly.
Lately one of them misbehaves.
Server rsync: rsync version 3.1.2 protocol version 31
Client rsync: rsync version 3.1.3 protocol version 31
Command used:
rsync --numeric-ids --delete --delete-excluded --delete-after -f
2006 Sep 22
2
incoming chmod on daemon fails on subdirectories
Running rsync 2.6.8 as daemon on Fedora core 4. Have the following in
the rsyncd.conf file...
[test]
path = /home/test/greenlight
# use chroot = true
max connections = 3
lock file = /var/lock/rsyncd/test.lock
uid = 503
gid = 503
auth users = test
incoming chmod = Dg=s,Dug=rwx,Do-rwx,Fug=rw,Fo-rwx
Uploading a tree from windows with
2014 Jan 30
1
Using rsync filter to include specific, deep subdirectories under source path?
I'm trying to get rsync filters working -- and understood.
My current, simple test script is
----------------------------------------------
#!/bin/bash
ROPTS="--verbose --progress --itemize-changes \
--recursive \
--links \
--perms \
--times \
--group \
--owner \
--devices \
--specials \
--acls \
--xattrs \
2006 Jul 24
1
[PATCH] vfork() for parisc
Implement "pid_t vfork(void)" for parisc.
Signed-off-by: Kyle McMartin <kyle at parisc-linux.org>
---
Ugh. vfork() me harder.
Kbuild | 2 +-
vfork.S | 31 +++++++++++++++++++++++++++++++
2 files changed, 32 insertions(+), 1 deletion(-)
diff --git a/usr/klibc/arch/parisc/Kbuild b/usr/klibc/arch/parisc/Kbuild
index d57a873..57ca5c2 100644
--- a/usr/klibc/arch/parisc/Kbuild
2016 Mar 27
0
Undefined behaviour in command line parser
Hi Lorenzo,
Thanks for the report. Can you create a new entry in Bugzilla? With
steps to reproduce (command line options, etc) and how you're getting
the value of the triple (debugger?).
http://llvm.org/bugs/
cheers,
--renato
On 27 March 2016 at 17:15, Lorenzo Laneve via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> In these days I’ve integrated llc code into my compiler.
>
2006 Jun 16
1
Excluding redirected directories causes file deletion on logout...
Hi,
Samba: samba-3.0.21
OS: OpenBSD
I built a new WinXP (sp2 and fully updated) box with the the idea of
making a Default User profile. I followed the directions in the "Making
Happy Users" section of the Samba-3 By Example guide.
http://us1.samba.org/samba/docs/man/Samba-Guide/happy.html#redirfold
Folder redirection is working, using the
%LOGONSERVER%\profiles\%USERNAME%\
2011 Jan 12
3
ubuntu doesn't daemonize smbd
OK, not exactly a samba issue but maybe the Ubuntu maintainer reads
this list and can provide some input.
Problem: Ubuntu doesn't daemonize smbd.
System: Ubuntu Lucid where a recent update moved many startup scripts
into the "upstart" system.
Now smbd is started and runs as "smbd -F". If I edit the upstart
script (/etc/init/smbd.conf) so that it runs as "smbd
2011 Dec 18
1
Beginner help: Excluding directories by pattern
I apologize in advance for asking a beginner question, but I really
could not figure this from the manual page.
I want to copy some files with rsync, and not copy others.
The stuff that I do not want to copy looks like this:
System Volume Information/_restore*/RP*
WINDOWS/Prefetch/*
Documents and Settings/leila/Local Settings/Application
Data/Google/Chrome/Application/*/Installer/chrome.7z
2012 May 01
2
Exclude from not excluding "My Music" or "Printhood"
We have been using rsync for some time with Linux and FreeBSD, but are
just now trying to make it work with Windows. Not as easy as we hoped.
I am running the cwrsync client 3.0.6 on a new Windows 7 machine to a
FreeBSD 8.1 server. I have an exclude-from filelist, which does seem to
successfully exclude the directories given by many of its entries,
including these two lines:
Documents/My[
2016 Jun 29
2
size-related rsync bugs?
I use rsync to download a directory from a remote daemon. This has
worked well for years but has recently started to give problems. The
rsync transfer is run by a program called dirvish that is run as a cron
job. The log looks like this:
ACTION: rsync -vrltH --delete --stats -D --numeric-ids
--exclude-from=/nfs/scop5/data/msd/sifts-mirror/2016-06-28/exclude
2019 Oct 30
4
Seemingly impossible bug: -v not always listing every copied file
Thanks. I'll try that. But I agree that it'll be
something else. It's unlikely that whole trace files
are being overwritten, because there's locking in place
to prevent that sort of thing, but it's more likely
than anything else. I'll check that the locking is
working properly.
Although, when I last investigated it, it really did
look as though, in a single run of this
2019 Oct 30
4
Seemingly impossible bug: -v not always listing every copied file
Hi,
debian-9, rsync-3.1.2 (both ends)
I have a task that rsyncs files from a list of
candidate files (--files-from=). It's verbose (-v) and
its stdout is captured to a file which is then sent to
the receiving host. The captured verbose output is
examined on the receiving host to know which files were
actually copied so that notification emails can be sent
to various people.
The problem is