search for: abernethi

Displaying 9 results from an estimated 9 matches for "abernethi".

Did you mean: abernethy
2009 Dec 16
4
rsync exclude
I am trying to backup my /home directory. A friend helped me with this script: #!/bin/sh #backup friday #"Spinning up backup drive and mounting it .." cd / mount /mnt/hd2 #"Starting backup procedures" rsync -avx --exclude="/home/gary/.thumbnails/" --exclude="/home/gary/tmp/" --delete --ignore-errors /home/gary /mnt/hd2/2010 umount /mnt/hd2 #END It backs
2010 Aug 18
2
using rsync for jar file
Hi, It appears that rsync doesn't detect the changes when we try to synchronize files of type JAR (Java Archive). Appreciate your inputs. Thanks, Vanitha [This e-mail is confidential and may be privileged. If you are not the intended recipient, please kindly notify us immediately and delete the message from your system; please do not copy or use it for any purpose, nor disclose its
2006 Jul 07
3
Rsync over samba mounts (bad file descriptor)
Hello everyone I am trying to do incremental backups using rsync and SSH. I have a windows server with two shares on it that I want to sync remotely to another machine. [----------------] | windows server | [----------------] [----------------] | FreeBSD server | [----------------] [----------------] | SuSe server | [----------------] I have two samba mounted shares on the BSD server,
2008 Aug 27
1
R for reliability engineering?
Hello, I was wondering whether anyone's using R for reliability (RAMS/LCC) engineering? Sincerely, Wolfgang Keller
2007 Feb 08
2
owner and group
Hello, I am trying to copy, on the same server, a set of files. I need to copy them every day with a cron job. This is working fine the only problem is that he always changes the owner and group to the root user. Is there a possibility that he uses the user of the remote files and not the root user ? rsync --archive --exclude ".htaccess" /home/virtual/site5/fst/var/www/ html/
2006 May 10
3
Rsync via ssh hangs on same file repeatedly
Hi all, I'm having problems with an rsync via ssh process hanging during transfer. The basic problem, (gory details to follow): I've set up a machine on my LAN to act as the receiver and have two (soon to be more) remote servers transferring files via a script. It seems as if certain files are causing the transfer to hang. These are different files on each of the sending machines,
2007 Sep 15
5
File changed during save....
hi! i want to use rsync for backup to central storage. from emc networker i know some nice feature - it`s telling about "changed files during save" - i.e. i know which files have changed their contents while being backed up. for example you can see if shutdown of some oracle database was forgotten and that database was backed up online accidentally. what`s the rsync equivalent to
2014 Nov 25
5
Dealing with an unreliable remote
'Lo. I've run into a frustrating issue when trying to synchronize a directory hierarchy over a reliable (but slow) connection to an unreliable remote. Basically, I have the following: http://mvn-repository.io7m.com/com/io7m/ This is a set of nested directories containing binaries and sources for projects I develop/maintain. Every time a new release is made, I deploy the binaries and
2014 Nov 25
0
Dealing with an unreliable remote
(until a better answer comes along) The killed rsync process should leave a temporary file .<file-name>.<random> If you rename the temporary to the real file name, rsync should continue from about where it left off. -----Original Message----- From: rsync-bounces at lists.samba.org [mailto:rsync-bounces at lists.samba.org] On Behalf Of net.rsync at io7m.com Sent: Tuesday, November 25,