similar to: DO NOT REPLY [Bug 4132] New: Does not delete partial files upon completion of transfer

Displaying 20 results from an estimated 2000 matches similar to: "DO NOT REPLY [Bug 4132] New: Does not delete partial files upon completion of transfer"

2006 Sep 29
1
DO NOT REPLY [Bug 4130] New: Does not delete partial files upon completion of transfer
https://bugzilla.samba.org/show_bug.cgi?id=4130 Summary: Does not delete partial files upon completion of transfer Product: rsync Version: 2.6.8 Platform: Other OS/Version: Windows XP Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org
2006 Sep 29
1
DO NOT REPLY [Bug 4131] New: Does not delete partial files upon completion of transfer
https://bugzilla.samba.org/show_bug.cgi?id=4131 Summary: Does not delete partial files upon completion of transfer Product: rsync Version: 2.6.8 Platform: Other OS/Version: Windows XP Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org
2020 May 24
0
Rsync with three folders
OK I have the following setup: Server A: a remote server which runs rsync to a local machine to get new files Local: A local machine Local A: A folder on the local machine with new files for Server A yto get Local B: An empty folder on an external drive connected to Local Now, normally Local B is not involved, but currently there is a LOT of data in Local A (multiple TB) that needs to be
2008 Sep 05
1
Weird TCP problem
Last week, I started seeing very strange behavior in one of the networks that I manage. The office LAN uses a Linux firewall which masquerades their workstations over their DSL connection. There are probably ~75 workstations in the office LAN. Their mail server is in a collocated facility nearby. That server has an RFC1918 address; its router does SNAT to forward packets to the system. Both
2007 May 05
5
Using --remove-source-files with backup?
I have a scenario where I am copying from a local system to remote target and need to remove the local source files once they have been successfully transfered. --remove-source-files works fine for this. An issue has come up in that I need to be able to backup the removed local source files as well. With rsync 2.6.9 I tried: rsync --remove-source-files --backup-dir=/archive –abv (source)
2010 Apr 16
2
rsync over ssh - possible attack vectors
Hello everybody! First my setup: I connect from Debian Lenny to Ubuntu Karmic with a command like: user1 at localserver:$ rsync -rtcve ssh user1 at remoteserver:/.../ /local/.../ (using default versions of ssh and rsync in the vendor repos, ssh with password authentication) As far as I understand if localserver got compromised an attacker could read the password and then get full access to
2007 Mar 29
3
Samba logging behavior on new files
Hi list, I have home made program, which uses File Alteration Monitor library to watch samba log files for new file creation in samba share directory. This technique works fine when I use GNU/Linux machine as client and it fails when I use Windows machine as client. The cause of failure is, samba server creates different pattern of logs and sometimes it does not create log entries on new file
2020 Oct 18
1
Lookup sid with libsmbclient (invoked from c# on mono)
Hi, There is some additional work to do (close lsa handle), but the far the code below is working. Let me share it with you in case somebody will have the same need that me. br Vincent LE TOUX using Microsoft.Win32.SafeHandles; using System; using System.ComponentModel; using System.Diagnostics; using System.Net; using System.Runtime.InteropServices; using System.Security.Principal; namespace
2005 Dec 19
4
need some help designing my messaging system
I am trying to create a messaging system for my users but I''m having a hard time designing my db. This is what i have in mind, but I am not sure if its the best approach. user has_one inbox user has_one outbox inbox has_many messages outbox has_many messages inbox table user_id outbox table user_id messages table box_id (refers to either inbox or outbox - how?) from_id to_id
2009 Sep 30
1
I can acces my pop3 account but I can't send an email trough smtp
Dear my friends.... I use OpenSuSE 11.1, KMail and DoveCot version: " sussy:/etc/ssl/certs # dovecot --version 1.1.7 ". This is the configuration of my DoveCot: " sussy:/etc/ssl/certs # dovecot -n # 1.1.7: /etc/dovecot/dovecot.conf # OS: Linux 2.6.27.29-0.1-default i686 openSUSE 11.1 (i586) base_dir: /var/run/dovecot/ log_path: /var/log/dovecot.log protocols: imap imaps pop3
2004 Sep 02
2
isync with dovecot
Hi folks, I use isync, an IMAP sync tool (Debian package isync 0.9.2-2) together with dovecot (dovecot-imapd 0.99.10.8-0.backports.org.1). Everytime when isync wants to upload a new mail from the client to the server I got messages like this: Mailbox outbox Selecting IMAP mailbox... >>> 16 SELECT "outbox" * FLAGS (\Answered \Flagged \Deleted \Seen \Draft) * OK [PERMANENTFLAGS
2010 Apr 09
5
SSH Through R Script
Hi, I am trying to SSH to a remote server through R script. In other words, I would like to know how I can get a SSH connection to the remote server and then execute commands on that server with the R script. So in bash, I would normally type ssh -lusername remoteserver.com; press enter and then wait for the password prompt to key in my password. I have tried system("ssh
2015 Sep 12
3
Differentiating between ssh connection failures and ssh command failures
On Sat, Sep 12, 2015 at 11:14:07AM +1000, Damien Miller wrote: > ssh server.example.com /usr/bin/do/something > r=$? > if [ $r -eq 0 ] ; then > echo success > elif [ $r -eq 255 ] ; then > echo ssh failed > else > echo command failed > fi ssh remoteserver exit 255 Hmm :-) exit(-1) aka exit(255) is a pretty standard "generic failure code" for many
2008 May 23
3
Somewhat bizzare share issue
I have 19 servers with this smb.conf share definition working: [export] comment = Exported Files path = /tmp/export guest ok = Yes On the 20th server however, this just doesn't want to work. I've gone through the basics of guest access and permissions more than a few times trying to figure this one out. Approaching this from another angle, I tried the following
2004 Feb 18
1
Dovecot -- basic setup
Hey all, After some kind soul made me understand what I can expect from Dovecot, I feel really embarassed for not being able to set it up correctly. What I already had was ~/Mail, containing about six maildirs. Exim got mail, delivered it to procmail, and procmail dropped it in my inbox; a needless extra step that I keep for future, ehm, needs that I might start to care about when I can just
2012 Dec 10
2
IMAP instead of Maildir on Ubuntu Precise
Why is dovecot using Maildir and not IMAP. Or is it using even using Maildir at all? Currently I'm using mailman, postfix and dovecot to manage a mailing list. Mail is sent to thufir at dur.bounceme.net which the "mail server delivery agent stack provided by Ubuntu server team" of dovecot-postfix handles fine, keeping it locally, so far as it goes. The mail ends up in
2011 Apr 21
2
What is the recommended way to delete a message from a mailbox ?
Hi, I'm implementing a shell-script (pseudo) solution to the missing IMAP Outbox feature in Dovecot (Courier IMAP feature http://www.inter7.com/courierimap/INSTALL.html#imapsend) In order to remove the message from the Outbox once it is sent I have a question: What is the recommended way to delete a message from a mailbox (from an "external" server side program - such as a shell
2005 Sep 22
1
Noob help with backup command syntax
Hi guys: I'm new to rsync. I have downloaded and read sevral how-to snippits, and the man pages. I got a little confused though trying to figure out how to do what I need. Can someone show me the syntax for doing the following:? Given: localserver = server that has data I want backed up, and I'm logged in as root on it remoteserver = server where the data is to go, into it's
2004 May 07
6
X100P keeping PSTN line Offhook
Happens quite often. X100P FXO card puts the PSTN line offhook, so that no calls go out or come in. The outside callers get a busy siganl while inside callers cant dial PSTN. Its a DELL optiplex P3 128MB ram 500MHz processor. Here is some more info: (see the zapata.conf in the end) Please direct me where to look for problem. Thanks!!! ======================================== pbx1*CLI> zap
2001 Jul 27
0
(fwd) Re: rsync and named-xfer
i'm posting this to the bind-users and rsync mailing lists in order to get this archived for the next person who needs to do this :) comments and suggestions are welcome, but please cc: to me because i'm not subscribed to either list. craig ----- Forwarded message from Craig Sanders <cas@taz.net.au> ----- Date: Fri, 27 Jul 2001 10:30:20 +1000 From: Craig Sanders