Displaying 20 results from an estimated 105450 matches for "delets".
Did you mean:
delete
2012 Jun 18
1
Understanding rsync --delete behavior
Hi,
When running an rsync command of the form:
$ rsync -avn --delete remotehost:/mnt/volsw_dev/AS5/ /mnt/volsw_dev/AS5
rsync wants to delete a slew of files and directories. Partial output
includes, for example:
deleting AS5/zeromq/2.2.0/share/man/man7/zmq_tcp.7
deleting AS5/zeromq/2.2.0/share/man/man7/zmq_pgm.7
deleting AS5/zeromq/2.2.0/share/man/man7/zmq_ipc.7
deleting
2010 Nov 04
1
orphan inodes deleted issue
Dear All,
My servers running on CentOS 5.5 x86_64 with kernel 2.6.18.194.17.4.el
gigabyte motherboard and 2 harddisks (seagate 500GB).
My CentOS box configured RAID 1, yesterday and today I had the same
problem on 2 servers with same configuration. See the following error
messages for details:
EXT3-fs: INFO: recovery required on readonly filesystem.
EXT3-fs: write access will be enabled during
2010 Jun 02
2
Prevent --max-delete from deleting any files?
Is there a way to prevent rsync from deleting any files if --max-delete is exceeded?
I want to avoid having my hourly cron job inadvertently destroy my backup a chunk
at a time. By morning, the damage would already be done. Ideally, it should just
stop and not sync or delete anything since something is horribly wrong.
The only way I could see to do it is by running rsync twice - something
2012 Mar 27
1
[Bug 8829] New: rsync -uav --delete --dry-run prints delete file list in reverse order
https://bugzilla.samba.org/show_bug.cgi?id=8829
Summary: rsync -uav --delete --dry-run prints delete file list
in reverse order
Product: rsync
Version: 3.0.9
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P5
Component: core
AssignedTo: wayned at samba.org
2014 Jul 28
2
not able to compile deleted_to_trash Plugin
Following version and content of .conf file
----------------------------------------------------------------------------------------
root at ABCD:/CavE/download/delete_to_trash# dovecot --version
2.2.9
root at ABCD:/CavE/download/delete_to_trash# dovecot -n
# 2.2.9: /etc/dovecot/dovecot.conf
# OS: Linux 3.13.0-32-generic x86_64 Ubuntu 14.04.1 LTS
auth_mechanisms = plain login
log_path =
2017 Sep 29
5
Converting SAS Code
Hello all,
My statistical analysis training up until this point has been entirely done
in SAS. The code I frequently used was:
*Yield Champagin;
data yield;
set stress;
if field='YV' then delete;
if field='HB' then delete;
if barcode='16187DD4015' then delete;
if barcode='16187DD6002' then delete;
if barcode='16187DD2007' then delete;
if
2009 Oct 03
1
--keep-dirlinks --delete erroneously deletes symlinks to directories
Hi,
the combination of --keep-dirlinks and --delete (--delete-during,
--delete-delay) erroneously deletes symlinks to directories on
the receiver.
With --delete-before and --delete-after it works as expected.
(rsync version 3.0.3 protocol version, on Debian Lenny)
I don't think that this behaviour is intended.
Details/example:
- Host 1 directory-structure:
drwx------ ./1
2007 Jun 09
3
lazy_expunge and emails from Inbox, doesn't list INBOX in deleted
I'm using the dovecot available on Ubuntu Feisty (1.0rc17) and am trying
to migrate from courier-imap. A really important feature for me from
courier is that expunged messages end up in Trash where they are removed
after 7 days.
I can get an approximation of this feature as described in the
documentation:
namespace private {
prefix = INBOX.
seperator = .
inbox = yes
}
namespace
2007 Jun 06
0
Branch 'as' - 13 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h
libswfdec/swfdec_as_context.c | 24 +++
libswfdec/swfdec_as_context.h | 2
libswfdec/swfdec_as_frame.c | 56 +++++--
libswfdec/swfdec_as_frame.h | 4
libswfdec/swfdec_as_interpret.c | 18 +-
libswfdec/swfdec_as_object.c | 85 +++-------
libswfdec/swfdec_as_object.h | 16 +-
2005 Apr 24
0
[Bug 2645] New: --one-file-system semantics changed with 2.6.4 (bug?)
https://bugzilla.samba.org/show_bug.cgi?id=2645
Summary: --one-file-system semantics changed with 2.6.4 (bug?)
Product: rsync
Version: 2.6.4
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy:
2010 Sep 08
5
--delete-during acts like --delete-before
Hello, I use rsync v3.0.7 with "--delete-during", but it appears to act more like "--delete-before". I've checked the docs and list archives, but I am still discovering some of the subtleties of rsync, and I can't see where I'm going wrong. There's an example of my issue below... can anybody set me straight? =-)
o We archive a small number of large files,
2019 Apr 23
2
--delete-missing-args doesn't delete
I'm generating a list of files to sync, and would like all the files not
in my list to be deleted from the destination. I thought that
--delete-missing-args would do just that, but it doesn't delete anything.
Would someone have an idea of what I'm doing wrong?
This is what I tried :
~$ mkdir -p /tmp/source /tmp/dest
~$ for i in {1..3}; do echo "keep $i" >
2002 Mar 08
1
delete fails to delete everything it should like dangling symlinks
I think someone posted this before, but I can't find it in the archives.
I am using rsync to pull down source files to be compiled. The delete
options are used to clear out any old files left over from previous.
Normally this works. I've run into one case where it persistently fails.
Within the directory created during compiling is a symlink to another
directory, also created during
2001 Dec 22
2
No --delete-after?
Is anyone successfully using the Cygwin rsync on Win2k (or NT4) as both
daemon and client, with --delete-after working on the client?
I can get --delete to work, but I'd prefer to delete files only on a
successful transfer, to ensure that the end-user has a working collection of
files, no matter what release. For some reason, --delete-after does nothing
for me, even as administrator on the
2013 Sep 13
2
[LLVMdev] Removing legacy profiling code from LLVM
Alright, I'm ready to nuke it. Last chance to say stop.
For context of others, this has come up repeatedly: no one we know of is
using EdgeProfiling.cpp, PathProfiling.cpp, and the
lib/Analysis/Profile*Pass.cpp collection of tools. They haven't been
updated since 2012 when Alastair Murray looked into this stuff, and both
current efforts towards PGO are essentially *totally* different
2009 Sep 01
13
Function Testing Reloading Fixtures before assertion
Hey Everyone,
I have a function test the is failing (despite the fact the function
actually works in the application). I was looking for some debug
advice on how to find my problem.
Here is the test:
def test_should_delete_word
assert_equal ''published'', words(:one).status
debugger
delete :destroy, :id => words(:one).to_param
assert_equal
2004 Jan 22
2
RPC: Problem Deleting LDAP-Entries in pdb_ldap.c
hi there
im using samba 3.0.1 and have problems with usrmgr.exe and rpc calls to
add/delete users stored in LDAP (2.1.22)
an rpc call to add/delete a user gives "Access Denied"
some extracts from the log
---------------------------------------------------------------------------
smbldap_search_suffix: searching
2013 Oct 20
5
nlminb() - how do I constrain the parameter vector properly?
Greets,
I'm trying to use nlminb() to estimate the parameters of a bivariate normal sample and during one of the iterations it passes a parameter vector to the likelihood function resulting in an invalid covariance matrix that causes dmvnorm() to throw an error. Thus, it seems I need to somehow communicate to nlminb() that the final three parameters in my parameter vector are used to
2009 Jul 23
4
remove multiple columns by name from dataframe
Hi there,
I'm trying to remove multiple columns by name from a data.frame. As a
result I need to get back the modified data.frame without the removed
columns. My columns I want to delete are listed in a vector called
"delete".
data <- read.csv2("data.csv")
delete <- c("col1", "col2", "col3")
newData <- subset(data, select =
2006 Jun 01
2
rsync --delete problem
Hello,
I need to create a local backup every night of a filesystem that has
about 3.5 million files. I've been using rsync and everything has been
fine until I started to use the -delete option to delete files on the
backup that don't exist in the production data. When I added the
-delete option, my backup started taking about two days to finish. So I
changed my backup script to