Thank you Kevin!
--partial --partial-dir {hidden relative_sub-dir} is perfect!
Interrupted files stay there until they complete.
Thanks
From: Kevin Korb
Sent: Wednesday, June 7, 2023 4:26 PM
To: Lacey, Nathan ; rsync@lists.samba.org
Subject: Re: [External] Re
t the
temporary file with the random file name that would just be a useless
orphaned file.
On 6/7/23 15:02, Lacey, Nathan via rsync wrote:
> This is a clone from
> https://usg02.safelinks.protection.office365.us/?url=https%3A%2F%2Fgithub.com%2FWayneD%2Frsync%2Fissues%2F484&da
This is a clone from https://github.com/WayneD/rsync/issues/484
run rsync with --progress --size-only --partial (version 3.1.2) also
tested/built current master ( 3.3.0pre1-5-g6f3c5ecc )
everything works fine unless I interrupt a transfer ( ctrl c )
I would expect to see the incomplete, temporar
s used for something
interactive - ie. classify large packets differently to smaller
packets, etc.
--
Nathan Ward
--
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,
On 31/08/2009, at 1:24 PM, Matt McCutchen wrote:
On Wed, 2009-08-26 at 22:12 +1200, Nathan Ward wrote:
I'm trying to write an rsync 'proxy' of sorts. The plan is that my
code runs on two machines (one 'client' and one 'server') and each
piece of code execut
On 27/08/2009, at 4:18 PM, Allistar wrote:
How do I enable a full backup of the remote server without allowing
root top
log in to ssh? Can I somehow get rsync to login as a normal user and
then
do some kind of "sudo" command?
--rsync-path="sudo rsync"
--
Nathan Ward
t to have a user account that is remotely
accessible in order to get rsync over ssh going. Yes I know there are
solutions for parts of this, but I want to write this tool all the same.
--
Nathan Ward
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change
Hi,
I'm having a MAJOR issue with an rsync backup script that is actually
OVERWRITING the files that it should be backing up!
The thing is, the same script (with different source/destination
variables) runs FLAWLESSLY on another file server!
Background:
2 OS X client computers running 10.4
Oh poo, I can't find an extended-attributes patch for 2.6.8. Guess I'll have to
wait.
Thanks,
--Nathan
- Original Message
From: Wayne Davison <[EMAIL PROTECTED]>
To: Nathan <[EMAIL PROTECTED]>
Cc: rsync@lists.samba.org
Sent: Monday, December 11, 2006 2:08:43 PM
Su
Oh poo, I can't find an extended-attributes patch for 2.6.8. Guess I'll have to
wait.
Thanks,
--Nathan
- Original Message
From: Wayne Davison <[EMAIL PROTECTED]>
To: Nathan <[EMAIL PROTECTED]>
Cc: rsync@lists.samba.org
Sent: Monday, December 11, 2006 2:08:43 PM
Su
Is there a way to get --stats to display in something other then bytes?
Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail beta.
http://new.mail.yahoo.com
--
To unsubscribe or change options: htt
to 10.0.1.127: in my first email was because I got all sorts of
permissions errors so I junked that and started using the latter.
Anyway thanks :)
--Nathan
- Original Message
From: Matt McCutchen <[EMAIL PROTECTED]>
To: Nathan <[EMAIL PROTECTED]>
Cc: rsync@lists.samba.org
S
up
read only = no
use chroot = yes
uid = root
gui = root
hosts allow = 127.0.0.0/24
Thanks,
--Nathan
--
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, 3 Aug 2006, Wayne Davison wrote:
On Wed, Aug 02, 2006 at 05:25:36PM -0400, nathan r. hruby wrote:
rsync -avz server.edu::home/user1/public_html/ /dest/path/user1/www
I get
/dest/path/user1/www/public_html
which has the correct contents. So things are being copied
On Thu, 3 Aug 2006, Paul Slootman wrote:
On Thu 03 Aug 2006, nathan r. hruby wrote:
It's not what I'm seeing:
Hurm. What OS are you running this on?
Hint: check my email address :-)
Heh. Just checking :)
After upgrading my local/receiver rsync to 2.6.8 I get this:
lo
On Thu, 3 Aug 2006, Paul Slootman wrote:
On Thu 03 Aug 2006, nathan r. hruby wrote:
From the manpage:
Note also that host and module references don't require a trailing
slash to copy the contents of the default directory.
So in this case the trailing slash wouldn
On Thu, 3 Aug 2006, nathan r. hruby wrote:
For example, for module x with path set to /home, tying to sync the
contents of "server::home/user1/public_html/" yields me the directory
public_html, the the files within it.
s/::home/::x/
Someday I'll learn to type like a bi
On Thu, 3 Aug 2006, Paul Slootman wrote:
On Thu 03 Aug 2006, nathan r. hruby wrote:
I have to agree, I see the same behavior when using rsyncd transport
instead of ssh transport (as Erik is): trailing slashes seem to be
ignored, and instead of directory contents, you get the directory name
ignored, and instead of directory contents, you get the directory name.
Is this a bug?
-n
--
---
nathan hruby <[EMAIL PROTECTED]>
uga enterprise information technology services
core services support
---
"In 1
e system.
Why not just rsync /home and be done with it? Because I really only want
the public_html directories and I'm reshuffling the directory structure at
the same time too, so I need to do each user individually to ensure their
data lands in the correct place.
Thanks,
-n
--
--
f I replace SRC and DEST with local filesystem paths, it works fine
there too.
Thanks in Advance guys.
Thanks,
--Nathan
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
creates a log of the backup that was performed.
You can take a look at RSBackup at
http://www.nathanbullock.org/nathan/rsbackup/index.html.
I would appreciate it if this link could get added to
your resources page. Thank You.
And Thank You to everyone on this mailing list who
have answered my questions
t_mtime, file->modtime) ==
0;
shouldn't these lines be:
if (ignore_times)
return 1;
return cmp_modtime(st->st_mtime, file->modtime) >=
0;
Or do I not understand something...
Nathan Bullock
Visit my website at http://www.nathanbullock.org
___
Which box needs upgrading?
Or do they both need to be upgraded to 2.6.5?
Nathan Bullock
PS. I just want to say thanks to all those who gave
answers to my last post ("Two Questions"). They were
very helpful.
Visit my website at http://www.nathanbullock.org
__
sibly something I don't understand about remote
execution of a program over ssh.
Sorry if these are overly newby-ish.
Thanks,
Nathan Bullock
www.nathanbullock.org
__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection ar
(B
(B
(BHi
(B
(BI'm trying to set up an rsync server on
(Bone node, in order to distribute packages to other nodes on the
(Bnetwork.
(B
(BWhat I want to know is, is it possible for
(Bany clients to use the fetch tool to reach an rsync server? fetch works with
(Bhttp and ftp, but d
If you do somehow know what is going on and if there is a resolution, I
would be glad to hear about it.
Thanks and regards,
Colin Nathan
Life Sciences
RMIT University
Melbourne, Australia
>>> Wayne Davison <[EMAIL PROTECTED]>
Tuesday, 5 June 2001 1:34:13 >>>On Mon,
Hi all,
I continue to have difficulties when attempting to synchronize between two
local directories. One of them is a NetWare volume mounted using NCP. The
catalogue builds and the synchronization of the two directory's starts. For a
reason unknown to me, the process will stop completely w
password insertion so that this job can be cron'd?
Thanks and regards,
Colin Nathan
Faculty of Life Sciences
RMIT University
Melbourne, Australia
29 matches
Mail list logo