Displaying 20 results from an estimated 2000 matches similar to: "tar-ing subdirectories separately"
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,
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...
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
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
1998 Nov 17
6
smbfs
Hi-
I'm working on a graphical interface to smbclient/smbmount/smbumount.
As part of its operation, it will mount shares in directories under a
user's home directory.
I've run into a bit of a problem regarding the distributions of the
mount utilities, specifically on Redhat 5.1/5.2. They are shipping an
RPM with smbfs 2.0.1, which is known to have a security hole... so it
should
2010 Jul 28
2
wget and resulting filenames with mirror option
I am trying to mirror a directory using wget and the resulting files as
expected are taking the name of the string in the url after the last "/".
Anyone know a way around this? I am using the mirror option so I don't
have to keep track of what to get making it simple.
Thanks!
jlc
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
2007 Nov 21
2
Access control question.
Hello,
I have a general administrative question concerning Samba shares.
I have a large amount of data that about 25 users have limited access to. I
only want these users to have access to a sub-set of this data, but I also
only want the users to see that which they have access to.
So, for example, suppose that the share looks like thus:
/smbshare
/smbshare/dir1
/smbshare/dir2
2020 Sep 01
0
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
gluster
2007 Nov 19
1
rsync-ing from two locations with same filenames (at different versions)
Hello,
I would like to have a full repository, say, holding files
full/a.txt (version 1)
full/b.txt (version 1)
full/c.txt (version 1)
and a repository of updates, for example
new/b.txt (version 2 - newer)
Then, I would like to call
rsync [flags] new/ full/ destination
to get
destination/a.txt (v.1)
destination/b.txt (v.2)
destination/c.txt (v.1)
This simple case works
2006 Aug 03
0
Problem using smbfs with large directory
Hello !!!
I am using smbfs to connect a windows shared directory. Most time
everything works fine, but there is something that happens once in a while
The mentioned directory is divided in subdirectories.
Let's suppose the directory tree is:
DIR1
SUBDIR1
SUBDIR2
The mount point /mnt/dx is connected to DIR1.
If I give the command: "ls /mnt/dx" in a command-line shell
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
2016 Mar 17
1
[Bug 11800] New: smarter "safe" symlink detection
https://bugzilla.samba.org/show_bug.cgi?id=11800
Bug ID: 11800
Summary: smarter "safe" symlink detection
Product: rsync
Version: 3.1.1
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: core
Assignee: wayned at samba.org
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:
2011 Mar 15
4
tar exclude question
Hi List,
hope this is not too offtopic, but this bothers me and my backup.
My backups are tar jobs in cron, eg:
20 23 * * * tar -zcf /mnt/backupInternalHosts/backup/backup.tar.gz
/etc /root /home && touch /tmp/state_backup-backup
This always sends me an unwanted email with:
tar: Removing leading `/' from member names
I consider this a bug because this informal message is
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
2011 Feb 16
1
caret::train() and ctree()
Like earth can be trained simultaneously for degree and nprune, is there a way to train ctree simultaneously for mincriterion and maxdepth?
Also, I notice there are separate methods ctree and ctree2, and if both options are attempted to tune with one method, the summary averages the option it doesn't support. The full log is attached, and notice these lines below for