Displaying 20 results from an estimated 900 matches similar to: "wget and resulting filenames with mirror option"
2006 Jul 12
5
2 subdirectories 1 controller?
Hi,
I''d like to create the following setup with RoR:
www.mywebsite.com/subdir1/order/create
www.mywebsite.com/subdir2/order/create
I''d like both urls to call the same action in the same controller.  How can
I do this?  I know this may be complicated, but I''m prepared to go a long
way.
Shimon
-------------- next part --------------
An HTML attachment was scrubbed...
2007 Dec 16
1
Change destination root?
I'm wondering if it's possible to do the following.
I've got a source directory of /data with several subdirectories such as
subdir1/ subdir2/ subdir3/ , etc. I'd like to rsync these to a different
host under directory /backup, so that I have paths /backup/subdir1,
/backup/subdir2, etc. I also need to be able to use the option --files-from.
So, a source dir of /data on host1,
2011 Jun 27
3
mirroring with lftp
i've maintained a local centos repository at work using rsync, but it 
seems the corp honchos have decided to block rsync at our firewall, plus 
its never been 100% reliable, I'd get aborts on protocol errors 
sometimes several times before pulling down a complete new distro update.
i'm trying to figure out how to do this with lftp, and its got me 
somewhat stymied.
I'm testing
2023 Feb 14
1
File\Directory not healing
I guess you didn't receive my last e-mail.
Use getfattr and identify if the gfid mismatch. If yes, move away the mismatched one.
In order a dir to heal, you have to fix all files inside it before it can be healed.
Best Regards,
Strahil Nikolov     ? ???????, 14 ???????? 2023 ?., 14:04:31 ?. ???????+2, David Dolan <daithidolan at gmail.com> ??????:  
 
 I've touched the directory one
2011 Jan 23
3
tar-ing subdirectories separately
I want to backup a directory using tar, but want separate tarballs for each
subdirectory. For example:
# ls dir1
subdir1 subdir2 subdir3
Will it possible to do it using only tar command? Or will I need another
separate piece of logic/control? I thought of writing a shell script with
three tar commands for each subdirectory, but that's not elegant way of
doing it. Also, it may not scale as
2020 Sep 01
2
Unable to create subdirectories/files in samba mount when using vfs objects = glusterfs
Hi Team,
 
I am trying to setup a samba CTDB cluster to export gluster volme as samba share. While CTDB cluster works well, I ran into an issue with creating subdirectories and also creating files/directories within subdictories when accessing the share from both linux  and windows servers.
 
Setup details :
 
We have a three node cluster with nodes snode1, snode2 and snode3. I have a
2002 Dec 24
1
Persmissions on 'root' folder
Hi,
I'd like to accomplish te following but can't seem to find how:
Share1
 subdir1
 subdir2
Share 1 that is connected by our Windows clients, should NOT be writable
directly. This means, nobody (except a specified group/user?) should be
able to create a top-level folder or file in this share.
Write and execute rights through the subdir1 and subdir2 should however
be left alone and
2004 Jul 19
1
Rsync: Directories become Symbolic Links
Hi all,
	I have rsync'ed directory /rootdir/dirdir/ from Server1 to Server2, using cmd on Server2 "rsync 
Server1:/rootdir/dirdir -avz /rootdir/dirdir".  There were some sub-directories from Server1 got 
updated to become the symbolic links.  For example, directory /rootdir/dirdir/subdir1/ now becomes 
the symbolic link /rootdir/dirdir/subdir1 pointing to the new created directory 
2015 Apr 23
3
CentOS 7 NFS client problems
#define TL;DR
Despite idmapd running, usernames/IDs don't get mapped properly.
Looking for a workaround.
#undef TL;DR
I'm trying to get a new CentOS 7.1 workstation running, and having
some problems with NFS filesystems.  The server is a fully patched
CentOS 6 server.
On the NFS filesystem, there are two subdirectories owned by a
regular user (joe). (There are actually more and by
2009 Sep 11
4
question on wget
Hello,
	I've got an ftp site, not mine, that has content on it that i want
to download. It's not anonymous so it requires a log in. The problem is
either the ISP has a bandwidth throttle or the admin does, in either case
inconsistently as to the point in the file, but i rarely get a complete
download. I'm using ncftp. I was wondering if either ncftpget or wget could
do like an auto get
2016 Jan 16
0
[PATCH v2, resend] ignore-non-existing-directory: add variant of ignore-non-existing
Add new option --ignore-non-existing-directory, that is a variant of
--ignore-non-existing, but applies ONLY to directories.
This was previously proposed in bug #8366, but I independently had a use
case for it in the Gentoo infrastructure.
X-URL: https://bugzilla.samba.org/show_bug.cgi?id=8366
X-URL:
2015 Nov 28
0
[PATCH v2] ignore-non-existing-directory: add variant of ignore-non-existing
From: "Robin H. Johnson" <robbat2 at gentoo.org>
Add new option --ignore-non-existing-directory, that is a variant of
--ignore-non-existing, but applies ONLY to directories.
This was previously proposed in bug #8366, but I indepentantly had a use
case for it in the Gentoo infrastructure.
X-URL: https://bugzilla.samba.org/show_bug.cgi?id=8366
X-URL:
2015 Nov 28
0
[PATCH] ignore-non-existing-directory: add variant of ignore-non-existing
From: "Robin H. Johnson" <robbat2 at gentoo.org>
Add new option --ignore-non-existing-directory, that is a variant of
--ignore-non-existing, but applies ONLY to directories.
This was previously proposed in bug #8366, but I indepentantly had a use
case for it in the Gentoo infrastructure.
X-URL: https://bugzilla.samba.org/show_bug.cgi?id=8366
X-URL:
2004 Jun 14
4
Quirks with system.time and simulations
I tried the code that Richard O'Keefe posted last week, to wit:
library(chron)
    ymd.to.POSIXlt <-
        function (y, m, d) as.POSIXlt(chron(julian(y=y, x=m, d=d)))
    n <- 100000
    y <- sample(1970:2004, n, replace=TRUE)
    m <- sample(1:12,      n, replace=TRUE)
    d <- sample(1:28,      n, replace=TRUE)
    system.time(ymd.to.POSIXlt(y, m, d))
    [1]  8.78  0.10
2007 Mar 12
1
timeDate & business day
I have a daily time series and have two questions to get some help with.
Firs,t I have dates in simple numeric values. e.g.
ymd
[1] 20050104 20050105 20050106 20050107 20050110 20050111 20050113 20050114
 [9] 20050118 20050120 20050121 20050124 20050125 20050126 20050127 20050128
[17] 20050201 20050202 20050203 20050204
Now, I'd like to compute statistics, e.g. acf, by business days. So, I
2004 Feb 23
6
Need help on parsing dates
I know this:
  > library(date)
  > x="1979-04-04"
  > try=as.date(x, "ymd")
  > print(try)
  [1] 4Apr79
and that `x' here has to be a string, e.g.:
  > x=1979-04-04
  > print(x)
  [1] 1971
I'm stuck in reading from a file. I say:  
  > A <- read.table(file="try")
  > print(A)
             V1          V2
  1  1979-04-04
2006 Jun 15
1
Problem with Julian function
Dear all,
I have a problem with the function Julian, may be a bug in the function ?
Here is a vector of character, which represents dates (May 18 to May 20
2000):
 > amj <- c("2000-05-18","2000-05-18","2000-05-18","2000-05-19","2000-05-19"
 > ,"2000-05-19", "2000-05-19", "2000-05-20", "2000-05-20",
2016 Aug 02
6
TLSv1.2 support for lftp on CentOS 6.x
Hello everybody,
I am writing on that mailing list because I have an issue using lftp and I would
love to have more infos about features available on the LFTP version provided by
CentOS 6.
I try to connect to a ftp server in secured mode using FTPS explicit and I would
love to use TLSv1.2.
After several tries, I understood that the TLS negociation was not possible
using TLSv1.2 (It works only
2002 Sep 24
2
rsync to a symlink directory
Here is the structure of my servers :
Source :
/home/test1/link_dir
                sub_dir1
                      file1
                      file2
                      ...
                sub_dir2
                ...
Destination:
/home/test2/real_dir
                sub_dir1
                      file1
                      file2
                      ...
                subdir2
           
2006 Nov 16
6
Gantt chart problem after upgrade to R 2.4.0
I am having a problem with a  gantt  chart since
moving to R2.4.0. from 2.3.1
I made some adaptations to the code from
http://addictedtor.free.fr/graphiques/RGraphGallery.php?graph=74
and successful produced a simple gantt chart.  However
when I upgraded to 2.4.0 it no longer works as
desired.  See
http://ca.geocities.com/jrkrideau/R/gantproblem.pdf
for the two charts. The charts were produced