similar to: rsync feature request: conditional compression

Displaying 20 results from an estimated 2000 matches similar to: "rsync feature request: conditional compression"

2005 May 13
2
SSHD Feature Request
With the increased number of "brute force" login attempts against port 22, I am concerned that an intruder may actually stumble accross a valid user/pass combination. To combat this, I would like to request an sshd_config option that would cause the running sshd parent process to keep track of login failures by IP address. If there are more than X number of login failures for a
2003 Sep 12
2
Transferring large files using rsync
I am running into an issue with rsync that I need some help with. When syncing large files (e.g. 1GB), the rsync algorithm creates a temporary 1GB file and then renames it when the transfer is finished. The issue I am running into is if the two large files have very few differences between them, the bottleneck is creating the 1GB temporary file on the target box. This process takes several
2009 Jan 19
5
file compression on target side
Hello All, I have been using rsync to backup several filesystems by using Mike Rubel's hard link method (http://www.mikerubel.org/computers/rsync_snapshots/). The problem is, I am backing up a lot of ASCII .log, csv, and .txt files. These files are large and can range anywhere from 1GB to 30GB. I was wondering if on the target side (the backup side), if I can use some sort of compression. I
2002 Dec 12
2
rsync snapshot problem deleting files
Well, I followed this link: http://www.mikerubel.org/computers/rsync_snapshots/ and implemented it (with a bit of tweaking) on my home network. It is used to make snapshots of two Windows PC's over samba. On one of the machines (and not the other, from what I can tell) it deletes files from the target machine for no good reason (ie. they still exist on the source machine). Then, if I run
2005 Feb 17
4
Incremental Backups
I read the following hint at: http://www.mikerubel.org/computers/rsync_snapshots/#Incremental mv backup.0 backup.1 rsync -a --delete --link-dest=../backup.1 source_directory/ backup.0/ I simply want to maintain a dated backup of a server so that I could always go back to a certain date. I would like to keep this structure for each day for the last seven days, then one weekly snapshot for
2003 Oct 31
1
rsync and smbfs
I'm trying to configure rsync snapshots as described at http://www.mikerubel.org/computers/rsync_snapshots/. I'm essentially using the following commands: mv backup.3 backup.tmp mv backup.2 backup.3 mv backup.1 backup.2 mv backup.0 backup.1 mv backup.tmp backup.0 cp -al backup.1 backup.0 rsync -a --delete source_directory/ backup.0/ I'm trying to backup two directories in a
2007 Sep 16
12
DO NOT REPLY [Bug 4977] New: rsync: failed to set times on
https://bugzilla.samba.org/show_bug.cgi?id=4977 Summary: rsync: failed to set times on Product: rsync Version: 2.6.9 Platform: x86 URL: http://www.mikerubel.org/computers/rsync_snapshots/ OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo:
2003 Mar 24
1
Rsync snapshots problem.
From: http://lists.samba.org/pipermail/rsync/2002-December/009101.html >Well, I followed this link: http://www.mikerubel.org/computers/rsync_snapshots/ > >and implemented it (with a bit of tweaking) on my home network. It is >used to make snapshots of two Windows PC's over samba. On one of the >machines (and not the other, from what I can tell) it deletes files from >the
2006 Jul 24
0
md5sum -c failing on some files after rsync backup
Hello list readers, I am doing rsync backups based on Mike Rubels recipe (http://www.mikerubel.org/computers/rsync_snapshots/). I am creating lvm snapshots of partitions whose contents changes fast. In order to verify if evyerthing went ok, I do md5sum checks on all files and everytime some files are failing the test. Here is a list of them: ./amavis/db/__db.001: FAILED ./amavis/db/__db.002:
2006 Jun 05
1
preserve owner when owner is the only change
Hello, I'm trying to make incremental backups with rsync (I'm reading http://www.mikerubel.org/computers/rsync_snapshots/ ) But I can't backup a file with old owner when the change on the file is only the owner (content is unchanged). rsync -av -e ssh --link-dest=$PWD/backup.1/ --numeric-ids --delete root@myhost.mydomaine.org:/var/www backup.0 If I look at the owner of
2005 Mar 17
1
Trouble samba sharing a read-only nfs mount
Greetings, I've been using samba for a few years now sharing files from the local filesystems without a hitch. Recently I have tried to throw into the mix read only samba shares of read only nfs mounts. I can browse these shares but any attempt to copy files from them seems to reset the connection. Windows says the resource is unavailable. On the Debian system that is sharing the file I see
2004 Nov 03
1
Urgent: rsync hangs with large directories from windows
Hello, I get hanging rsync-processes while synchronisize windows to linux, starting on linux. The problem is not new, I found some mails in this list (archive) and on http://www.mikerubel.org/computers/rsync_snapshots/#Bugs too. Example of the command: rsync -e 'ssh -i /backup/data/servers/identities/backup.W2000Server -p 22 -x -oForwardAgent=no -oClearAllForwardings=yes' --archive
2005 Aug 09
0
rsync resources list
I am just wondering what the criteria is for getting something added to the rsync resouces page, http://samba.anu.edu.au/rsync/resources.html. I have recently been working on a small little program, RSBackup, that I use to backup my computers to each other. Limiting the concern of a hardware failure causing me to lose any of my bits. Basically it takes the tutorial by Mike Rubel on using rsync
2010 Jul 16
8
Cyberpower 1500AVR
All, I just had a power failure that caused me a little drama. This spurred me into trying to get NUT up on my cyberpower 1500 again. For about 6 months I tried to get it to work with the new power panel drive with no luck. Today I removed all the old files for NUT and installed the newest version I could find (2.4.3) and it works perfectly now with my UPS. Hopefully now I
2008 Jul 03
3
Icecast Fedora9 migration problems
Karl Heyes wrote: > Seann Clark wrote: > >> The biggest being is that the server binds to whatever port it feels >> like instead of the bind port specified. The rest of the issues I have > > a random port bind is a new issue. Can you show us the > netstat -tnlp | grep icecast > for the xml provided? Thu Jul 03-13:54:17-root at haruhi-new:~> netstat -tnlp | grep
2011 Feb 07
1
Incremental backup with only delta into a separate file.
Hi All, I am presently doing a small POC with rsync for incremental backup and restore starategies. I have come up with certain question down the line, can anyone help me with the explanation. Used the config and ideas from: http://www.mikerubel.org/computers/rsync_snapshots/ The commands executed on two machines in sequence Machine 1: root at Andruil:~# vim testfile root at Andruil:~# ls
2008 Jul 04
1
Icecast Fedora9 migration problems
Ok, sorry about the top post. Compiled and installed 3.2.3, found a few stilled borked configs with my MPD, and fixed that, and both Icecast (after playing with ownerships that were deleted when I de-yum'ed the icecast RPM from the Fedora repo's) and icecast is working. I will clean up the config to remove some of the things that were mentioned though. Looking at the interface for the
2010 May 11
4
AGI and Severe Weather Alerts
All, I am toying with an idea of using an AGI to be able to 'call' my phone, or phones, in case of severe weather warnings. I have been tinkering with a script that reads from weather underground for the forecast, based off a PHP version of a weather AGI I found on the net. It seems rather trivial to have the AGI as a script, that does nothing unless a condition is met, and
2010 Apr 28
1
Strange Error -- ASterisk 1.6
All, I just noticed this in my logs, and am rather lost as to what module it pertains to. I would assume pseudo-realtime priority for the process, but I am looking for a little confirmation from the group: [Apr 28 12:28:36] WARNING[20773] asterisk.c: The canary is no more. He has ceased to be! He's expired and gone to meet his maker! He's a stiff! Bereft of life, he rests in
2010 Apr 28
2
Broadvoice inbound fails on Asterisk 1.6.1
All, I have been fighting with my dialplan for hours now, and google searches talk lots but offer nothing in terms of explication for this. I have my SIP peer set up and working with Broadvoice: [sip.broadvoice.com] type=peer user=phone host=sip.broadvoice.com fromdomain=sip.broadvoice.com fromuser=5555551234 secret=password defaultuser=5555551234 insecure=port,invite context=broadvoice