Suppose rsync on one system is used to synchronize files to another
system.
Further, suppose rsync encounters an uncorrectable bit error reading a
file that is being transferred.
What's the chances that rsync corrupts the file on the other system?
Thanks,
John
--
John Co
Don't know how I missed this when I was trying to figure out the cheapest
solution. I don't need the complexity but it seems to be worth investigating.
ThanksOn 8 Jan 2019 16:15, Andrew McGlashan via rsync
wrote:
>
> On 8/1/19 8:56 pm, John Simpson via rsync wrote:
>
Thanks. I'll give this a go and report back.
On 8 Jan 2019 10:03, Ben RUBSON wrote:Hi,As you are on Cygwin, you should consider the notexec & noacl mount options :https://cygwin.com/cygwin-ug-net/using.html#mount-tableThey impact stat() performance.BenOn 8 Jan 2019, at 10:56, John Si
Any ideas anyone?
I still need at least a weekly backup of all data.
The current workaround is just for the most active directories.
Are there any diagnostics I can do which might shed some light on this?
Thanks
JohnOn 4 Jan 2019 09:53, John Simpson via rsync wrote:
>
> Kevin
>
&
y backups.
I've reverted to daily backups on a small subset of the total; the full backup
now takes around 30 hours. Clearly not practical.
As the small subset takes only a few minutes to complete I can't yet see if
this time is incrementing too.
John On 3 Jan 2019 17:06, Kevin
I've been running rsync as a cygwin task on Windows Server 2008 for about two
months now. I'm using the --link-dest option to do a daily 'snapshot' of the
contents of a server containing about 10TB of data, about 13 million files, to
a Linux based NAS server. Things started out great but I soo
Hi,
On Sat, 2018-08-04 at 15:28 -0600, Leon via rsync wrote:
> Greetings,
>
> I am having a problem with rsync deleting entire folders and files
> and then attempting to recopy the entire contents of the folder(s)
> even though they are up to date. The task is syncing from ubuntu
> (rsync versi
On Tue, 2018-01-16 at 13:51 -0500, Kevin Korb via rsync wrote:
> You don't have to change the system setting just change the TZ env
> variable in the terminal you run rsync in.
>
Good point, thanks
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or c
er on slow media.
John
On Tue, 2018-01-16 at 13:27 -0500, Kevin Korb via rsync wrote:
> #1 yes, you should use -rt instead of -a as everything else in -a is
> incompatible with vfat.
>
> #2 timestamps will always be a problem on vfat. It has a 1 or 2
> second
> resolution so
using -rt instead of the
usual -a
Do you have recommendations on the best way to keep file trees in sync
when one of them is FAT32 and the other is a real filesystem?
Thanks,
John Long
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options
Does rsync -aAXv /dir1 /dir2, where dir2 is a mounted FAT formatted SD
card, and then:
rsync -aAXv /dir2 /dir1, to restore the files in dir1 from the FAT
formatted SD card, restore the ACL and owner/permissions of the files
and directories in dir1?
Thanks,
John
--
John Conover, cono
744 if (cnt <= 0) {
745 if (cnt < 0 && errno == EBADF) {
(lldb) fin
And then never returns fomr that stack frame, seems to hang out in
select() forever (unless interrupted by a breakpoint or whatnot).
Bugzilla account request submitted.
ad (inadequate scrollback), so I'm not
sure what was going on. But at first blush, it appeared that adding -
made things hang forever.
Removing it, and rerunning, it's now happily trucking along and has
been for the past hour actually doing work.
--jh...@mit.edu
John Hawkinson
--
Pl
x27;t think fts(3) is optimized any better for large
hardlink farms, so I think maybe I need a homegrown solution? Ug.
--jh...@mit.edu
John Hawkinson
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
nability to modify symlinks
inside a top-level Backups.backupdb directory of a Time Machine hfs
volume (But you can move the top-level directory into another directory
and then modify symlinks inside and then move it back). This has been
an "interesting" experience.
Thanks.
--jh...@m
>
> That is as documented. You are requesting that the directory is synced
> to c, preserving all attributes (due to -a) so rsync does that.
>
Ah... the attributes of the containing directory are transferred to the
containing directory on the destination.
I read that but failed to absorb it. I
$ touch -d '15 jun 1985' a
$ touch -d '02 feb 1990' b/B
$ touch -d '25 aug 1995' b
$ mkdir c
Note the directory 'c' timestamp:
$ ls -ld c
drwxr-xr-x 2 john users 4096 Jan 7 20:50 c
Now, rsync:
$ rsync -a a/ b/ c
$ ls -ld c
On 20/09/16 12:21, John Lane wrote:
> I can use --link-dest multiple times for backups so that files affected
> by a backup-delete-backup-replace-backup scenario get linked. It works well.
>
> However, consider this scenario: backup-modify-backup-undo-backup. We have
>
> * back
On 29/10/16 03:14, Wayne Davison wrote:
> If you want to pass non-rsync args (etc) you should be using
> --rsync-path. The -M option is only for sending rsync-related options.
Ok, so instead of
$ rsync -av -M --customarg1=value1 -M --customarg2=value2 file1 file2
user@server:some/path
I can do
Hello, I asked the below back at the beginning of August but have
received no replies. If anyone can help me with this problem it would be
much appreciated. If I have not provided some necessary information then
please let me know so I may do so. Thanks in advance.
> I have been working on a back
I can use --link-dest multiple times for backups so that files affected
by a backup-delete-backup-replace-backup scenario get linked. It works well.
However, consider this scenario: backup-modify-backup-undo-backup. We have
* backup 1 contains file 'a'
* backup 2 contains file 'a' ( with modifie
I have been working on a backup server where I have a server-side script
that wraps the server-side rsync invocation. I have used the client-side
rsync -M (--remote-option) to send options to the server script,
removing them from the command-line prior to invoking the server-side
rsync. This was di
Hi,
On Sun, Mar 27, 2016 at 06:39:53PM -0700, drsalists wrote:
>
> You could probably use CIFS, NFS or sshfs. ??It wouldn't be as fast, but the
> memory requirements should be less.
Sorry, I don't understand how to sync over NFS or sshfs without rsync. Can
you explain this please? I don't want
last time you ran rsync. Just rm -rf the old one. Or
> keep a few. Or a few dozen.
>
> On 03/27/2016 02:54 AM, John Long wrote:
> > Thanks I'll look this up. There is still the issue of how to get
> > the target box cleaned up since I can no longer run --delete.
> &
stored.
>
> On 03/27/2016 02:39 AM, John Long wrote:
> > Hi,
> >
> > On Fri, Mar 25, 2016 at 11:16:47AM -0400, Kevin Korb wrote:
> >
> >> If you were using --link-dest to make multiple backups you
> >> wouldn't need --delete because the target
Hi,
On Fri, Mar 25, 2016 at 11:16:47AM -0400, Kevin Korb wrote:
> If you were using --link-dest to make multiple backups you wouldn't
> need --delete because the target is always a new empty directory (with
> - --link-dest pointing to the previous backup run).
The source is around 200G and the t
On Fri, Mar 25, 2016 at 09:54:14AM +, John Long wrote:
> Hi,
>
> I have been using rsync for many years and never had any kind of problem.
> Lately I am running out of RAM trying to do an incremental backup to a box
> that only has 2G of RAM. The entire directory structure I
Hi,
I have been using rsync for many years and never had any kind of problem.
Lately I am running out of RAM trying to do an incremental backup to a box
that only has 2G of RAM. The entire directory structure I'm mirroring is
about 200G of files. A minority of subdirectories have many files.
Is t
Anyone out there feel like contributing to this feature?
It appears it was marked assigned for 3.1.1 but I didn't see any movement.
https://bugzilla.samba.org/show_bug.cgi?id=10448
On Sun, Jan 26, 2014 at 1:48 PM, Wayne Davison wrote:
> On Thu, Jan 16, 2014 at 9:48 AM, John Pierma
- Original Message -
From: Simon Hobson
To: "rsync@lists.samba.org"
Cc:
Sent: Friday, June 26, 2015 8:07 AM
Subject: Re: Sync files-from with delete
john espiro wrote:
> I have a local directory that I am trying to sync with a remote directory.
> That's fi
I have a local directory that I am trying to sync with a remote directory.
That's fine, but there's a lot of data that is out of sync so I decided to make
a local copy of the difference to then bring to the remote location.
So I ran a dry-run between the two to generate a list of files in
lis
I assume not.
This bug appears only if you have applied the "detect-renamed" patch, and
are calling "detect-renamed" as a flag.
On Thu, Apr 10, 2014 at 9:58 AM, Saku Vainikainen <
saku.vainikai...@welho.com> wrote:
>
> I was wondering why my primary NAS was empty the other day..
>
> It seems tha
tested with 3.07 and 3.1 with --ignore-case patch applied
cd /tmp
mkdir -p a/b/c/d/e/f
mkdir -p A/b/C/D/e/F
add some files to a/b/c/d/e/f/
rsync -r --ignore-case a/ A/
>> creates b/c/d/e/f/
Why is it not ignoring case? I expect it to add all files in 'f' to 'F'
--
Please use reply-all for most
On Jan 06, 2014, at 04:14, Fabian Cenedese wrote:
> sent 63 bytes received 2425 bytes ,')* bytes/sec
A! Squinty Blackbeard approves of this transfer speed, mateys!
John
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change
roblem with someone recently in #rsync and IIRC the
> solution was to not use --partial-dir
>
> On 04/17/13 16:40, John Pierman wrote:
> > I am backing up a LARGE data set, over a very unstable internet
> > connection.
> >
> > I NEED to --delay-updates, because I d
I am backing up a LARGE data set, over a very unstable internet connection.
I NEED to --delay-updates, because I do a flash cut-over once everything
has transferred.
Yes I know --copy-dest does this, but if the connection breaks,
anything that's already made it over gets put into place (not wh
new_archive/
that contain only the few differences, instead of sending the huge
source-trees
old/ and new/
:)
Regards, John
On Wed, Jan 30, 2013 at 12:15 AM, Kevin Korb wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> That sounds more like a job for --backup and --backup-di
c -av --checksum --delete --progress --stats --compare-dest=../old
new/ new_archive
(I've been trying around with --ignore-times and --size-only... but that
didn't lead anywhere...)
Can this actually be done with rsync?
Thanks,
John
On Wed, Jan 30, 2013 at 12:01 AM, Kevin Korb wrote
T want this!
Why is a.txt getting copied, when it is identical in its content?
Please can you help, so that only files that DIFFER IN CONTENT ONLY... get
copied.
Thanks.
John
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.s
From: Paul Slootman [paul+rs...@wurtel.net]
Sent: Thursday, 20 December 2012 12:40 PM
To: rsync@lists.samba.org
Cc: Ryan John
Subject: Re: rsync without POSIX ACLs
On Thu 20 Dec 2012, Ryan John wrote:
>>
>> The umask would be preferable to u
Hi Eric,
The umask would be preferable to using --chmod. Is that possible?
You're right about the inheritance of course, my bad.
I originally noticed it writing to a ZFS filesystem that is NFS4 mounted, where
inheritance is set to passthrough. Hence my confusion
Regards
) (code
23) at main.c(1039) [sender=3.0.6]
I can get around it by doing:
rsync -rlt --chmod=u+rwx,g+rx /net/sonas/directory /tmp/
but that's not really satisfactory, as I'd just like it to inherit the
destination permissions.
Does anyone know a better way?
Thanks in advance
John
>From what I can gather from googling, using rsync over ssh without a cipher is
>not possible since some changes to the openssh package. Is this true? I have
>been using a CPU friendly cipher but feel that it is best to use no cipher at
>all (secured network).
rsync -avxu --progress -e 'ssh -
Aren't you missing something in your rsync command? (Hint: subject line)
John
On Mar 12, 2012, at 14:00, Salatiel Filho wrote:
> Hi guys , i need some help. I am trying to make a full sync of two of
> my servers. But i noticed a very odd thing.
> If i create a directory
"Voelker, Bernhard" writes:
> John J Foerch wrote:
>
>> So I may take up your suggestion for my own use, but I did want to put
>> forward the idea that since in my experience, trailing slash
>> interpretation is an often-mentioned stumbling-block for rsync users
cause options which take arguments could have significant trailing
slashes.
So I may take up your suggestion for my own use, but I did want to put
forward the idea that since in my experience, trailing slash
interpretation is an often-mentioned stumbling-block for rsync users,
maybe it would
ily because there isn't an alternate syntax that performs the
> exact same function /path/* doesn't work as expected if using --delete
> (and for good reason).
>
> On 01/07/12 21:40, John J Foerch wrote:
>> Hello,
>>
>> This is a feature request for a command-
a particular
option, except in situations requiring more nuance, than it is to
remember the special rule and to always check the syntax of the sources.
Thank you for your time.
--
John Foerch
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change
Hello there everyone. I'm trying to set up a server that will "push" via rsync
every night to a server in my home. The verizon firewall is quite robust, and
it makes connecting a bit tricky. Does anyone have any tips on how I might set
this up?
Thanks!
--john--
Please us
t I'd do that before going all
guns blazing and raising a bug report.
John Gilmartin
This is on Solaris 10 SPARC Update 8 with recommended patch cluster
30th Nov 2010...
root@myhost:/# uname -a
SunOS myhost 5.10 Generic_144488-04 sun4u sparc SUNW,SPARC-Enterprise
root@myhost:/# pkgin
s so I know it's not just something I'm doing
wrong?
Other details: The local machine is running ubuntu 9.04, while the remote
server is running RedHat Enterprise Linux 5.4. The other machine (on which
rsync 2.6.8 is installed) is also running RHEL 5.4.
John D. Wolter
Aerospace Engi
I updated to rsync 3.0.7 using macports. Also I managed to finally get
launchctl to work to launch the daemon using a plist file in
/Library/LaunchDaemons. Now it does seem to work. I'm keeping my fingers
crossed.
--
John
On 2010-01-23, at 2:25 AM, Mac User FR wrote:
> I don
hat shouldn't matter, I don't think.
--
John
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
Running client and server on Ubuntu 9.10. Version 3.0.6
on both sides. After the SSH connects, both rsyncs are
started, but before it starting scanning for files, it
just hangs. strace says they are both waiting on select()
(I can attach strace files if necessary).
This setup used to work, but
had to move on to other things before I completed
the port.
I currently use the experimental port binary several times a week for
keeping my system up to date with blead-perl source.
Good Luck,
-John
wb8...@qsl.net
Personal Opinion Only
--
Please use reply-all for most replies to avoid
.1] foo () c 0
Feb 18 13:55:16 rsyncd[6657]: sent 223 bytes received 86 bytes total
size 0
Is there something I'm missing, or is there another way to get
everything to go to the log file specified on the command line?
Thanks,
-John
--
Please use reply-all for most replies to
much intelligence
into the script as possible and I am hoping to be able to translate all error
codes to an end-user readable format so that the end-user can provide ample
information if/when something goes wrong (at least more than "It doesn't work").
Thanks
the
same.
Thanks in advance or any help
Regards
John
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
on Cygwin.
The Linux rsync daemon is running rsync 2.6.9.
Thanks,
John Neil
nvpublic
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
patch? I don.t mind doing the coding,
but would love to hear some strategies on how to accomplish this goal.
Congratulations on getting version 3 released!
Thanks,
-John Taylor
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http
You'll have to compile your own version of rsync.)
John
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
factor of 10 smaller
than the first one and was, indeed, approximately 2500 kBps.
If it isn't having the effect you want, keep lowering the bwlimit
value until you get the desired results.
John
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
ot;
messages actually help pinpoint directories whose contents should be
excluded, in this case via --exclude=/drbd/var/www/tmp/*
Also, if you want, you can also check the exit code within a script and
treat value 24 the same as a 0 (e.g. no extra warnings about failure).
John Van Essen
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
listinfo/rsync> :~/test-rsync$ rsync -v
--progress
> conn:/home/andrewm/test-rsync/tree/*
/home/andrewm/test-rsync/rsh_tree/
>
> Are there other debug options I can use? Or possibly compile the
source
> differently to help prove/disprove this as a bug/local system problem?
>
em in mailman's
pending queue, which was apparently flushed out to the list that day.
FWIW, I'm in favor of moderating non-subscriber posts to the list as
long as there are several moderators available for timely coverage.
John
--
To unsubscribe or change options: https://lists.sam
On Jul 24, 2007, at 1:33 PM, Matt McCutchen wrote:
On 7/24/07, John Neil <[EMAIL PROTECTED]> wrote:
rsync 2.6.9 appears to have a problem syncing files that contain
'::' in their filename. I ran into this set of errors recently:
[jneil-pc:fermi1/hw/fermi1_gf100][162]>
e rsync errors went away.
I looked through the rsync bug database and didn't see any entries
on this subject. I can't try rsync 3.0 since I don't have admin
rights on the rsync server. Anybody know if this a known issue?
Thanks,
John Neil
--
To unsubscribe or change opti
=4402
Wayne - do you know what's going on?
John
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
I am trying to use rsync to create a mirror of my Linux laptop (Ubuntu
Dapper amd-64) onto a USB drive hanging on a Windows 2000 desktop over
ethernet. The folder I want to rsync to is /laptop and the USB drive is
mounted at /media/smb using the following:
sudo mount -t smbfs -o username=jcj //Dev
t case, the -L option will still have the
side-effect of -K on that older receiving rsync.
If you are using rsync as a daemon, then be aware that if any of the
symlink targets are outside of the module's path, you must declare
"use chroot = no" for that module.
John
--
escaped by \) is translated
to a NEWLINE character.
HTH.
John
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
On Oct 25, 2006, at 9:44 PM, Olivier Thauvin wrote:
Le Friday 20 October 2006 16:26, John P. Speno a écrit :
Is there a way to instruct rsync to ignore a file that is currently
growing in size?
However I can understand mirroring opened files is an issue, but I
failed to
see this happening
Is there a way to instruct rsync to ignore a file that is currently
growing in size? For example, a file is currently being uploaded to
the source machine while another client is using rsync to pull down
files. Can rsync detect and skip said file instead of copying
whatever is there already
t:
http://rsync.samba.org/ftp/rsync/rsync.html
John
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
Is there a web based front end for managing an RSYNC server? ie something
like a webmin module...
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
8 rsync error: some files could not
be transferred (code 23) at
/home/lapo/packaging/tmp/rsync-2.6.6/main.c(791)
real31m47.484s
user1m49.609s
sys 2m15.998s
I am dealing with a lot of small files... about 50 GB of ~180,000
someodd files.
I'll check out tha
of what it considers "too long"?
--
***
* John Oliver http://www.john-oliver.net/ *
* *
t; (disk full) condition.
This was fixed in 2.6.0 (Jan 2004). Rsync is now at 2.6.8.
John
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
ation.
If the file *does* exist, rsync must read the existing file in its
entirety while *also* writing out the new file. The dance that the
disk R/W head might be doing in this case might slow things down, too.
> I am not going to give up I am going to try again and see...
OK. :)
John
-
AQ, and roughly half your files will be getting re-synced
every time if you are transferring files to a Windows filesystem.
Try adding --modify-window=1
John
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
anged files should decrease dramatically.
John
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
ved to drive B.your second proposed solution is the one i was looking for, but i think the first one is the correct one. DUH, doing a cp -r changed a bunch of (all?) attributes.
thanks :)john
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read
ipt.
My daily sync usually takes 3 minutes. After moving the backup tree, the first sync took 20 minutes. A sync immediately after that was back down to the regular 3 minutes.Any ideas?Thanks,John
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, r
ser's home directory.
I'm pretty sure that's your problem, here. Also make sure any log
paths defined in the conf file are writable by the user.
John
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
of=/dev/hda9
Disclaimer: I haven't actually tried the ssh trick, above.
Also - a different block size (bs=) may be more efficient depending
on the device characteristics.
John
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
ving side content is changed only by rsync, and you don't
add additional --exclude arguments, then once you run a successful
rsync with --delete-excluded, that argument is no longer needed since
the receiving side will have had all the excluded content removed.
So try running without --dele
ror message, then at the end of the session it could display
the version and negotiated protocol number for that session to encourage
people to include that info in any problem reports. It has to explicitly
say if it's the receiver or the sender when it reports the version.
John
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
NEWS for rsync 2.6.0 (1 Jan 2004)
* Fixed bogus "malformed address {hostname}" message in rsyncd log
when checking IP address against hostnames from "hosts allow"
and "hosts deny" parameters in config file.
That explains the problem. It's a bug th
write up the little piece that you would add to the NEWS file
and describe (in layman's terms is possible) what the benefit is and
under what conditions an improvement will be observed by the user?
'Cause otherwise I wouldn't know what is it that is being tested.
Thanks.
t; to what rsync would output when -n is removed.
Good idea. I always wondered why verbose was forced on for --dry-run
(although I must admit I'll be using -v most of the time anyway...).
But still - consistency is important.
John
--
To unsubscribe or change options: https://list
local file info), resulting in high CPU usage and taking a
shorter time to complete.
Otherwise, there may be lots of physical disk I/O required, which will
cause the process to idle more, resulting in lower CPU usage and taking
a longer time to complete.
John
--
To unsubscribe or change opt
e.
>
> Linus
You are correct this is not a rsync issue, however the FAQ is posted on how
to filter out the Code 24 error. What was not clear to me was how to call
the no24 wrapper.
It is very clear now and I have modified the script based on your
recommendations.
Thank you!
John
--
> The FAQ says to name the script something like rsync-no24.
> All you'd need to do in your script is to run rsync-no24 in
> place of rsync.
>
> ..wayne..
Thanks for the clarification, I can do that!
John
--
To unsubscribe or change options: https://lists.samba.org/ma
eless.
From: http://samba.anu.edu.au/rsync/FAQ.html
The easiest way to do this is to create a shell script wrapper. For
instance, name this something like "rsync-no24":
#!/bin/sh
rsync "$@"
e=$?
if test $e = 24; then
exit 0
fi
exit $e
Thanks,
John
--
To unsubscribe or chang
BKUP_ROOT}/${PREVBACK} $backup
${DIR_BKUP_ROOT}/${NEXTHOURLY}/
#fi
echo $NEXTHOURLY backup completed `date` >> ${DIR_BKUP_ROOT}/bk-stats.txt
if [ -d ${DIR_BKUP_ROOT}/$CLEANUP ]; then
$RM -rf ${DIR_BKUP_ROOT}/$CLEANUP
fi
echo The removal of $CLEANUP completed `date` >>
${DIR_BK
On Thu, 5 Jan 2006, gg gg234 <[EMAIL PROTECTED]> wrote:
> Hi John,
>
> Thanks for your reply
>
> I have check that and i try to run ssh 172.29.5.130 /bin/true > out.dat
> and i got the out.dat file with only text inside is Rejected
If rsync is seeing that "R
s what the problem is
and how to test for it and fix it.
John
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
On Thu, 29 Dec 2005, John Van Essen <[EMAIL PROTECTED]> wrote:
>
> 1. You cannot list files other than via a daemon module, so the
>4x4 grid's bottom row rightmost two squares should be empty.
Oops. You cannot list a local directory is all. Remote non-daemon
listings a
hould be in bold.
4. "rsynched" is not the usual usage. :) Drop the "h"?
If it's OK with Wayne, I'd like to see the final version kept at
rsync's website (personal files/pages have a habit of disappearing
from the web), so feel free to add a line at the bottom cr
this problem with Windows timestamps. Even though it may not be "every
file", it may seem like it...)
John
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
1 - 100 of 464 matches
Mail list logo