Displaying 20 results from an estimated 6000 matches similar to: "Backup script"
2004 Jan 22
4
Rsync's Speed
During my initial download for my home directory backup, it took rsync
over 6 hours to do the initial backup, but I can FTP the stuff in about
30 Mins. Is Rsync usualy this slow? I have compression turned on, and
its across a 100 MB/S network, Anyone had this problem before?
Steve Sills
2007 Jul 18
8
Rysnc Schedule
What I want to do is use rsync to back up a folder to an external drive.
I would like to keep 30 days worth.
For example: I have backups of June 1 - June 30. Once July 1 comes along, I
want to keep June 2 - July 1 and delete June 1, and so forth.
Any ideas how I can accomplish this?
--
View this message in context: http://www.nabble.com/Rysnc-Schedule-tf4104577.html#a11672997
Sent from the
2006 Jun 14
6
Cygwin rsync to RH rsync server
Hi all,
I'm new to the rsync list. I've been searching for two days and have
tried five different installs and so far none work the way I need them
to.
I have an "backup" server running rsync --version:
rsync version 2.6.6 protocol version 29
Copyright (C) 1996-2005 by Andrew Tridgell and others
<http://rsync.samba.org/>
Capabilities: 64-bit files, socketpairs, hard
2004 Apr 27
1
Feature Request
Just built 2.6.1 and started testing it. Nice job guys. I especially love
the --progress and hardlink tweaks.
Quite often, while I have systems backing up out of cron, I'd love to be
able to see the --progress. Unfortunately, it's just not practical to
crank up the verbosity like that on a regular basis (some of these systems
have a few million files). A neat feature I'd like to see
2004 May 28
2
faq-o-matic gone
The rsync faq-o-matic was broken during the recent machine migration.
Since there was relatively little useful content and a lot of
unanswered or pointless questions, I am going to remove the links to
it.
If anyone feels like maintaining an FAQ please do so.
--
Martin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type:
2004 Jul 05
1
Realtime rsyncing
Hi,
I am trying to synchronise two directories on separate machines across a
network using rsync, but I want to apply rsync whenever the contents of the
directories are altered, rather than using a cron job. Does anyone have any
ideas? We are running Redhat9.0.
Thanks
Henry
2004 Aug 20
2
Anyone syncing database files?
Anyone syncing say 18-20gb Oracle dbf files..?
Jeremy S. Loukinas
-------------- next part --------------
HTML attachment scrubbed and removed
2004 Dec 09
2
rsync seems to hang when --delete option is used.
Hi,
When I use --delete option, it seems to hang for over 8 hours on 4.5Gb
of total data. But when I remove the --delete option, I can see it
starts rsyncing. Has anyone encounter this problem before?
--Tony Shum
2006 Jun 12
2
Data Encryption
Hi there
Is there a way with rsync to encrypt data at the source before transmitting?
Not talking about the actually transmission, but the data itself. I've got
a few department heads that want their data secured before it leaves their
computer so that no one in the office can access the data except for them.
Thanks.
Brad Farrell
Brevell Consulting
ph: 403-279-6380
fx:
2006 Oct 17
2
tcl/tk rsync wrapper planned
Hello,
we did some research and we would like to try to write a Tcl/Tk wrapper
around rsync.
Tcl/Tk -
- is easy to write
- has nice GUI library
- is cross platform
- has several installers
Would somebody be interested to participate?
Our goal is -
To have a small Windows XP and OS X backup applications that allow the
user to select a folder which is sent to a remote server.
Incremental
2007 Jul 19
3
Compression error?
Hello,
Server rsyncd
[root@data1 steve]# rsync --version
rsync version 2.6.9 protocol version 29
[root@data1 steve]# uname -a
Linux data1.contact-24-7.local 2.6.9-55.0.2.ELsmp #1 SMP Tue Jun 26
14:30:58 EDT 2007 i686 i686 i386 GNU/Linux
[root@data1 steve]#
Client rsync
[root@srv01 cron.daily]# rsync --version
rsync version 2.6.9 protocol version 29
[root@srv01 cron.daily]# uname -a
2004 Jul 17
1
Help: rsync queries
Dear rsync Developers,
I am new user to rsync,
I have few queries please help me.
1. I want to know whether rsync server and client are available for
* Novell servers
* Windows 2003
* Windows 2000 server
* Windows NT
* Windows XP
* Xservers
* Mac OS X
* Mac OS 9
2. I also want to know if my rsync server is on Mac OS X
and the clients are Windows (XP/2000/2003) , Novelle Server , Mac OS
2005 Jun 15
3
proposed new parameter: --time-limit 5:30
I find that rsync is an excellent tool for backing up my large partitions, often
over slower links on the Internet. I run a cron job every night to update backup
mirrors.
But occasionally I make large changes to the source disk, and the rsync update
takes more thanb 24 ours to complete. Then I can have two or more rsyncs working
over the same source and destination directories.
What I really
2004 Jan 15
2
2.6.0 backwards compatibility
Hello all,
I saw on the Release notes that 2.6.0 is using protocol version 27 which is
different than 2.5.7 and 2.5.6. I did a quick peak through the rest of the
release notes and quickly browsed the archives on the list and I didn't see
any notes on how well 2.6.0 works with older versions of rsync. At our
site, we do have 2.5.7 and 2.5.6 installed. Are there any documented
problems when
2004 Sep 28
7
rsync 2.6.2 hang (was rsync 2.6.2 crash)
OK, I set up a new PC with a fresh XP load to be my rsync server. Rsync by itself seems
to work fine (thank God. I'm going nuts.)
I am still having problems when I throw ssh into the mix. At least now, things don't
crash, but they do hang. The file list gets build, the transfer starts and it gets through
maybe a few hundred files, but then everything stops. All the processes are still
2004 Mar 11
6
Where is my bottleneck?
I'm running rsync via ssh on two machines connected with 100 Mbit/s
Ethernet cards (at high speed) via a Linksys switch. It's all right
here in a single closet. I'm sending large files (initial transfer,
nothing preexists on the destination machine) and seeing transfer rates
in the 2 Mbit/s range. The CPUs on both machines are more than 90%
idle, and I upped the --block-size to 256
2004 May 05
5
rsync and Perl programming
Hi everybody -
I'm trying to write a Perl wrapper for some rsync tasks that need doing.
Problem is, there's some sort of odd interaction going on between Perl
and the daemon mode communication for the rsync client, and I'm at my
wit's end in trying to figure it out.
Here's the Perl script:
#####################################################
2004 Jan 13
3
Progress reporting: N more to check
A recent posting here got me thinking about having the --progress
output tell the user about how many files were left to go in the
transfer. I submit the attached patch which outputs an extra suffix
onto the progress line at the end of each file's transfer (so it
only appears once per file, not on every status update). The output
would look like this:
[...]
flist.c
35671 100%
2004 Jan 22
0
Fw: Rsync's Speed
Steve Sills
Platnum Computers, President
http://www.platnum.com
steve@platnum.com
----- Original Message -----
From: "Steve Sills" <steve@platnum.com>
To: "jw schultz" <jw@pegasys.ws>
Sent: Thursday, January 22, 2004 1:52 PM
Subject: Re: Rsync's Speed
> The source server is a Dual 800 Mhz /w a 7200 RPM 40 GB HDD, the dest
server
> is a P III 450 with a
2004 Jan 18
1
Buffer Overflow?
Just got this from our nightly backup rsync:
overflow: flags=0x6e l1=99 l2=1952984691
lastname=var/www/manual/mod/mod_php4/de/function.get-exte
ERROR: buffer overflow in receive_file_entry
rsync error: error allocating core memory buffers (code 22) at util.c(238)
Command exited with non-zero status 22
real 5.15
user 1.00
sys 0.88
Rsync version information:
[root@gluon root]# rsync