Displaying 20 results from an estimated 3000 matches similar to: "Renamed files and directories"
2005 Nov 24
10
Any change of rsync using threads instead of fork?
On a typical embedded Linux device, with no MMU, there is no fork() or
it returns ENOSYS.
The nearest replacements are vfork() (which is only useful before
exec*()), or to create threads with pthread_create().
rsync would be a very useful program on such devices, and I was a bit
disappointed to build it, only to find the compile went fine but it
failed at runtime due to ENOSYS.
Is there any
2016 May 25
2
Combine exclude files
Hi
I'd like to have a list of excluded items that I can always use
and combine them with job-specific excludes (or generally filters).
Is it possible to use --exclude-from more than once? Do I have
to combine the exclude files into one and give this to rsync?
Is there another possibility (that also works on Windows)?
Thanks
bye Fabi
2006 Jun 14
3
Rsyncing a very large directory tree (over 50,000 files)
Hi,
I need to rsync a very large directory tree (over 50,000 files). This
is not a regular job, after the initial rsync is done, I can do a
nightly rsync and only a few files will change.
Is there anything I need to be aware of before doing this? I started
the script this morning, but it was still building the file list after
around 15 minutes. Is it better to do it using several
2007 Dec 02
2
Bidirectional rsync with "trash" support
Hello everybody,
I was thinking about a special script to be done with rsync, when I realized
my needs might have been common enough to have already been fulfilled by
somebody else through a script or by some backup software.
I have a folder I share between two computers of mine, A and B. What i want
is to be able to keep it in full sync. If a file is added in A, it should be
added to B when
2007 Oct 01
6
reducing file list bytes transferred
Hello,
This is my first posting to the rsync list. I mirror a database
containing directories which contain a very large number of files (say
30,000), and sending the file list can often take longer than transferring
the new files. (Rsync ends up sending nearly the same file list on
every transfer, with only the addition of a few new files.)
Has the rsync team considered an rsync option
2005 Aug 10
1
plz. solve my prob
sir,
i am going to configure debian samba server i am getting problems. how
can i configure samba as a pdc . plz. reply me back as soon as possible
with complete steps.
Thanking you.
sumit kumar
09848097138
INDIA
2008 Mar 01
6
Rsync 3.0.0 released
Yes, it's finally that time -- rsync 3.0.0 has been released. This is a
feature release that also includes quite a few bug fixes.
I'd like thank everyone who participated in the development and testing
of rsync. I hope that you enjoy this latest version!
The 3.0.0 version number is such a large bump up from 2.6.9 due to the
addition of an incremental recursion scan (which helps a lot
2008 Mar 01
6
Rsync 3.0.0 released
Yes, it's finally that time -- rsync 3.0.0 has been released. This is a
feature release that also includes quite a few bug fixes.
I'd like thank everyone who participated in the development and testing
of rsync. I hope that you enjoy this latest version!
The 3.0.0 version number is such a large bump up from 2.6.9 due to the
addition of an incremental recursion scan (which helps a lot
2009 May 03
6
[RFC] The reflink(2) system call.
Hi everyone,
I described the reflink operation at the Linux Storage &
Filesystems Workshop last month. Originally implemented as an
ocfs2-specific ioctl, the consensus was that it should be a syscall from
the get-go. Here's some first-cut patches.
For people who have not seen reflink, either at LSF or on the
ocfs2 wiki, the first patch contains
Documentation/filesystems/reflink.txt to
2007 Oct 05
4
(no subject)
Good day,
I've got a question regarding the usage of rsync that I just cannot
figure out. I've done a fare hunt for the answer, but I'm stumped.
Here is the situation.
I have two pc's running linux and using rsync to perform a backup from
server1 to server2. For example: rsync -avzr -e 'ssh
-i/root/.ssh/id_rsa' --delete /home/samba/admin/software
2020 Oct 19
3
How to move/reorganise existing e-mails to yearly subfolders
Hi all:
I am new to e-mail servers and I am evaluating Dovecot. Not really the best combination. 8-)
I am trying to find a balance between legal data retention requirements and online mailbox size. I do not want huge online mailboxes, as doing
offline, rotating data backups could then take forever (among other reasons). I would rather avoid online (cloud) backups (data protection etc.).
If I
2019 Jan 01
2
install AWX without docker
Hallo,
I want to use awx without docker for the moment and found this tutorial:
https://www.howtoforge.com/tutorial/centos-ansible-awx-installation/
Are there any other docs available?
Thanks for hints
Ralf
Von meinem iPad gesendet
2006 Jun 09
3
function parameters - testing
Hello,
I am trying to test a function argument to see if it is or is not a useful
number. However I cannot seem to find a test that works. For example
> f = function(x) {
+ print(exists("x"))
+ print(is.null(x))
+ }
>rm(x)
> f(z)
[1] TRUE
Error in print(is.null(x)) : Object "z" not found
exists gives TRUE, but then any other kind of test I try to run gives me an
2007 May 05
6
intermittent pxe failure
Hi,
I have an intermittent pxelinux boot problem. It happens rarely, for example
it happened one day and then did not happen again until 6 days later. However
when it does happen it is rather serious as it affects all clients on the
network. Here is some basic info:
- IBM netvista PCs, built-in pxe, banner says it is "PXE 2.x".
- happens rarely, but when it does it affects all clients.
2006 Apr 05
3
data.frame to list
Hi,
I'm new to R, and I'm not a statistician (stunned silence). I am trying to do
the following:
1. read in a 2-column data file, e.g.
status new
db green
title "Most Significant Excursions"
2. end up with an R list such that I can write e.g.
lst$title
and have R return "Most Significant Excursions".
I know I could do this by coding
lst = list(title="Most
2006 Apr 17
4
R debugging options
Hello,
What options are available for me to debug my R scripts? For example I
normally do something like
>source("myfunctions.R")
>function1("height", "weight")
myfunctions.R is a large R source file that contains many functions. function1
is the "main" function in myfunctions.R. It calls many other user-written
functions that are also in
2015 Dec 19
2
LDAP create home directories
>
> You may also need to restart sssd or nslcd, depending upon which one is
> running the backed ldap connection service on the clients.
Hmm.. I got a different result after restarting nclcd. Instead of logging
me in and just complaining that it couldn't create the home directory, it
still complains about not creating the home directory, but now it doesn't
let me in:
#ssh
2012 Sep 27
3
Drawing asymmetric error bars
Hello,
I have data which I have arcsin transformed to analyse.
I want to plot my data with error bars however as my data is
back-transformed my standard errors are uneven.
Is there a simple way to draw these asymmetric error bars in R?
Thanks for your help.
[[alternative HTML version deleted]]
2003 Jan 13
2
general question about samba.
Hi there,
I'm fairly new to the linux community so excuse my ignorance.
I've setup a test network with w2k serer and linux rh 8.0.
I'm using kde and trying to configure samba for file sharing between both.
Is samba already setup by default or do I need to download the packages?
Is there any decent doc's for this type of setup?
Regards,
Ian
--------------
2005 Mar 29
6
Aggregating data (with more than one function)
I have the data similar to the following in a data frame:
LastName Department Salary
1 Johnson IT 56000
2 James HR 54223
3 Howe Finance 80000
4 Jones Finance 82000
5 Norwood IT 67000
6 Benson Sales 76000
7 Smith Sales 65778
8 Baker HR 56778
9 Dempsey HR 78999
10 Nolan