search for: subdirectorys

Displaying 20 results from an estimated 3904 matches for "subdirectorys".

Did you mean: subdirectory
2010 Aug 13
1
Squid and first-level subdirectories & second-level subdirectories on ext3/4
Squid, a proxy, is by its nature, storing large amounts of relatively small files in it's cache. As config optins it's offering: # 'Level-1' is the number of first-level subdirectories which # will be created under the 'Directory'. The default is 16. # # 'Level-2' is the number of second-level subdirectories which # will be created under
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
2006 Mar 24
1
Subdirectory 'data' contains no data sets.
Hi R CMD check is giving me the following error * checking package subdirectories ... WARNING Subdirectory 'data' contains no data sets. This is not true. That subdirectory contains the file myData.Rdata (I have tried .rda format too, same result). There is also a myData.Rd in the man subdirectory. If I remove the .Rd and the data directory R CMD check executes normally. I am using
1999 Oct 15
0
sharing subdirectories
I currently have a directory with several subdirectories that are shared through samba. Each subdirectory is only writeable by a group assigned to that subdirectory. How do I share the main directory so that the share definitions of each subdirectory is not broken, specifically the create mode? What I have so far, is the main directory is being mapped to a drive letter in Windows, so that
2007 Mar 01
2
subdirectories with different permissions
Several users keep asking for a similar setup, and I'm wondering if there's a way to achieve it with a single samba share. They'll ask for a single share drive the has multiple subdirectories with each subdirectory having different permissions based on groups. So say you have a share called COLOURS and inside that share are three subdirectories, RED, GREEN and BLUE. Group1
2002 Aug 11
2
How to rsync selective subdirectories
Hi My directory structure is something like following: List of files in /abc/dir/ 20020811 20020812 20020814 20020815 (where directory name above is the date, and daily changes i.e. directories are added and deleted) list of files in /abc/dir/20020811 toid toil etd dt (all the date directories contain the directories as above and
2015 Dec 29
2
permission problems trying to access subdirectories of a samba share
Hi. I am having problems accessing subdirectories on a samba share. I am using windows 10 build 10586 and linux kernel 4.1.15-gentoo and samba 4.2.7. I have two shares, one called audio and the other called myshare. I cannot access the subdirectories in the myshare share. Here are the definitions. [myshare] comment = root directory path = / #fake oplocks = yes writable = yes printable =
2010 Jul 23
4
Equivalent of pxechain.com for (USB key based) syslinux
Hello list, I am trying to prepare a USB disk with syslinux that is meant to be able to offer a choice among many different distributions. The goal is that I should be able to dump each distribution's CD contents into a separate subdirectory, and have a master menu that hands off to each distribution's subdirectory. A while back, when faced with a similar task on a PXE server, I came
2015 May 01
5
rsync backup to fileserver - mystery
I have an Intel SS4000E fileserver that I've been using for several years to backup my home directory to. I have a daily cron job that runs the following command: rsync -av --delete /home/frankcox/ /mnt/fileserver/backup I have a directory named misc/sheet-music/classical. About a week ago I created a new subdirectory there, /home/frankcox/misc/sheet-music-classical/Russian\ and\ Eastern\
2003 Mar 15
1
Recursive filetype include
Hello, I have a directory tree that contains many files of type .htm. I don't want these when I rsync - so I used the option --exclude '*.htm' There is however, one subdirectory (and all of its subdirectories) that I would like to include these .htm files. I tried using many variations of --include 'subdir/*.htm' but this does not seem to work. It includes the .htm's in
2003 May 19
1
permission to subdirectory
Hello all, We are new and just install RH 8.0 with samba 2.2.7-5.8.0 as our local file server on a workgroup basis. We are trying to create subdirectory with permission but cannot figure out the right way. We have search the samba list for solution with no luck. We with to create the following scenario for our account department, Directory personnel
2009 Nov 25
2
Deletion of directory symlink via Samba deletes files in original subdirectory on Unix
Hello -- We have a Solaris 10 ZFS server running Samba with "follow symlinks=yes" set. We're noticing that if you delete (via Samba) a file that is a symbolic link pointing to a subdirectory somewhere, with files in that subdir, it will not only delete the symbolic link file, but also delete the files in the target subdirectory. On Unix, if you delete a symbolic link, it will
2015 Dec 29
2
permission problems trying to access subdirectories of a samba share
Rowland penny <rpenny at samba.org> wrote: > On 29/12/15 13:59, covici at ccs.covici.com wrote: > > Hi. I am having problems accessing subdirectories on a samba share. I > > am using windows 10 build 10586 and linux kernel 4.1.15-gentoo and samba > > 4.2.7. I have two shares, one called audio and the other called > > myshare. I cannot access the subdirectories
2003 Mar 13
2
subdirectory of home
Hi. Sorry: my level of english is not enough good. I hope you understand what I mean. My question is: it's possible to share a subdirectory (and only one subdirectory for every user) in the section [homes]? The version of samba which i'm working is 2.2.7a, over Solaris 8. Thanks in advance. --
2012 Aug 24
3
misc subdirectory
The utils package has a misc folder, and some other packages have folders that are not listed in the R-extensions documentation (?data?, ? demo?, ?exec?, ?inst?, ?man?, ?po?, ?src?, and ?tests?). I'd like to be able to put some ancillary data into a misc folder, but it's mere presence in the source folder or source tarball (created with R CMD build) does not mean that it gets put into
2012 Dec 10
1
Problem/Bug when syncing subdirectory structures with delay-updates and partial-dir
Hello there, recently stumbled over a problem syncing subdirectory structures in combination with partial-dir. Files are saved within partial-dir, but without the subdirectory path they came from, so having the same file names within different subdirectories causes them to be overwritten (and/or lost, of course). Currently I'm using rsync 3.0.9 protocol version 30 in Linux
2011 Jan 12
1
[PATCH] Documentation: introduce the working directory
LDLINUX.SYS uses a working directory. The documentation seems to improve if that fact is made explicit. So the working directory is added to the documentation (with a bit of vagueness and possibly not entirely correct, to keep it readable). Signed-off-by: Paul Bolle <pebolle at tiscali.nl> --- This is a result of today's discussion of a previous patch ("Describe the --directory
2017 Jan 20
4
downloading only specific directories from directory tree
Hello: I have read rsync manual and several howtos on how to use rsync, still I don't know if it's doable what I want to do, and if yes, how. The scenario: I would like to make a local copy of openSUSE 13.2 repositories. I use openSUSE linux. The repos are located in a multi-level directory structure, eg: ftp://ftp.halifax.rwth-aachen.de/opensuse/repositories/ Let's call this
2019 Dec 29
2
Excluding a . directory in a subdirectory
I am having problems getting a . directory in a subdirectory to be excluded when rsyncing. I am using rsync 3.1.2 on CentOS 7 and the command line is: #??? all files from ~/bin/ and I use want to exclude the directory ~/bin/docker/.git rsync -vHrltDium -c --chmod=Du+rwx,go-rwx,Fu+rw,go-rw --no-perms --stats --include='*' --include='*/' --exclude=".git/" -e "ssh -y
2003 May 07
3
Sink for a subdirectory
Hi, how do I sink output to a subdirectory under which R is running? For example, suppose R is running in ~me and I would like to sink output to ~me/Subdir/filename. The obvious sink( "Subdir/filename" ) does not seem to work. Thanks very much.