Displaying 20 results from an estimated 5000 matches similar to: "delete stuff w/ no --delete"
2004 Mar 16
1
rights or read only
NetWare 6 sp4 server to windows 2000 server using cwrsync 1.2.1
when the cwrsync service writes the files to the server it uses it's
own username and permissions. Does anyone have any suggestions as to
how I can get this to write the files so common users and delete and
change stuff? would the perverse permissions work with windows?
Thanks,
Matt Vorwald
Network Engineer
Lumber
2012 Dec 18
1
Arel limit Where if fields are present
I trying to create a select using Arel but I''m passing three parameters, I
want to include the parameters only if they are different to nil or blank.
Here is my method:
def self.advsearch(summary_description, specialties, place)
User.joins(:experience,:summary,:information)
.where(Information.arel_table[:business].eq(false))
2006 May 08
8
enforcing special behavior of child rows in HABTM
Hi,
I have a scenario where a doctor can have one or more specialties.
For each doctor, one and only one of her specialties can be designated
as primary.
So I have tables called doctors, specialties, and doctors_specialties,
the last of which has a boolean is_primary column.
The doctor model class specifies that:
has_and_belongs_to_many :specialties
I want to enforce, at the lowest possible
2006 Mar 28
0
Salvage or undelete files of damaged ext2/ext3 file systems
Hi!
I have made some extensions to debugfs to undelete or recover files
from a damaged ext3 file system.
Salvage or undelete files of damaged ext2/ext3 file systems
debugfs salvage command can be used to salvage files from a damaged ext3
or ext2 file system. The code is alpha, so use at your own risk.
the usage is:
salvage first-block count-blocks
Salvage tries to salvage files found in
2011 Sep 26
1
Restructuring data - unstack, reshape?
Hi all,
I'm having a problem restructuring my data the way I'd like it. I have data
that look like this:
Candidate.ID Specialty Office Score
110002 C London 47
110002 C East 48
110003 RM West 45
110003 RM
2020 Feb 21
4
[RFC] Allowing debug intrinsics to reference multiple SSA Values
What would it look like without this extension? If we modeled it as if all the register values were already on the stack (an extension of the current way where the singular value is modeled as being already on the stack, if I understand it correctly?)?
If it's decided that the best approach is to introduce something like DW_OP_LLVM_register - might be worth migrating to that first (basically
2011 Nov 26
0
rsync Digest, Vol 107, Issue 24
Hi,
Some explanations regarding cwRsync:
cwRync installers (both client and server) are now available as a paid
download bundle. Installer sources, however, are still available as free
upon contact.
Please keep in mind that installer sources are not enough to build cwRsync
installers: You need to build up a complete Cygwin environment,
compile/copy binaries in the package. It may be time
2008 Jan 02
3
cwRsync on windows
Hi folks,
It may be a very basic question for many people here but I have been
struggling with Windows commandline. My CentOS machines are running
perfectly fine.
Question:
I have installed cwRsync server on one of Windows 2003 and cwRsync
client on the other Windows 2003. What command should I run to connect
to the cwRsync server from the client? and how can I make sure that
cwRsync is even
2010 Jun 25
1
Specific to cwRsync ...
If this isn't the correct list for cwRsync issues, I
apologize and hope someone can point me in the right direction. Otherwise,
keep reading .
I noticed something odd today with one of our backups. I
have an NT 2000 machine that pushes files to a 2003 Server machine and today
someone brought to my attention that the backup seems to have well over
100GiB more than
2004 Apr 16
2
RSync on Windows 2003
Hello,
I'm desperately trying to have a RSync server work on a Windows 2003
Standard Server.
All the documentation available I have found applies to Windows NT/2000/XP
I don't know whether 2003 works differently from the previous Windows.
I have installed the cwrsync package.
The RSyncServer Service is running fine under a user account named cwrsync.
A successful Telnet on the port 873
2004 Oct 18
0
Can't start cwrsync service under Windows XP
Hello list,
I thought all my rsync worries were over last time I posted here, but
unfortunately I was wrong. I am using cwrsync to backup a Windows XP
machine onto a Windows 2000 machine over our LAN. Relevant versions:
cwRsync 1.2.3, Rsync 2.6.2, cygwin1.dll 1.5.9-1, openssh 3.8.1p1-1
This worked for several months, but recently
2008 Mar 10
2
The server is configured to refuse --iconv
I've just tried upgrading to cwrsync 2.1.0 (Rsync version 3.0.0 protocol
version 30) between 2 Windows XP Pro sp2 machine across the Internet.
I used:
SET CYGWIN=nontsec
SET HOME=c:\cwrsync\bin
C:\cwrsync\bin\rsync -za -u -P --delete --recursive /cygdrive/c/test2/
stuart@test.address.co.uk::test/
When I run the above batch script on the remote machine I get this odd output.
2003 Sep 15
2
How does Samba delete files ?
Hi !
I'd like to know how does Samba delete files, because I need do
something to instead Samba removes files, it moves the deleted
files to another directory, like a Netware Salvage File or a
Windows Trash Can.
Thanks,
Bruno Stella
brunostella@trt15.gov.br
Setor de Redes - Secretaria de Informatica
Tribunal Regional do Trabalho da 15a. Regiao
2010 May 11
1
merge two data frames
Dear group,
I have these 2 following data frame:
allcon <-
structure(list(DESCRIPTION = structure(1:17, .Label = c("COFFEE C Jul/10",
"COPPER May/10", "CORN Jul/10", "CORN May/10", "COTTON NO.2 Jul/10",
"CRUDE OIL miNY May/10", "GOLD Jun/10", "HENRY HUB NATURAL GAS May/10",
"ROBUSTA COFFEE (10)
2006 Aug 08
1
Release of cwRsync 2.0.9 !
Hi,
A new version of cwRsync is available now. Enjoy!
Rgrds Tev
http://itefix.no/cwrsync
---------------------
Release Name: 2.0.9
Notes:
cwRsync VERSION 2.0.9 - August 2006
highlights (see changelog for more info)
- Cygwin 1.5.21-2
- Sechaw 1.4
Signatures:
MD5:
54c3fb72e182328169dde0bd068df09a *cwRsync_2.0.9_Installer.zip
d404a4fe0f7cf171790e9f1f128fb467
2011 Jul 19
1
Lattice plot problem outputting to jpeg
Hi.....I am relatively new to R but was quite pleased with myself at having
generated a series of lattice plots as PDFs. I was very surprised when
plotting these out as jpegs (or png or tiff) that the strip title
information above each lattice plot vanished. The pdf was fine. Has anybody
any ideas? I can't add an image as the information is sensitive.
Many Thanks
Steve Creamer
Here is the
2005 Jun 03
0
New cwRsync Release (2.0.0)
Hi,
A new version of cwRsync installer has been released. cwRsync is a yet
another packaging of Rsync and Cygwin.
cwRsync VERSION 2.0.0 - June 2005
Highlights (see changelog for more info)
- Two installers: client and server
- Built-in OpenSSH server
- Secure Channel Wrapper and Wizard
- Rsync 2.6.5
- OpenSSH 4.1p1
- OpenSSL 0.9.7g
- Cygwin 1.5.17-1
MD5 signatures:
2006 Jan 30
2
cwrsync server 2.0.4 / winxp / ownership problems?
Hi all!
We're using cwrsync server 2.0.4 on winxp to keep files up to date between
some operator machines.
Whenever I run rsync to send files to another machine, the read-only flag
gets set. The cwrsync user was created (the install is completely
standard)... so I'm thinking it might have something to do with that.
Here's my rsyncd.conf:
use chroot = false
strict modes = false
2009 Jun 03
1
rsync 3.0.x with Windows VSS-support
Hi Folks,
Recently I took the patch Elias Penttil? wrote and 'forward-ported' it to rsync 3.
For people who don't know what it does, it implements backup of open files on Windows with rsync.
Because I think rsync 3 is more efficient and more current in comparison to rsync 2.
I made a small readme-page with information about what I've done so far and the
2004 Aug 12
1
RV: cwrsync and CPU usage
Yes I?m using cwrync 1.2.4 that it contains the 2.6.2 rsync version command.
A problem I have to use cygwin is that I have implemented the cwrsync
command in a script .js (jscript) then... Should I make a new script bash
file for linux? or is it possible call cygwin?s rsync from a DOS shell line
command?
Thank you very much :)
Jos? Luis
-----Mensaje original-----
De: Craig Barratt