Re: [External] Re: ctrl -c while executing --progress --size-only --partial results in unhidden but incomplete file

2023-06-08 Thread Lacey, Nathan via rsync
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

Re: [External] Re: ctrl -c while executing --progress --size-only --partial results in unhidden but incomplete file

2023-06-07 Thread Lacey, Nathan via rsync
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

ctrl -c while executing --progress --size-only --partial results in unhidden but incomplete file

2023-06-07 Thread Lacey, Nathan via rsync
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

Re: time variable throttling rsync traffic

2009-09-13 Thread Nathan Ward
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,

Re: rsync proxy

2009-08-30 Thread Nathan Ward
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

Re: Using rsync to backup remote server as root

2009-08-26 Thread Nathan Ward
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

rsync proxy

2009-08-26 Thread 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

Major rsync issue - overwriting files!!!

2008-03-28 Thread Nathan Griffiths
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

Re: --stats

2006-12-12 Thread Nathan
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

Re: --stats

2006-12-12 Thread Nathan
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

--stats

2006-12-11 Thread Nathan
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

Re: Rsync --link-dest over ssh not working

2006-08-11 Thread Nathan
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

hosts allow, and using ssh

2006-08-04 Thread Nathan
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

Re: rsync giving directory by name, instead of contents

2006-08-03 Thread nathan r. hruby
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

Re: code 12 error when specifying files

2006-08-03 Thread nathan r. hruby
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

Re: code 12 error when specifying files

2006-08-03 Thread nathan r. hruby
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

Re: code 12 error when specifying files

2006-08-03 Thread nathan r. hruby
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

Re: code 12 error when specifying files

2006-08-03 Thread nathan r. hruby
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

RE: code 12 error when specifying files

2006-08-03 Thread nathan r. hruby
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

rsync giving directory by name, instead of contents

2006-08-02 Thread nathan r. hruby
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 -- --

Rsync --link-dest over ssh not working

2006-08-01 Thread Nathan
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

rsync resources list

2005-08-08 Thread Nathan Bullock
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

I think I found a bug...

2005-07-30 Thread Nathan Bullock
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 ___

2.6.3, 2.6.4 incompatibilities

2005-06-26 Thread Nathan Bullock
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 __

Two Questions

2005-06-21 Thread Nathan Bullock
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

setting up rsync server with fetch

2004-11-26 Thread Nathan Butcher
(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

Re: PATCH: better fix for rsync hang

2001-06-04 Thread Colin Nathan
  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,

incomplete local directory syncronisation

2001-05-30 Thread Colin Nathan
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

incomplete syncronisation of folders

2001-05-24 Thread Colin Nathan
password insertion so that this job can be cron'd?   Thanks and regards,   Colin Nathan Faculty of Life Sciences RMIT University Melbourne, Australia