Displaying 20 results from an estimated 200 matches similar to: "Current status of --inplace?"
2000 Jun 14
6
Samba and Windows 2000
Darryl Cook wrote:
Hello,
I need help with Samba and windows 2000. I had samba working fine with
win95 and win98 but when i upgraded to 2000 i cant connect anymore. I
have gone through all the tests and everything works fine until test
#9
which is to run netview \\server_name and test #10 which is net use x:
\\server_name\user
I am running samba 1.9.18p7. When I do a net view
2007 Dec 14
0
Rsync lets user corrupt dest by applying non-inplace batch in inplace mode
Wayne,
I noticed that rsync will let me apply a non-inplace batch file in
inplace mode. This corrupts the destination file if the batch file
copies any data forward (from earlier offsets to later ones). Of
course, the post-transfer checksum detects the corruption and gives the
"ERROR: <file> failed verification" message, but rsync doesn't give the
user a clue why the
2008 Jan 14
7
DO NOT REPLY [Bug 5201] New: Rsync lets user corrupt dest by applying non-inplace batch in inplace mode
https://bugzilla.samba.org/show_bug.cgi?id=5201
Summary: Rsync lets user corrupt dest by applying non-inplace
batch in inplace mode
Product: rsync
Version: 3.0.0
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo:
2006 Jul 11
0
Inplace editor oddity
I''m having issues handling output of a inplace editor function. When the
controller action is successful, it returns the new value that populates the
DIV and all is well. When it fails, it sends a js alert to the user. The
problem is, after it sends the alert (and the user clicks OK) it then spits
back the try/catch javascript code which gets inserted into the DIV. I''ve
tried
2006 Apr 10
0
About inplace editor
Hi,
I wanted to know if it''s possible to integrate FCKEditor with the
inplace editor, and is it possible to have comboboxes too? If yes,
could you give me some quick directions? Thanks a real lot,
Blaise Bernier
2006 Apr 10
0
Samples for AJAX autocomplete and Inplace Editor are not working in FF 1.5.1
Hello Everyone,
I am don''t know if this is known issue. AJAX autocomplete and Inplace Editor
Functional test examples are not working in FireFox 1.5.1.
Same files are running perfectly in IE 6.
error show at line
new Ajax.Autocompleter(''ac1'',''ac1update'',''_autocomplete_result.html'');
error is "Ajax.Autocompleter is not a
2014 Mar 25
0
enabling sparse file option with inplace
hi,
is it possible to enable efficient treatment of sparse files along with -u -inplace option?
the algo could fall back to regular logic for -S.
thanks,
javed
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.samba.org/pipermail/rsync/attachments/20140325/89c0d9a3/attachment.html>
2004 Nov 18
0
Inplace upgrade 2.2.12 -> 3.0.7
Hi All!
A feww weeks ago I upgraded one of my customers from 2.2.7a to 2.2.12.
I chose the download and compile for 2.2.12 so that I had full control over
what was going on and where the new version would live. This went very well
until I found missing bits and pieces like smbpasswd etc etc. They live in
new places on 12! I could quite happily swap between the two versions by
killing the smbd
2004 Aug 23
0
[Bug 1646] New: --inplace with --backup --backup-dir does not work
https://bugzilla.samba.org/show_bug.cgi?id=1646
Summary: --inplace with --backup --backup-dir does not work
Product: rsync
Version: 2.6.3
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: ard@waikato.ac.nz
2004 Sep 13
1
[PATCH] Inplace option for rsync
Mark,
The patch seems to cause problems if there are any transfer
interruptions (as mentioned in the comments in the patch). However, even
on a retransfer, the earlier partially transferred file is not fixed,
although the client appears to think the transfer has completed
successfully. This appears to be a serious bug.
Note: Both client and server have the inplace patch, and on Linux
platforms
2005 Jan 06
0
[Bug 2218] New: inplace-if-low-disk
https://bugzilla.samba.org/show_bug.cgi?id=2218
Summary: inplace-if-low-disk
Product: rsync
Version: 2.6.3
Platform: All
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: baldvin@angel.elte.hu
QAContact:
2005 Feb 14
0
[Bug 2218] inplace-if-low-disk
https://bugzilla.samba.org/show_bug.cgi?id=2218
wayned@samba.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From wayned@samba.org 2005-02-13 22:17
2005 Mar 16
0
Problem with rsync --inplace very slow/hung on large files
I'm trying to rsync a very large (62gig) file from one machine to another as
part of a nightly backup. If the file does not exist at the destination, it
takes about 2.5 hours to copy in my environment.
But, if the file does exist and --inplace is specified, and the file
contents differ, rsync either is so significantly slowed as to take more
than 30 hours (the longest I've let an
2009 Oct 05
0
inplace (and append) support for partial-dir
Hi,
I frequently rsync larger files from my rented server to my PC.
Sometimes I have to stop the rsync process and restart it a while after
(e.g. I'm shutting down my PC for the night, ...), sometimes several times
per source file.
I like the two following features:
(1) The unfinished files should stay in a own directory (I call it '.dl').
I'm talking here about the 'temp'
2010 Apr 24
1
inplace and partial transfers
Hi,
I need to use rsync with options inplace and no-whole-file, but have
problems with transfers of large files being frequently interrupted.
partial-dir could be the solution, but it does not work with
inplace-updating of destination files.
I am thinking of doing the sync in two steps:
1) sync with --partial-dir and --backup-dir to send updated files to a
different directory at the
2010 Nov 26
1
DO NOT REPLY [Bug 7823] New: Documentation enhancement for --inplace option
https://bugzilla.samba.org/show_bug.cgi?id=7823
Summary: Documentation enhancement for --inplace option
Product: rsync
Version: 3.1.0
Platform: All
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: erik at logtenberg.eu
2014 Feb 25
0
strange behavior of --inplace on ZFS
Hi
I am extending my ZFS+rsync backup to be able to handle large files (think
virtual machine disk images) in an efficient manner. however, during testing I
have found a very strange behavior of --inplace flag (which seems to be what I
am looking for).
what I did: create a 100MB file, rsync, snapshot, change 1k in random location,
rsync, snapshot, change 1K in other random location, repeat a
2014 Dec 26
2
Re[2]: --link-dest --inplace updates files without unlinking. What to do?
Ok, thanks. I removed --inplace and --append-verify and kept --link-dest and --partial.
And now the script works exactly as I want: hard-links are not updated, the script is still robust and can
copy large files over unstable links etc, etc.
==
Askar Safin
http://vk.com/safinaskar
Kazan, Russia
2014 Dec 27
0
--link-dest --inplace updates files without unlinking. What to do?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Are you specifying --partial-dir? Seems like that would be needed or
else you will end up would end up with an incomplete copy in the
previous target?
On 12/26/2014 06:50 PM, Askar Safin wrote:
> Ok, thanks. I removed --inplace and --append-verify and kept
> --link-dest and --partial. And now the script works exactly as I
> want: hard-links
2014 Dec 27
2
Re[2]: --link-dest --inplace updates files without unlinking. What to do?
I don't specify --partial-dir. As you can see from the script, rsync at first copies to "in-progress", and then renames this to (for example) 2014-12-01-000000. So, if rsync interrupts, then at the next run the script will end "in-progress" (all partial files will be done) and then will rename this dir to 2014-12-01-000000. So, there never will be partial files in finished