similar to: Moving files revisited

Displaying 20 results from an estimated 3000 matches similar to: "Moving files revisited"

2002 Apr 05
1
is it a bug or a feature? re:time zone differences, laptops, and suggestion for a new option
It's much easier than that. The linux box keeps time in GMT, and displays it in the configured time zone. Try this, on the linux box: "touch testfile ls -l testfile TZ=EST5 export TZ ls -l testfile" You will see the displayed time change, because it's being translated from epoch time (that's what I call it, anyway) - seconds since midnight, January 1, 1970. Your windows
2002 Oct 29
8
important caveat with Rsync on NT and dayligt savings time
Hi, just a small warning about something that has, like we experienced just last weekend, great consequences. We rsync more than 20 Netware servers through a mapping on an NT machine to central Rsync destination servers (also NT). Last weekend our clock changed to Daylight Savings Time. It appears that NT changes the file stamps on NTFS volumes accordingly (Q129574 on their suppor site). This
2002 Jan 05
2
rsync w/ openssh hangs on linux
Hello All: I've having repeatable problems copying files between linux machines using rsync-2.5.1 and various recent flavors of openssh. The symptom when testing with a single 2M file is that rsync hangs when when the file is 97% transferred. It seems from looking at various archives that this problem may be non-trivial. I tried applying the patch at
2002 Dec 09
1
rsync 2.4.6 hanging on HPUX11 only over firewall.
We are running rsync 2.4.6 on HPUX-11and using it to push a document-root from a staging area to several servers running rsync in daemon mode. The rsync client syncs successfully to modules on the same server and to most other machines, but hangs when trying to syncronise across a firewall (from SECURE zone to DMZ) (The firewall port IS OPEN!!) During a normal release where there are rougly
2002 Feb 08
1
Deleting files from source after a successful rsync !
I have a few clients who prepare some reports and put it in their outgoing/ directory for me to pick up every morning. Is there a way to delete those files from their outgoing/ after I fetch them ? Thanks Nishi
2001 Aug 06
5
rsync-2.4.7 NEWS file
I've gone through the CVS commit log and tried to get every user-visible change since 2.4.6, so that we can make a proper announcement for 2.4.7. Please let me know if anything is missing/inaccurate. At this stage I'm planning to release two 2.4.7pre tarballs, one with the "large nohang patch" and one without. Some people inside VA will be stress-testing both, and so we can
2003 Mar 24
0
rsync --move-files patch
Hi! I've been looking for a solution to periodically pull files from a server and delete them after a successful download. rsync + the --move-files patch seems to be the perfect solution for it as I can run it through ssh. I've found the following download location in the mail archive: http://www.clari.net/~wayne/rsync-nohang.patch http://www.clari.net/~wayne/rsync-move-files.patch
2001 Nov 29
1
patch from faith@alephnull to add rate indicator to --progress
Any votes for/against? ----- Forwarded message from Rik Faith <faith@alephnull.com> ----- Date: Wed, 28 Nov 2001 12:55:29 -0500 From: Rik Faith <faith@alephnull.com> To: mbp@samba.org Subject: rsync patch X-Mailer: VM 6.96; XEmacs 21.1; Linux 2.4.16 (light) Here is a patch that adds rate information (e.g., kB/s) to the --progress display. I just noticed that 2.4.7pre4 is coming
2001 Aug 06
3
rsync 2.4.7pre1 release
Well, here's rsync 2.4.7 preview 1: rsync://va.samba.org/ftp/rsync/preview/rsync-2.4.7pre1.tar.bz2 http://va.samba.org/ftp/rsync/preview/rsync-2.4.7pre1.tar.bz2 You need bunzip2 to decompress these files: http://freshmeat.net/projects/bzip2 The change list is below. Please, do try this out and let us know either if it works for you or if it does not. We need both kinds of
2001 Oct 31
2
Problem using -v within rsync transfer.
Hello, We have used rsync on a mirroring application successfully for just over a year. After our upgrade to 2.4.6, however, the process started failing about 50% of the time. The nature of our failure was that the rsync processes on the remote system would die with no error message, leaving the local system processes hung. I have netstat and trace output for available if needed, but I see
2001 Nov 14
4
using rsync to backup windows workstations
I have 5 windows workstations and 1 computer running freebsd 4.4 I want to install rsync on the freebsd computer so I can use it to backup some files/documents on my windows workstations. I want rsync to run automatically every 6pm mon-sat. I wanna ask if there is someone in this list who can give me guidelines on how i can do this. And another question I have is do I need to install samba? i
2003 Dec 19
1
Problem on XP with --delete option
Hi, I'm experiencing a problem on rsync with the --delete option. Situation: Server = Mandrake Linux 9.2 running rsync daemon Client = Windows XP workstation running cygwin + rsync2.5.1 combined with ssh. All this implemented conform the website of Robert Scholten (http://optics.ph.unimelb.edu.au/help/rsync/) Every thing seems to work fine exept for the --delete option. The rsync says:
2001 Sep 13
0
?: 'rsync' hang with 'sshd2' (F-Secure), Digital Unix (OSF1) and HP/UX 11
Hi, I have managed to test this same transfer reliably with the Linux boxes and open-ssh, but I am in trouble with the OSF1 4.0 (Digital Unix) being the server sending files from a single directory to the HP/UX 11 - being the client The 'sshd2' (and ssh2) in both ends is installed as root (and starts probably from 'rc') The 'rsync' (2.4.6) in both end is just
2002 Jun 21
2
Release 3 of "rzync" new-protocol test
For anyone who'd like to check out the latest release of my "rzync" [sic] test release, I've just released a new version. For those that might not have time to look at the code but could provide some feedback based on a rough description, I've created the following simple web page: http://www.clari.net/~wayne/new-protocol.html Here's the tar file of the new
2002 May 07
3
rsync for NT
Hi List, Could someone point me to the link where I can download rsync for NT and any helpful sites which can guide me to setup rsync from NT to UNIX. Thanks in advance --------------------------------- Do You Yahoo!? Yahoo! Health - your guide to health and wellness -------------- next part -------------- HTML attachment scrubbed and removed
2003 Jan 15
2
Latest --files-from patch
If anyone is trying out my --files-from patch, please grab a new version from here: http://www.clari.net/~wayne/rsync-files-from.patch I fixed a potential bug in the pathname-reading code when pulling files. This version also sanitizes all read pathnames, as discussed elsewhere. Remember that this patch is still young, so use it for testing only. ..wayne..
2002 Jun 13
1
2nd release of my new-protocol testing app
I've been having a lot of fun improving my new-protocol testing app. It's seems to be in pretty good shape (for test code), so I figured I'd announce another release for those brave souls that may want to help me in my thinking about a (potential) new rsync protocol. It's a tar.gz file this time because I broke up the code into multiple files. I named it "rzync" just
2009 Nov 12
0
Problem with has_many :through, :uniq => true with polymorph
Didn''t have quite enough space to describe it there...basically i''m having a problem with the :uniq option in my tags. I''m using acts_as_taggable_on_steroid which adds these associations to my Resource class: Resource has_many :taggings, :as => :taggable, :dependent => :destroy, :include => :tag has_many :tags, :through => :taggings, :uniq => true
2011 May 27
2
Audio dropping
Hello, We see some strange behavior with phone calls, we use Asterisk 1.8.3.3. SIP clients (all behind NAT at different locations, so not a single NAT solution is used): - x-lite - linksys pap2t - polycom kirk (multiple type numbers) - polycom (multiple type numbers, hardware phones) Our Asterisk servers stays in between (some calls are recorded). Asterisk is running on a physical server (no
1998 Feb 10
0
UNIX -> WinNT Username/Password Synchronization Revisited!
Hello all! Brief Scenario: We use a home grown "Accounts Registration Server" (ARS) to create, track, modify and delete required accounts (via a secure TCP connection) on various host computers (currently only OpenVMS and Digital UNIX servers). We currently use a DUNIX box as the primary student POP3 mailserver (which also runs SAMBA). Account registrations (approx 30,000) are