ormat string but this did not
work. How can I do this?
Regards
Michael
--
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
Hey all,
I helped facilitate the old Gentoo break-in / rsync issue some 15 years
ago. I need a current contact on the rsync team. Please contact me
privately on .
Thank you...
Regards,
Mike
--
Michael H. Warfield (AI4NB) | (o) +1 706 850-8773 | m...@wittsend.com
/\/\|=mhw
that will be ignored (by rsync).
Is there any option for rsync that offers such a list?
> find /path -type f -or -type d -print (or -ls)
This tells me nothing about what *rsync* expects to do. In particular it
won't consider rsync's filters/exclusions.
Thanks,
Michael
On
only anomaly in its output.
I use --dry-run and --itemize-changes frequently. But I was trying to
find something that would give me a correct list of the candidate source
files but without having to make an expensive connect to the remote
server. Any suggestions?
Thanks,
Michael Hipp
On 201
The output of --list-only isn't as I expected as regards symlinks. Here
are my test files:
$ ls ./src
-rw--- 1 michael michael0 2018-09-05 09:18:15 file
lrwxrwxrwx 1 michael michael4 2018-09-05 09:18:28 near_symlink -> file
lrwxrwxrwx 1 michael michael 23 2018-09-05
Time Machine will enable ownership on the drive the first time it starts up.
The first thing it does when it creates the backup directory is to enable
ownership on the drive. I've seen this happen repeatedly (it's actually the
easiest way I know of to enable ownership on drive).
On 2018-04-03,
What is the order that rsync uses to set permissions?
Time Machine directories have ACL permissions that basically prohibit making
any changes of any kind. In order to make a backup of the directory, you would
need to set those permissions after copying everything in the subdirectories.
Is rsyn
On 2018-03-19, at 3:22 AM, Andre Althoff via rsync
wrote:
> Dear rsync users,
>
> I'm trying to copy my Time Machine Backup from my old USB hard drive to a new
> one. I got error messages, because rsync don't create group and other
> permissions.
>
...
Instead of using rsync, can you use d
I don't have the technical knowledge to bring this idea into the real world
but:
What do you think about adding a tar/zip option? I like to rsync my
/Documents directory and as i was doing so this morning my pen drive ran
out of room. I only ever make minor changes to /Documents and sometimes I
for
en these 2 statistics?
Thanks, Michael.
--
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
Michael gmail.com> writes:
> Is the above affected ??? modified files ???
Ignore the above line that I forgot to remove.
--
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
Destination directories and the
files that are in the Source directory have been modified or updated in some
way.
Please also clarify what "Matched data" refers to.
Thanks, Michael.
--
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
ondary files to reference
"libintl.h".
Other things I am curious about, for my own edification, in case it is
important to know about them are as follows.
Are "extern" variables always declared before other variables?
What is the purpose of "#define"? I can understand what
>
> Don't have to live with the folder on the source.
>
> *___*
>
>
> *Gionata Boccalini*
>
> 2015-06-08 22:49 GMT+02:00 Michael Johnson - MJ :
>
>> Oh, actually, I just thought of a couple other another options that don't
>> require any
I've found the following pages which show how it could be done.
http://www.async.com.br/~kiko/gettext.html
https://fedoraproject.org/wiki/How_to_do_I18N_through_gettext
Is that all that is required?
I would need some guidance on how to compile as the SETUP section of the
README file is insuffic
ld use xgettext with "rprintf" as the function search parameter to
produce a .pot file.
Are there any other files that contain strings for the output of progress
messages that I should look at?
Thanks, Michael.
--
Please use reply-all for most replies to avoid omitting the mailing
Thanks for your input Simon!!
--
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
Thanks for the clarification Kevin!!
--
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
i Kevin,
Regarding the option --numeric-ids, how would rsync manage the situation
where the UID and GID(s), of a file being copied to a Remote system, have
been reserved on the Remote system. Does rsync search for and allocate the
next available IDs?
Thanks, Michael.
--
Please use reply-all for most
a log,
during a Backup, to record the newly allocated IDs, on the Remote system, so
that they can be mapped back to the Source system?
Thanks, Michael.
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listin
rsync -av /src/ /dst/ && touch /dst/done
That should do it as the touch only happens if rsync exits with a code of
0. If you need to consider other non zero exit code, it is still doable,
just a bit more shell code.
There are surely other options as well, but this is probably the most
simple.
On
This may seem silly, but isn't the point of asking an rsync server for files to
create that you trust the server to tell you what files to ...
Wait, are you saying that the client will ignore the subtree that it thinks it
is traversing?
That the client does not sanity check the path it gets from
I could find and thus
it's not clear if this is expected behavior or not.
Thanks for your time!
BTW, I realize saying btrfs filesystem is the equivalent to saying ATM
machine, but saying "I created a btrfs" or "I created 2 btrfses" sounds
strange and perhaps misleading.
it computes checksums for files
> that have different sizes so they can't possibly be the same and it
> computes checksums for files that only exist on one end and therefore
> has nothing to compare them to.
Indeed, those seem like cases which could be optimized someday.
>
>
#x27;t use -c unless you have a really good (and
> unusual) reason.
"shouldn't" ? I'm aware it will take longer, and don't mind. I'm
thoroughly testing an rsync of two NTFS filesystems, and want to avoid
any time precision issues on at least one test run.
Regards,
Hello list,
Using rsync version 3.1.0pre1 protocol version 31.PR14, I ran this
command to sync two local filesystems:
rsync -rvvctpgonh --itemize-changes --progress --stats
--log-file=/root/rsync.log /mnt/ntfs/vmdk/ /mnt/ntfs/restore/
-r = recursive
-vv = verbose
-c = checksum compare
-t = tra
During an in-place update, a block can not be matched if its offset is
prior to the sender offset, if SUMFLG_SAME_OFFSET is not set. As the
sender offset is only ever incremented, and SUMFLG_SAME_OFFSET is never
cleared on a block, a block that fails this test will never pass it in
the future. It c
problem by discarding
hash table entries on the sender that can't possibly be used during an
--inplace update.
I've included some test results below demonstrating the problem and the
improvement this patch provides.
Regards,
Michael
01.03.2013 12:38, basteon wrote:
> Hi,
> smbclient -N -L 172.22.27.10 -O keepalive=10
> Not working client anyway wait long time, how use keepalive for
> notexisten services or filtered?
Hmm. How this is related to rsync?
Thanks,
/mjt
--
Please use reply-all for most replies to avoid omitting
installed or removed and the frequency of this, as you can guess,
is not such that these files should never(vary rarely ever) be considered
vanished.
Nevertheless consecutive runs indicate they are in a state of perpetual
vanishing.
Cheers!
Mike Mestnik, Michael J
The ESM Tools
Enterpri
the /tmp/rsynctest directory on the remote server, preserving
all ownership and permissions.
Thank you very much for helping me out.
Michael Peoples (mp4783)
Senior Systems Manager
AT&T - ATTSI
Office/Cell: 614-886-0923
mpeop...@att.com
This e-mail and any files transmitted with it are AT&T pr
to another, and have all
ownership and permissions preserved (including root), using rsync to perform
"privileged" operations to set file attributes properly and a public key to
authenticate the user.
Thanks.
Michael Peoples (mp4783)
Senior Systems Manager
AT&T - ATTSI
Office/
On 23.04.2012 06:42, Henri Shustak wrote:
>
>> rsync -Ha --link-dest=/media/4tb/bak/panic-2012-01-01
>> /media/2tb/bak/panic-2012-02-01 /media/4tb/bak/
>
> It seems that you may be attempting to hard-link between two file systems.
> One is mounted as "/media/4tb" the other is mounted as "media/
--checksum, or indeed you
must just be sure you really do have append only data.
Michael.
On Tue, Jul 26, 2011 at 1:24 PM, Wayne Davison wrote:
> On Mon, Jul 25, 2011 at 1:42 AM, Michael Lynch
> wrote:
>
>> Is it possible to disable hash table look ups, but still have th
I accidentally finished the email with a statement.
My question still stands: Is it possible to disable hash table look ups, but
still have the MD5 block comparison?
:)
Michael
On Wed, Jul 20, 2011 at 4:40 PM, Michael Lynch wrote:
> Hi All
>
> I am using rsync to do a local network c
Check out "transfer logging"
It will log all communication on the rsync server
On Wed, Jul 20, 2011 at 4:32 PM, alan fei wrote:
> i want store ip of client pre connection and transfer time pre connection
> how to Monitoring rsync Server?
> --
> Please use reply-all for most replies to avoid omi
comparison, combined with the '--inplace' feature.
Fantastic stuff.
Cheers
Michael.
--
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/
I don't think there's a direct way to do this with rsync but I want to make sure
I'm not missing something.
I have two hosts (my portable and my desktop). I work on both hosts at different
times and so I keep a few dirs sync'd between the two. I have a docs dir where I
may be modifying files,
possible, can these errors be suppressed in order to be
able to distinguish easily between "these" and "real" errors?
* Are there any other obvious issues? Can the setup be improved
(preserve acls, xattrs, improve security)?
Needless(?) to say: rsync is a really, really gr
01.06.2011 14:06, samba-b...@samba.org пишет:
> https://bugzilla.samba.org/show_bug.cgi?id=8198
>
>Summary: rsync does not set TZ variable after chroot(), which
> confuses logging timestamps
>Product: rsync
>Version: 3.1.0
> Platfor
ernel version, the same
rsync process is fast and will sync/copy the 8GB file in less than 2
minutes.
We can replicate the slow speed problem on two other servers which use
almost identical hardware. Can I get any help or idea here on this list
what I could try to further isolate this issue?
Regar
--- Comment #3 from bugzi...@abruti.org 2011-01-20 08:03 CST
---
Sorry if you had a sad morning Paul !
I do not read rsync manual each day of my life.
I should read it each time I have a problem, my fault.
I should read it each time I have a problem, my fault.
I should read it each tim
I already asked this question before, some
time ago (a few months), but got no reply.
We're using a backup system based on rsync
and batched updates.
Quite often I see a situation when rsync refuses
to apply next batch with the following messages:
applying f0002.rgs-podm.ru 142
(Skipping batched
subdirs;
>
> rsync -a -f"+ */" -f"- *" source destination
>
> Worked like a champ.
>
> However I'm unsure how to include or exclude sym links from this so i
> tried;
>
> rsync -a -f"+ */" -f"- * -l" source destination
>
> Whi
Hello. This is my first post here ;)
I've been using rsync heavily for quite some time.
For one, we use it to perform offline backups of
numerous machines into single location. Since the
systems are basically identical, it's wise to keep
only different files, hard-linking identical ones.
That w
mechanism?
CU
--
|Michael Renner E-mail: michael.ren...@gmx.de |
|D-81541 Munich GermanyICQ: #112280325 |
|Germany Don't drink as root! ESC:wq
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change
w and a reliable format to parse? Like the
> error below is 34 the error ID?
>
> rsync: recv_generator: failed to stat
> "/Volumes/Sicherung/!Datensicherung/Dateien/Texte und
> Worddateien/Schriftverkehr privat/EinladungEssen.DOC": Result too large
> (34)
>
> Thanks for
d 0
debug2: exec request accepted on channel 0
Any hint?
--
|Michael Renner E-mail: michael.ren...@gmx.de |
|D-81541 Munich GermanyICQ: #112280325 |
|Germany Don't drink as root! ESC:wq
--
Please use reply-all for most replies to avoid omitting the m
On Monday 03 May 2010, Wayne Davison wrote:
> On Mon, Apr 19, 2010 at 10:03 AM, Michael Renner
wrote:
> > opening connection using: /bin/ssh -i
> > /etc/r5backup/ssh-keys/r5backup_id_rsa -p 22
> > 192.168.5.30 -l root /usr/local/bin/rsync --server --sender
> > -vvvlWog
Moin,
where can I find an explanation for all these codes in the verbose output:
cd..t.. root/
>f..t.. root/.Xauthority
>f.st.. root/Dokumente und Einstellungen/test2.txt
>f+ test.txt
cd+ global/foo
and so on.
Thanks
--
|Michael Renner E-mail: mi
.0/home/**
+ /mnt/md1/backup/akazia.0/usr/local/
+ /mnt/md1/backup/akazia.0/usr/local/**
- /mnt/md1/backup/akazia.0/home/installsrc/opensuse112.iso
- *
Any hint what I am do wrong? I have read the man page a thousand times ...
Thanks a lot
Michael
--
Please use reply-all for most replies to avoid
c(601)
[Receiver=3.0.7]
No wonder, because rsync is installed in /usr/bin/ on linux. And: it is in the
path. If I create a symlink from /usr/bin/rsync to /usr/local/bin/rsync it
works, but this can't be be solution?
Any hint?
--
|Michael Renner E-mail: michael.ren...@gmx.de |
|D-815
I have started investigating the memory usage of the rsync algorithm since
installing OpenWRT on a Linksys WRT160NL router with only 32MB of RAM. I
have read several discussions about rsync's use of memory.
Rsync consumes all of the memory on my router even when I ensure
incremental scanning is us
On Sunday 07 February 2010, you wrote:
> On Fri, 2010-02-05 at 19:31 +0100, Michael Renner wrote:
Moin Matt, thanks for your answer,
> > I wrote a small backup script that use rsync: r5backup
> > (http://sourceforge.net/projects/r5backup/). It backup dozen of unix
> > mac
ulder:~# find /var/lib/zope2.9 -exec file {} \; > /dev/null
boulder:~# find /var/lib/zope2.9 -exec ls -ld {} \; > /dev/null
boulder:~#
Any hint?
--
|Michael Renner E-mail: michael.ren...@gmx.de |
|D-81541 Munich GermanyICQ: #112280325 |
|Germany Don'
a lot of CPU Power. So my questions is how do the experts this?
a) is there an option to encrypt the destination file
b) if not what would be a professional approach to "store" data
encrypted on an external space?
Thanks a lot
Michael
--
Please use reply-all for most replies to avoid om
Quick question (I hope) I'm trying to use rsync 3.0.4 and opensuse 11.1
to sync an entire /home tree. How to I get rsync to not skip files
beginning with a . (period) ?
Thanks!
-
Duct tape is like the force, it has a light side and a dark side and it
holds the universe together.
--
Plea
Thanks for the update.
We are using rsync to sync up the Oracle archived transaction logs to
our standby databases.
We would like to control the number of files that could be transfered in
parallel.
Thanks for the update.
Brian
--
Brian P Michael
Technical Management
I am looking for an enhancement to multi-thread or parallelize rsync.
Are there any plans that would allow one to set a parameter, like
'number_of_threads' and
rsync will ship multiple files at the same time?
Sincerely,
Brian P Michael
Technical Management Consultant
Rolta
>> Are there design / performance considerations that influence which
>> machine is made the server and which the client?
My rsync processes typically are wrapped in a script that performs
other tasks on the backup server, so I like to pull my data down to
the backup server. Basically if you need
Sorry, I wasn't clear
I definitely need to transfer the extended attributes, like comments
and others. I don't think I need to copy the ACL, or in other words, I
don't need to copy special permissions.
When I didn't use the -X flag, I had no errors - but of course the
extended attributes (and
>
> Also, I agree with the post from Veronica.
>
> Hope this helps.
>
>
>
>
> On 11/05/2009, at 1:54 AM, Michael Lachmann wrote:
>
>> I am trying to transfer files between two OSX machines using a FAT32
>> formatted flash drive. I am transferring a "
I am trying to transfer files between two OSX machines using a FAT32
formatted flash drive. I am transferring a "big" directory (7G).
Basically I want to sync everyday my home and work computers for some
directories.
I tried many possible rsyncs (original supplied, fink 3.0.5/3.0.4
macports 3.0.5,
Hello,
we are using rsync to backup data to a NAS share.
The share is mounted with the following command:
mount -t nfs 192.168.1.101:/nas/NASDisk-3/public /media/nas -o
timeo=5,rsize=8096,wsize=8096,soft
rsync is called by rsnapshot with the command:
rsync -a --stats --delete --numeric
I have gone down the cygwin path and rsync and have gotten it to work
with ssh very reliably.
However, I recently replaced it with robocopy which is a native
windows app, it handles the permissions on files much better, since it
is not converted from nt-perms to cygwin-perms back to nt-perms, and
m...@bortal.de wrote:
> unfortunatelly rsync is beeing REALLY slow and produces a high load when
> we try to sync lots of files (>250 000 small files).
What version of rsync are you using?
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change option
check out drbd - it might do what you want.
It can be thought of as a RAID across networks, since it works on the
device level, not the file level, but it is not a RAID.
On Fri, Feb 13, 2009 at 7:07 AM, Jon Watson wrote:
> I'm not sure either of this functionality falls within rsync's purview.
>
David Howe wrote:
> Matt McCutchen wrote:
>> On Sun, 2009-02-08 at 20:28 -0600, Michael Gardner wrote:
>>> Is it possible to have rsync do a transform on each file before sending
>>> it? This would be useful for things like individually compressed or
>>> encry
it would be of
use to many people, and in principle it shouldn't interfere with
incremental file transfers or even checksum-based skipping, since you
could transform the file locally before comparing it with the
destination file.
-Michael
--
Please use reply-all for most replies to avoid omi
allways different
if it is crypt; right?
Any idea?
Thanks
--
|Michael Renner E-mail: michael.ren...@gmx.de |
|D-81541 Munich GermanyICQ: #112280325 |
|Germany Don't drink as root! ESC:wq
--
Please use reply-all for most replies to avoid omitting the mailing
drc...@yahoo.com wrote:
> But the scheduled backups never happen. I must be doing something wrong, but
> can't figure out what.
If you haven't already, check root's inbox to see if there is any output
from the cron jobs. If not, it's likely a problem with your crontab.
Also, try replacing 'rsync
Has rsync integrated windows acls into it yet?
I keep getting error after the first sync:
receiving incremental file list
recv_acl_access: value out of range: ff
rsync error: error in rsync protocol data stream (code 12) at
acls.c(670) [receiver=3.0.5]
thanks.
--
Please use reply-all for most
the mount environment that I was missing on the windows side, because
if you specifically declare the mounts in the registry, it would work.
thanks again
On Fri, Dec 26, 2008 at 8:10 PM, Matt McCutchen wrote:
> On Fri, 2008-12-26 at 14:13 -0700, Michael Chletsos wrote:
>> Ok so I have figu
add it to the registry for cygwin mount points, but I think a
fix to the code might be better.
Any suggestions in the source, where this // problem might live?
On Tue, Dec 23, 2008 at 3:23 PM, Matt McCutchen wrote:
> Michael, please CC rsync@lists.samba.org so that others can help you and
>
Amongst various problems I am having, I am trying to run an rsync
daemon on a windows 2003 server with cygwin installed.
It works fine, except that I can't seem to get the daemon to chdir to
any file that is remotely mounted from my Netapp.
Other windows shares or local disks chdir just fine
Amongst various problems I am having, I am trying to run an rsync
daemon on a windows 2003 server with cygwin installed.
It works fine, except that I can't seem to get the daemon to chdir to
any file that is remotely mounted from my Netapp.
Other windows shares or local disks chdir just fine. ve
Hi Matt,
thanks for your answer and sorry that my response took so long
Matt McCutchen schrieb:
On Thu, 2008-11-13 at 10:29 +0100, Michael Härtl wrote:
It sometimes works, but every third or fourth rsync fails with this message:
rsync: failed to connect to ip.of.client.A: Connection
Hi,
i have sporadic connection problems with my rsync server.
I have _no_ firewall involved and there is _no_ max connections set.
rsync on the clients is started from cron via a bash script. There's
also no permission problem. rsyncd runs as daemon (is not started from
inetd).
It sometimes
On Fri, 2008-10-10 at 13:42 +0100, michael wrote:
> On Thu, 2008-10-09 at 17:08 -0700, Wayne Davison wrote:
> > On Thu, Oct 09, 2008 at 03:29:04PM +0100, michael wrote:
> > > and this is when I've tried both of
> > > a) /usr/bin/rsync --daemon -v
> &
On Thu, 2008-10-09 at 17:08 -0700, Wayne Davison wrote:
> On Thu, Oct 09, 2008 at 03:29:04PM +0100, michael wrote:
> > and this is when I've tried both of
> > a) /usr/bin/rsync --daemon -v
> > b) sudo /sbin/chkconfig rsync on
>
> Fedora supplies an /etc/xinetd.d
iver=2.6.9]
Please could somebody let me knw what I'm going wrong? Ta, MIchael
--
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/
On Thu, 2008-10-09 at 14:17 +0100, michael wrote:
> I had a quick look for an answer to what I'd presume is a common Q but
> failed so wondering if somebody here would point me in the right
> direction, please & thanks?!
>
> I wish to use rsync to backup users' home d
rsync options (--perms) but without joy. Can
somebody advise me which flags I require?
Thanks, Michael
--
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
Hello,
In regards to one of the 'current issues and debugging' - Why does my
transfer die with something like the following error? I found that this
error occurs also if the path
log file = /xyz/abc/rsyncd.log
in your rsyncd.conf points to a folder that doesn't exist.
Hope this
On Tue, 2008-09-23 at 20:39 -0400, Matt McCutchen wrote:
> On Tue, 2008-09-23 at 22:22 +0100, michael wrote:
> > I'm attempting to write a short script to copy all 'CONC*' files in any
> > subdir under ./ using rsync and filters but I can't get the correc
-progress --stats -v -rP --filter='+ */' --filter='+ CONC*' --filter='-
*' . [EMAIL PROTECTED]:/data_hdd1/michael/`basename $PWD`
but I can't see how to sort FILTER in this bash script such that + and
*/ all work properly... ta, Michael
# cmd - need newer t
slated for transfer, one gets
gobbledy gook + files + more gobbledygook.
Has this been repaired in later versions. Our scripts parse the
output of -n and rename files that are updated on the remote host so
there is a continuous history of all updated files.
Michael (unhappy rsync sysadm
Hello,
Would it be possible to analyze and store hashing information about
file A before it is neccessary to compare it with file B? I want to
know because in my software file A will not be available to either
system when the new version of the file must be sent.
Sincerely,
--
Michael Short
t. It is hard to see this working
with rsync over ssh. But I could imagine a program at either end of
the link providing a socket to rsync, and then handling the
reconnection in the middle. I wonder if 'socat' could do this?
If there are any networking gurus listening, I would apprecia
mine the link status (an occasional ping?) and then
send a SIG_SOMETHING to rsync to get it to clean up nicely and be
ready for the next connection.
I've asked a lot of questions here, but I think the answers might be
useful to other people in the same position.
Thank you in advance for your adv
Hi all,
I'm newbie with rsync so I would like to ask more
experienced users for help. I have following task:
I have 3 places (A,B and C). Place A is "main" place.
I want to use rsync to synchronize all data from place
A to places B and C (only one-way from A to B and C).
I tried to write simple c
On Sat, 2007-09-22 at 16:33 +0100, michael bane wrote:
> I have built rsync on IA64 using Intel's 'icc' compiler and can run the
> rsync executable interactively but when attempting to run under
> 'crontab' I get the following error:
>
> + /home/horace/mcc
I have built rsync on IA64 using Intel's 'icc' compiler and can run the
rsync executable interactively but when attempting to run under
'crontab' I get the following error:
+ /home/horace/mccssmb2/src/rsync-2.6.9/rsync -z --partial -v --progress
--recursive --stats --times --links
--exclude-from=/
Hello,
I am using rsync at Mac OS X for synchronizing
pictures for our two offices. Unfortunatelly yesterday
the script stops working. Here is little workarround.
The script select every file from folder A and write
it to PENDING-FILES file. Than RSYNC take from
PENDING-FILES every line (file) and
Hi .
I'm using the command 'rsync -avqHlogpDtW" on daily bases and I'd like
to know how much data transferred from source to target .
Lior
Best Regards,
Lior Michael
* +972-50-5455013
* mailto:[EMAIL PROTECTED]
Our goal is that we will have a VERY SATISFIED custome
Can some tell me if there is a way to change the uid of files transferred.
Example on source the system "appltest (uid 100)" owns all the files I want to
transfer but on the other system I want "applpatch (uid101)" to own them?
Thanks
------
Michael A
(the module) with the newest files (if available) and then update the
contents of the local /Aplication/Scriptsß
Regards
Michael.
Matt McCutchen wrote:
On 10/20/06, Michael Homscheidt <[EMAIL PROTECTED]> wrote:
- If I get the data back from the module the directory /Applications/
S
ipte an $MODULE is the
configured module
Could anyone please tell me what's wrong?
Regards
Michael.
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
We are currently trying to implement the same thing here.
We are currently using RsyncX and nasbackup for Mac and windows respectively
and trying to write nice user documentation.
-Michael Carmody
On Tuesday 17 October 2006 10:25, [EMAIL PROTECTED] wrote:
> Hello,
>
> has somebody don
le of project manageably ?
Anyone have any other ideas ?
-Michael Carmody
Department of Microbiology and Immunology
The University of Melbourne
--
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 231 matches
Mail list logo