search for: dira

Displaying 20 results from an estimated 26 matches for "dira".

Did you mean: dir
2012 Nov 28
3
config.c32 fails in 5.00pre11
The config.c32 module (and the CONFIG directive) is not behaving as expected when using syslinux.exe 5.00pre11 as installer. To replicate: 1_ The content of the device: /dira /cat.c32 /config.c32 /ldlinux.c32 /ldlinux.sys /libcom32.c32 /pwd.c32 /syslinux.cfg /dira/dira.cfg 2_ Content of /syslinux.cfg: DEFAULT pwd1 PROMPT 0 LABEL config1 COM32 config.c32 /dira/dira.cfg APPEND /dira/ LABEL pwd1 COM32 pwd.c32 LABEL config11 CONFIG /dira/dira.cfg APPEND /dira/ 3_ Cont...
2004 Sep 17
0
[Bug 1791] New: using --delete with single directory mirroring doesn't delete files
...missing files (from the source) in the destination directory. Example (very simple) root@cumulus rsync]# ls -laR .: total 16 drwxr-xr-x 4 root root 4096 Sep 17 15:13 . drwxr-x--- 25 root root 4096 Sep 17 15:13 .. drwxr-xr-x 2 root root 4096 Sep 17 15:13 dira drwxr-xr-x 2 root root 4096 Sep 17 15:14 dirb ./dira: total 16 drwxr-xr-x 2 root root 4096 Sep 17 15:13 . drwxr-xr-x 4 root root 4096 Sep 17 15:13 .. -rw-r--r-- 1 root root 16 Sep 17 15:13 tfile.1 -rw-r--r-- 1 root root...
2009 Jan 28
3
mount.cifs is not working (smbclient does work), somekind of recursive content in mount-dir
Hi all, When I try to make a connection to our windows server with smbclient: smbclient //server/dira/dirb/dirc -U username -W workgroup Password: ***** I get a working ftp-like connection to our data. When I try to make the same connection with mount.cifs: mount.cifs //server/dira/dirb/dirc /mnt/mnt_dir -o user=877790 dom=workgroup Password: ***** I get a mount to a location which appears to b...
2004 Sep 30
1
--delete and explicitly listed files
It is my understanding after reading all manuals and postings that --delete only works, when rsync is doing recursive dir-to-dir synchronization. Like in the following example local host: /dir/dira /dir/dirb /dir/dirb/file2 remote host: /dir/dira /dir/dira/file1 /dir/dirb /dir/dirb/file2 If we do [CASE 1] rsync -rR -v --delete /dir/dira /dir/dirb remote:/ we have it right building file list ... done deleting dir/dira/file1 /dir/dirb/file2 wrote 664 bytes read 846 bytes 232.31 bytes/sec...
2015 Nov 10
3
Rsync and differential Backups
...> Well, be fair, rsync can also miss files if files are changing while the backup occurs. Once rsync has passed through a given section of the tree, it will not see any subsequent changes. I think you miss my meaning. Consider this sequence of events: * "find" begins and processes dirA and then dirB * another application writes files in dirA * "find" completes * a new timestamp file is written Now, the new file in dirA wasn't seen by find during this run, and it won't be seen on the next run either. That's what I mean by missed. Not temporarily missed,...
2002 Mar 12
1
Problem with duplicate directories
********************************************************************** Este email assim como os ficheiros que possa ter em anexo s?o confidenciais e para uso exclusivo da pessoa ou organiza??o para o qual foi enviado. Se recebeu este email por engano por favor notifique Redes@bnc.pt Esta nota confirma que esta mensagem foi verificada pelo MIMEsweeper n?o tendo sido encontrados virus.
2006 Jan 20
1
deleting remote dirs I no longer want to backup
Hi all, I have been using rsync to copy multiple dirs, eg: rsync -aR dira dirb /tmp Now, I no longer want to copy dirb, and I want it to be removed on the remote side, and I cannot figure how to achieve this. I tried: rsync -aR --exclude=dirb --exclude-deleted dira dirb /tmp but this has no effect. I have searched for similar posts, and found: http://www.mail-archiv...
2004 Nov 12
1
Keeping File Trees in Sync
Hi list, I try to keep a local file tree synchronized with the remote one. However, using the --delete option does not work as expected or at least as I whish it would. Here is an example of the local tree I'd like to sync: /dirA/subDirA /subDirB /dirB/subDirC On the remote machine I have: /dirA/subDirA /subDirB /dirB/subDirC /dirC Here is the rsync call I use: Executing rsync with: -avvr --delete --temp-dir=temp -e "ssh -P -i .ssh/identity -o StrictHostKeyChecking=no -o PasswordAuthentication=no" --...
2002 Jun 13
1
Cannot use \\hostname\dir in Windows2000 client's windows explore r
Hello, I am using samba ver 2.0.7 and the samba is running on a HPUX OS10.20 machine. On win95,98 NT and even WinXP, i can simply type \\host1\dirA to view the list of files in shared directories but for Win2000, will get a prompt that Windows cannot find the path.... But the user already have and can access a drive mapped to the same dirA on the host1 via the netlogon script. Really appreciate any advise on how we could resolve this. I h...
2015 Nov 10
0
Rsync and differential Backups
...ss files if files are changing >> while the backup occurs. Once rsync has passed through a given >> section of the tree, it will not see any subsequent changes. > > I think you miss my meaning. Consider this sequence of events: > > * "find" begins and processes dirA and then dirB * another > application writes files in dirA * "find" completes * a new > timestamp file is written > > Now, the new file in dirA wasn't seen by find during this run, and > it won't be seen on the next run either. That's what I mean by > misse...
2015 Nov 03
1
POSIX ACLs on Domain Controller.
...IX conservative on DC ? Maybe I need to set some "xattrs" ? Detailled description : -------------------------------- I have a base folder with the following right : /basedir owner : root (rwx) group : basegroup (r-x) ACL: -> group : supgroup (r-x) Containing a directory : /basedir/dirA owner : root (rwx) group : basegroup (r-x) ACL: -> group : supgroup (rwx) So the user in "basegroup" can access the tree and "supgroup" can write inside the dirA folder. But from windows with SMB, the basegroup can delete the dirA directory and I don't what that ! Can...
2006 Sep 26
1
--files-from=FILE problem
Hello, I am trying to use the "--files-from=FILE" option with rsync version "version 2.6.3 protocol version 28" When I try to use the following syntax, it returns a syntax or usage error: rsync -azrv --files-from=/home/dira/filelist.txt remoteuser@remotehost:/remotedir I am also trying to use ssh with this which obviously yields an error also since the first part does not work rsync -azrv --files-from=/home/dira/filelist.txt -e "ssh -i /home/user1/cron/file-with-rsync-key" remoteuser@remotehost:...
2001 Sep 08
2
RSync on NT
...running as a service on machine A. I want to replicate some files on machine A to machine B. I issue the RSync command on machine B and here is what I get.... (Issued on machine B): rsync.exe --verbose --stats --archive --delete --rsync-path ="/cygdrive/c/bin/rsync.exe" A:/cygdrive/c/dirA /cygdrive/c/dirB read error: Connection reset by peer Can anybody tell me how to fix this? Thanks!!! Dan Botz Cummins Power Generation
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
2007 Feb 07
4
DO NOT REPLY [Bug 4378] New: Handling of symbolic links
...Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: michael.schliephake@t-online.de QAContact: rsync-qa@samba.org RSync ignores symbolic links by default (warning written out). Scenario: 'dirA' contains files and links and should be synchronized with 'dirB' and vice versa. rsync -v --delete dirA dirB copies files from A to B and lets links in A. The opposite command rsync -v --delete dirB dirA should now do nothing because directories are "in sync". Instea...
2015 Nov 10
4
Rsync and differential Backups
On 11/09/2015 09:22 PM, Arun Khan wrote: > You can use "newer" options of the find command and pass the file list > to rsync or scp to "backup" only those files that have changed since > the last run. You can keep a file like .lastbackup and timestamp it > (touch) at the start of the backup process. Next backup you compare > the current timestamp with the
2010 Sep 03
1
How to Retain Ownership on webdir
...9;. However, I noticed when the apache created a new files (fileB) / directories (dirB), the ownership becomes 'apache:apache' and the sgid has gone for /webdir/ (drwxrwxr-x). I'm currently using Wordpress. [before] drwxrwsr-x users webusers /webdir/ drwxrwsr-x users webusers /webdir/dirA -rw-rw-r-- users webusers /webdir/fileA [after] drwxrwxr-x users webusers /webdir/ drwxrwxr-x apache apache /webdir/dirB -rw-rw-r-- apache apache /webdir/fileB Why the sgid bit doesn't reflected and the group as well? Has anyone knows how to fix this? Thanks. Regards, James ------------...
2008 Aug 30
2
most recent updated files on destination
Hello, I want to synchronize two local directories, but if in the destination directory there are some files that has most recent modified time than the source directory I want that the source old files than the destination will be updated. Is it possible? Thanks for helping me. Best regards, --- Ivan -------------- next part -------------- HTML attachment scrubbed and removed
2003 Aug 03
2
Weird permission problem
Hi, When I try to do anything on my samba system a connection is made to IPC$, but this is mapped to a directory /root/tmp. This seems odd. To make matters worse ordinary users cannot access this directory, so the only user who can access the IPC$ share (ie, do anything at all) is the root user. What have I don wrong. I cannot find any reference to IPC$ being linked to a directory
2005 May 10
1
Rsync copying to many files on Tiger
...same test on a directory with .graffle, .pdf, .doc, files creates some problems. Files are initially transfered ok. On a second run 5 minutes later, some files get copied again but I see no logic associated with that (I didn't modify any file). I am simply using: rsync -EaH --progress /dirA/ /dirB Any idea what is going on? -- Alexander Lamb Service d'Informatique M?dicale Alexander.J.Lamb@sim.hcuge.ch +41 22 372 88 62 +41 79 420 79 73