similar to: [Bug 2676] New: Directory replaced by a single file cannot be deleted

Displaying 20 results from an estimated 30000 matches similar to: "[Bug 2676] New: Directory replaced by a single file cannot be deleted"

2017 Feb 14
3
[Bug 2676] New: error while starting sshd daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2676 Bug ID: 2676 Summary: error while starting sshd daemon Product: Portable OpenSSH Version: 7.2p2 Hardware: Other OS: Linux Status: NEW Severity: critical Priority: P5 Component: sshd Assignee: unassigned-bugs at mindrot.org
2009 Jun 04
0
[adejong@debian.org: Bug#531639: rsync can end up deleting unrelated files when a directory is replaced by a symlink]
Please see the included debian bug report, where during a local transfer rsync (3.0.3) follows a symlink in the destination to delete a file in the source tree. At least 3.0.5 works correctly in this regard; however I can't find a changelog entry that's directly related to this. Would it be possible to extract the diff that fixes this so that the 3.0.3 version in debian stable might be
2003 Sep 22
1
creates directory that can't be deleted (PR#4246)
Full_Name: Xiaobao Wang Version: R 1.7.1 OS: Windows XP Submission from: (NULL) (24.45.25.102) accidentally done the following: rpt.dir <- paste("c:/report/testR","bestsub",spe="/") dir.create(rpt.dir) (spe should be sep). Now the directory "c:/report/testR bestsub " cannot be removed. I tried to remove it from Windows Explorer and got the message
2004 Sep 17
0
[Bug 1791] New: using --delete with single directory mirroring doesn't delete files
https://bugzilla.samba.org/show_bug.cgi?id=1791 Summary: using --delete with single directory mirroring doesn't delete files Product: rsync Version: 2.6.3 Platform: x86 OS/Version: Linux Status: NEW Severity: major Priority: P3 Component: core AssignedTo: wayned@samba.org
2002 Jul 31
1
rsync: omit summary with a single -v
It would be nice if there were a flag which would have rsync behave like a single -v but which would skip the two line summary info. I do a lot of cron-based transfers and I want to see what gets transferred if anything does, but I'd like it to be entirely silent otherwise. Here is a patch which makes a single -v behave this way. -vv causes it to include the extra info. diff -r -X
2003 Dec 11
2
cwRsync 2.5.7
Tevfik On Tuesday 09 Dec 2003 18:13, Tevfik Karag?lle wrote: > I would also like to inform that I updated my cwRsync package with the > latest rsync binary (2.5.7). http://itefix.no/cwrsync I have tried your rsync 2.5.7 in cygwin under Windows 2000, synchronising to a windows share on an unknown (probably Windows) file server. Sorry to report that it hangs at the end of transfer, as did
2010 Jul 14
1
"Cannot delete non-empty directory"/"Operation not permitted" with file-creation on target-server
Hello Everybody, I was searching for an answer myself for quite some time without success, so I hope somebody can clarify...I use rsync to sync webcontent from one server to another. Apache-details: * Apache runs as nobody:nogroup. * Source-Server-Rights htdocs: The rsync-user gains access via o+rx * Destination-Server-Rights htdocs: The rsync-user is in the group 'nogroup', gains
2007 Oct 12
1
3.0.0pre2: non-recursive remote listing breakage
3.0.0pre2: non-recursive remote listing breakage Looks like pre1's fix broke something else. I noticed this when listing module/directory contents on servers known to be running versions 2.5.7 & 2.6.3. Not having (full) access to them, I replicated the errors using 2 machines on my home lan. # the machines lithium.elements.lan: the client. rsync 3.0.0pre2 for all tests.
2003 Dec 17
3
Dotfiles not being deleted?
Hello.. I'm attempting to copy/sync a development directory on my laptop to our web server, and for some reason dot-files are being copied but not deleted. Command line: rsync -rvva --delete-after -e ssh ./ server.com:/var/www/html/project/ The symptom is that I've got files like '.Makefile.swp' and '.hidden.php.swp' on the server (vi temp files) even after deleting them
2003 Dec 07
2
Single File Delete/Directory Listing on Windows ME
Hi; I'm having a really odd problem with some Windows ME stations connected to a Samba server. From a command prompt on the ME stations, I do the following: dir *.* This works as expected, all the files in the directory are displayed. I then do: dir test.txt And I get: General failure reading drive G Abort, Retry, Fail. The directory contains the file, and the file shows up in a full
2002 Sep 17
0
Bug Report rsync 2.5.5 --delete and soft links to parent directories causes MAXSYMLINKS error
I have found an unwanted feature of rsync 2.5.5. It has to do with soft links and the --delete option in archive mode. The following shows how to reproduce the error. Provide a soft link that refers to a parent directory. %> /bin/ls -lR /tmp/src /tmp/src: total 16 16 drwxrwxr-x 2 wke sys_admin 239 Sep 17 16:18 dir1/ /tmp/src/dir1: total 32 16 lrwxrwxrwx 1 wke
2004 Sep 20
1
--delete and --backup - Backup file gets deleted
This is not a new bug as I found the behaviour on many version of rsync . When you use the --delete option combined with --backup, the expected behaviour is to backup the deleted file on target machine by renaming it with the backup suffix or with ~ suffix by default. This works fine but when you execute the same command a second time, like my cron job does the next day, the backup file gets
2013 Jun 28
0
How to restore deleted Samba4 directory objects?
Hi, What is the best way to restore deleted Samba4 directory objects? Ideally I'd like to be able to retain the SID so that downstream apps can continue to work when the objects are back. Any info appreciated. Thx! -cs
2010 Apr 30
0
Can we recover a deleted directory?
Hello Experts; There was a CIFS share we were using /export/cifs1 . It got deleted accidently. Is there any way I can recover this directory. We don''t have snapshot for this directory. regards; Ashish
2020 Sep 16
0
how to restore deleted directory/files
On Wed, Sep 16, 2020 at 07:21:08PM +0800, qw wrote: > I remove one directory by running rm -fr ./some-dir. How to restore > the directory and its files in the directory? If you don't have backups, then you're pretty much out of luck. Don't forget to back up any data that is important, and test your backups regularly! Depending on the filesystem, there might be ways to
2020 Sep 16
0
how to restore deleted directory/files
> Hi, > > > Thanks for your reply. The file system type is xfs. And I found > xfsdump/xfsrestore can undo the remove. Hm, are you sure you can use xfsdump/xfsrestore for this? > > > I use dd to copy the partition as one image file. How do I mount the image > as read-only device? Then I can try to recover the deleted files/directory > anytime. Mount the image with
2020 Sep 16
1
how to restore deleted directory/files
Hi, >> >> Thanks for your reply. The file system type is xfs. And I found >> xfsdump/xfsrestore can undo the remove. > >Hm, are you sure you can use xfsdump/xfsrestore for this? > xfsdump/xfsrestore can't do the recovery. >> I use dd to copy the partition as one image file. How do I mount the image >> as read-only device? Then I can try to recover
2014 Jan 09
3
[Bug 884] New: the rule of TEE target with '--oif' option cannot be deleted.
https://bugzilla.netfilter.org/show_bug.cgi?id=884 Summary: the rule of TEE target with '--oif' option cannot be deleted. Product: iptables Version: 1.4.x Platform: i386 OS/Version: Fedora Status: NEW Severity: minor Priority: P5 Component: iptables AssignedTo:
2002 Oct 01
0
Changing a directory to a symlink; rsync balks.
Good day, all, I'm using rsync 2.5.4 and a statically linked version of 2.5.5 to back up my main system to a backup drive (See rsync-backup at http://www.stearns.org/rsync-backup/ ). First, I made a full backup of the system. Then, on the main system, I merged the articles in techdocs to another directory called articles, removed the techdocs directory and made it a symlink to the
2009 Nov 10
2
--fuzzy search over to-be-deleted files to catch moved files and directories
Hi, I use rsync via rsnapshot to backup a large collection of files. Using "--fuzzy" already saves me a lot of time by discovering most renames that happen within a directory. Therfore I already use the "--delete-after" option. Now the question is, if fuzzy search could be extended to search for moved files across directory borders. If for example I move pictures aound to