Displaying 9 results from an estimated 9 matches similar to: "Weird exclude info"
2007 Feb 16
1
Destination directory creation
Hi people. My first post so be lenient :)
I have read stuff on rsync, looked through the options and read the man
page but cannot seem to find an answer to my problem.
Ok.
I have a script which connects to a remote machine via ssh and pulls
back a list of source directories/files from a config file on the remote
server. I then loop these lines and do an rsync for each item to pull
the files
2007 Jul 06
1
quiet option doesnt seem to work
Guys im running Rsync 2.6.8 on Solaris. I use the following options :-
RSYNC_BIN="/usr/local/bin/rsync"
RSYNC_OPTS=" -PaRz --quiet --stats --delete --delete-excluded
--copy-unsafe-links --numeric-ids"
RSYNC="${RSYNC_BIN} ${RSYNC_OPTS}"
Its part of a script see.
Now everything works but in my log file im getting each file which is
transferred listed and i didnt want
2007 Jun 06
2
omit /etc/issue message when running rsync
Is there a way to omit the text printed out by issue(5) on some
systemes? Like what --no-motd does for motd-texts.
2020 Feb 04
0
[CRASH] crypto: virtio: crash when modprobing tcrypt on 5.5-rc7 / next-20200122
On Thu, Jan 23, 2020 at 11:10:00AM +0100, LABBE Corentin wrote:
> Hello
>
> When modprobing tcrypt on qemu 4.1.0 I get a kernel panic on 5.5-rc7 and next-20200122
> qemu is started by:
> /usr/bin/qemu-system-x86_64 -cpu host -enable-kvm -nographic -net nic,model=e1000,macaddr=52:54:00:12:34:58 -net tap -m 512 -monitor none -object cryptodev-backend-builtin,id=cryptodev0 -device
2020 Feb 03
0
[CRASH] crypto: virtio: crash when modprobing tcrypt on 5.5-rc7 / next-20200122
On Mon, 3 Feb 2020 at 20:53, LABBE Corentin <clabbe at baylibre.com> wrote:
>
> On Thu, Jan 23, 2020 at 06:52:29AM -0500, Michael S. Tsirkin wrote:
> > On Thu, Jan 23, 2020 at 11:10:00AM +0100, LABBE Corentin wrote:
> > > Hello
> > >
> > > When modprobing tcrypt on qemu 4.1.0 I get a kernel panic on 5.5-rc7 and next-20200122
> > > qemu is
2008 Jun 04
5
Mounting cifs shares by non-root users on CentOS 4.6
I'm trying to set up mounting of a Windows share for non-root users via
/etc/fstab on a CentOS 4.6 box - I've followed the instructions at:
<http://wiki.centos.org/TipsAndTricks/WindowsShares>
Using something like the /etc/fstab example given in the wiki page
(with, of course, using a valid share, username and password for my set up):
//winbox/getme /mnt/win cifs
2006 Dec 29
1
How to improve speed of a single file transfer over an unstable link?
Long time fan and user of rsync, with a question. First some background...
What I'm trying to do is copy a 21GB backup file from my parent's house to
my home to help them with their new computer. But the link is sporadic,
thus a continous copy will not succeed. The session dies after 25mins - 2
hours.
Thus, I've scripted the following script 'get_me.sh'
#!/bin/sh
mv
2023 Dec 02
1
Try reproduce glmm by hand
Dear all,
In order to be sure I understand glmm correctly, I try to reproduce by
hand a simple result. Here is a reproducible code. The questions are in
_________________
Of course I have tried to find the solution using internet but I was not
able to find a solution. I have also tried to follow glmer but it is
very complicated code!
Thanks for any help.
Marc
# Generate set of df with nb
2017 Aug 22
2
more questions on setting up autofs on C7
Hi!
Thanks to some of you I got autofs set up on my C7 netbook for
mounting local cifs filesytems.
Now I want to do something on my C7 desktop machine, that seems to
me to be a little different, and I"m not sure how to do it.
I have an external RAID1 box that attaches via USB. It is/will be
nearly always /dev/sdc, but being USB I can't guarantee that it
will always be found there.