Displaying 20 results from an estimated 10000 matches similar to: "Never up to date"
2006 Mar 22
0
Mishandling read only files in 3.0.20b vs 3.0.21c
I noticed a few days ago running Samba 3.0.20b on Linux that if I had a
file called "myfile" that was owned by "userA:groupX", writable by
userA but read only for groupX
0744 userA:groupX myfile
and that file was in a directory "/directory2/myfile" which was writable
by the group "groupX"
0775 userA:groupX directory2
and directory2 was in
2008 Sep 03
2
Problem with dir.create in windows servers
Hello. I've being having problems to create directories in a windows
server environment . It seems that the recursive argument is not working
properly on the intranet, as it does in a local path. For example:
> dir.create("\\\\server/directory1/directory2") ,
this works fine, and creates the directory2, but
If we want to create the directory3 and another directory called
2011 Aug 31
2
special permission on directories
hello list,
im trying to configure samba, no pdc, just samba for share directories with
linux users.
my problem is:
i have users and groups
diretory1
diretory2
at directory1 group own is x
at directory2 group own is y
i make chmod 775 at directory1 and chmod +t, after i make chown root.x
same in directory2, just change chown to root.y
my problem: when user make directory and other user make
2005 May 12
1
Unnecessary directory listing.
Hi,
I'm an rsync newbie, and I have been using it for some weeks without
problems... except recently...
Just a quick explanation:
I have Suse9.0 and rsync 2.5.6 that came with it...
I have a cron script that contains:
rsync -av --delete /myfolder/ 192.168.20.200::myfolder
in order to sync all files (and remove deleted ones) with the file
server 192.168.20.200.
On the latter there is an
2003 Sep 09
3
Operation not permitted?
Hello,
Can someone tell me what the problem is here. I am doing an rsync on a
sendmail spool directory to a folder that is a samba mount. Why is rsync
trying to change owner? Does it have to?
I tried manually changing owner (as root) on a file that is sitting on
the samba mount and I got the same operation not permitted error. Does
anybody know why this is? Or do I need to ask in a samba
2003 Jun 25
1
Problems with music during tones of dial.
Hi everybody,
Firstly I'm going to describe the scenario where I'm working. I use a E400P with Asterisk CVS-05/22/03-11:14:50, and I'm working with asterisk trow AGI scripts (Perl).
The configuration of extension.conf is:
exten =>_s,1,Answer
exten =>_s,2,AGI,script.agi
Inside the AGI script is call Dial application as follows:
print "EXEC Dial
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
2006 Mar 12
2
Sent larger than literal
Hello -
When using the stats option I understand that Literal should be the amount of data that did not match, and that Sent should be the actually amount of bytes that were sent. I always use compress for remote transfers, so I'm used to Sent being smaller (usually around half the size) than Literal.
However on one server, the backup from last night had the Sent figure larger than Literal
2003 Aug 03
3
Include-from ?
Hello -
I just finished doing a search of the archives and couldn't seem to get
this answered.
Example, I have a root directory containing the following directories:
/Test1
/Test2
/Test3
I want to rsync only /Test2 and all subdirs under. So my include-from
file looks like:
+ Test2/*
- /*
This doesn't work as nothing is synced, and if I do a -vv it tells me
that nothing is being
2015 Jun 06
4
[Bug 2412] New: make tests does not PASS all tests with SNAP openssh-SNAP-20150607.tar.gz
https://bugzilla.mindrot.org/show_bug.cgi?id=2412
Bug ID: 2412
Summary: make tests does not PASS all tests with SNAP
openssh-SNAP-20150607.tar.gz
Product: Portable OpenSSH
Version: 6.8p1
Hardware: PPC
OS: AIX
Status: NEW
Severity: normal
Priority: P5
Component: Build
2002 Dec 29
1
Include question
Hello All -
I've been struggling to figure out whether this is possible, and
starting to think it isn't.
What I'm trying to do is add all directories to be backed up (source) in
the include file and not mention any source directories on the actual
command line. For example I've tried something like the following with
no luck:
rsync 10.0.100.254: /backup/
2003 Aug 13
4
Question on --include-from option.
Hello list,
I am running rsync 2.5.5 on some Solaris 7 and 8 boxes.
I'd like to sync different directories from one box to another.
This is my include file:
ppukweb2% more rsync-include-file
/tmp/loris/testrsync1
/tmp/loris/testrsync2
/tmp/loris/testrsync3
This is the command I run:
rsync -azv -e ssh --stats --include-from=/tmp/rsync-include-file
ppukweb8:/tmp/loris
and this is the
2013 Nov 18
2
Question about dovecot 2.2 and LIST command
I am running dovecot 2.2 changeset 16983:d925674c4329 on AIX. We use mbox
files with the "/" delimter. I have an imap protocol question. When I do:
1 list directory1/ *
1 OK List completed.
Is that the correct answer?
If I do
1 list "" *
it shows
* LIST (\Noselect \HasChildren) "/" "directory1"
I forget why I think that even with the delimiter, I
2003 Oct 17
3
Rsync download traffic
Hello,
I started monitoring lan traffic with RRDTool on a linux box the other day that runs rsync, and I've found what I would consider a strange traffic pattern. This linux box rsync about 2Gb of data to a local samba share that is connected to a Windows 2003 server. Based on the literal data stat, roughly 20% is changed nightly and uploaded. However, the strange thing is that the traffic
2006 Nov 04
1
rsync and symbolic links
Hello!
I'm using rsync to generate a backup.
DATE=`date +%Y.%m.%d.%H.%M.%S`
cat files.txt | rsync -avz -e ssh --include-from=- / root@myserver:/backup/$DATE
files.txt contains e.g.:
- /home/user1
+ etc/
+ etc/*
+ etc/.*
+ etc/*/
+ etc/*/*
+ etc/*/.*
+ etc/**/
+ etc/**/*
+ etc/**/.*
+ boot/
+ boot/*
+ boot/.*
+ boot/*/
+ boot/*/*
+ boot/*/.*
+ boot/**/
+ boot/**/*
+ boot/**/.*
+ dev/
+ dev/*
2010 May 12
1
DOS Attributes with mixed xattr filesystem support
Hi,
I'm running Samba as a glorified NAS at the moment - to begin with, I
have an ext3 storage partition, /storage. In this is a directory,
/storage/Personal, which has its own Samba share (also Personal). At
this point, dos attributes using filesystem xattrs work beautifully. The
problem comes when I start to fiddle further...
I have a Novell NetWare filesystem (ncpmount) mounted at
2003 May 31
11
[Bug 581] SFTP "ls" listings never end
http://bugzilla.mindrot.org/show_bug.cgi?id=581
Summary: SFTP "ls" listings never end
Product: Portable OpenSSH
Version: -current
Platform: Alpha
OS/Version: OSF/1
Status: NEW
Severity: major
Priority: P2
Component: sftp-server
AssignedTo: openssh-bugs at mindrot.org
ReportedBy:
2003 Dec 17
5
Rsyncing Windows directory to a Linux box: problem with spacesin directory names
>
> >> > I am trying to rsync folders/files hosted on a Windows
> machine to a
> >> > Linux machine. Many of the directory names have spaces in them.
> >> > How can I list them in a file so that the --include-from
> option use
> >> > them correctly?
> >> > Thanks!
> >> >
> >> > Charles
> >>
2004 Feb 16
7
File walking issue?
Hello,
I'm having an issue with one particular server and am hoping someone
here has dealt with this.
I'm not sure whether this is a strictly samba issue or relates to the
way rsync walks the file list.
Basically after mounting a Windows 2000 file system using and then
rsyncing the contents of this mount, it seems to take 5 - 8 hours to
complete. I've checked on the log
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,