search for: deleting

Displaying 20 results from an estimated 104762 matches for "deleting".

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 AS5/zeromq/2.2.0/share/man/man7/zmq_inproc.7 deleting AS5/zeromq/2.2.0/share/man/man7/zmq_epgm.7 deleting AS5/zeromq/2.2.0/share/man/man7/zmq_cpp....
2010 Nov 04
1
orphan inodes deleted issue
...ers 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 recovery. kjournald starting. Commit interval 5 seconds EXT3-fs: md1: orphan cleanup on readonly fs ext3_orphan_cleanup: deleting unreferenced inode 2010087 ext3_orphan_cleanup: deleting unreferenced inode 259361 ext3_orphan_cleanup: deleting unreferenced inode 972510 ext3_orphan_cleanup: deleting unreferenced inode 2009841 ext3_orphan_cleanup: deleting unreferenced inode 2010102 ext3_orphan_cleanup: deleting unreferenced ino...
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...
2012 Mar 27
1
[Bug 8829] New: rsync -uav --delete --dry-run prints delete file list in reverse order
...ion: All Status: NEW Severity: minor Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: dcrbugs at 3111skyline.com QAContact: rsync-qa at samba.org When using: 'rsync -uav --delete --dry-run', the 'deleting ...' list displayed is output in *descending* sort order while the normal --verbose list of files is output in *ascending* sort order. This makes attempting to read and compare the files being deleted and updated very awkward. To fix this issue, the --delete list should be presented in the sam...
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
...12 bytes 202.00 bytes/sec total size is 0 speedup is 0.00 - but --delete (or --delete-during / --delete-delay) erroneously deltes the "dir -> ../foo"-symlink (and copies the data afterwards): $ rsync -av --keep-dirlinks --delete 1/ 2/ sending incremental file list deleting dir dir/ dir/subfile sent 136 bytes received 35 bytes 342.00 bytes/sec total size is 0 speedup is 0.00 Is this a bug, or did I miss something? thanks, Roland
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
...00000..781abc6 Binary files /dev/null and b/test/trace/delete-object-5.swf differ diff --git a/test/trace/delete-object-5.swf.trace b/test/trace/delete-object-5.swf.trace new file mode 100644 index 0000000..5d7d7f3 --- /dev/null +++ b/test/trace/delete-object-5.swf.trace @@ -0,0 +1,4 @@ +Check that deleting from an object does not delete from the prototype +1 +2 +2 diff --git a/test/trace/delete-object-6.swf b/test/trace/delete-object-6.swf new file mode 100644 index 0000000..e5e2762 Binary files /dev/null and b/test/trace/delete-object-6.swf differ diff --git a/test/trace/delete-object-6.swf.trace b/...
2005 Apr 24
0
[Bug 2645] New: --one-file-system semantics changed with 2.6.4 (bug?)
...ved 20 bytes 17.87 bytes/sec total size is 58 speedup is 0.43 That is, a no-op. To be expected since I'm rsycning to the same machine. With 2.6.4, I get this: thune:/usr/src/rsync/rsync-2.6.4# ./rsync -a -n -e ssh --delete -x --rsync-path=`pwd`/rsync /a thune:/ building file list ... done deleting a/b/lost+found/ deleting a/b/f/j deleting a/b/f/i deleting a/b/f/ deleting a/b/e/h deleting a/b/e/g deleting a/b/e/ That is, someone is following all the files under /a/b and trying to delete them from destination, but of course, we see that /a/b is a different filesystem. It definitely seems to...
2010 Sep 08
5
--delete-during acts like --delete-before
...576 Sep 1 16:32 0/file-0 -rw-r--r-- 1 user group 1048576 Sep 1 16:32 1/file-1 -rw-r--r-- 1 user group 1048576 Sep 1 16:32 2/file-2 -rw-r--r-- 1 user group 1048576 Sep 1 16:32 3/file-3 desthost $ rsync -a --delete-during -i srchost::del-test . *deleting 0/file-0 *deleting 1/file-1 *deleting 2/file-2 *deleting 3/file-3 .d..t...... 0/ >f+++++++++ 0/file-00 .d..t...... 1/ >f+++++++++ 1/file-11 .d..t...... 2/ >f+++++++++ 2/file-22 .d..t...... 3/ >f+++++++++ 3/file-33 desthost $ ls -l */* -rw-r-...
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
...e I'm using a number of options that should, according to the man page, make sure things get deleted. But this is not happening. I assume that "partial transfer (code 23)" error message is because it did recognize that it failed to completely get things in sync. BTW, after manually deleting the 2 symlinks, it works fine: ============================================================================= root@pollux:/home/root/src 155> rm -f openssl-0.9.6b/work/openssl-0.9.6b/crypto/des/asm/perlasm root@pollux:/home/root/src 156> rm -f openssl-0.9.6c/tmp/openssl-0.9.6c/crypto/des/asm/...
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
...--------------------------------------------------------------------------- smbldap_search_suffix: searching for:[(&(&(objectclass=sambaSamAccount)(uid=test))(objectclass=sambaSamAccount))] [2004/01/22 13:46:16, 10] passdb/pdb_ldap.c:ldapsam_delete_entry(303) ldapsam_delete_entry: deleting attribute objectClass [2004/01/22 13:46:16, 10] passdb/pdb_ldap.c:ldapsam_delete_entry(303) ldapsam_delete_entry: deleting attribute cn [2004/01/22 13:46:16, 10] passdb/pdb_ldap.c:ldapsam_delete_entry(303) ldapsam_delete_entry: deleting attribute uid [2004/01/22 13:46:16, 10] passdb/pdb_ldap....
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
..., my backup started taking about two days to finish. So I changed my backup script to rsync individual top-level directories instead of the whole filesystem at once. This finished must faster, except now rsync seems to be only copying files that have changed on the production data filesystem, and deleting files on my backup that haven't changed. Here are the three different scripts that I've tried and they all do the same thing: 1: cd /backup/directory rsync -au --delete /path/to/files/a* . rsync -au --delete /path/to/files/b* . rsync -au --delete /path/to/files/c* . ... 2:...