search for: dbond

Displaying 18 results from an estimated 18 matches for "dbond".

Did you mean: bond
2016 Jan 25
1
Why is my rsync transfer slow?
On Sun, Jan 24, 2016 at 4:48 PM, < dbonde+forum+rsync.lists.samba.org at gmail.com> wrote: > That doesn't make sense. Both the source and destination path contains > simple alphanumeric characters, no more no less. Why would it matter > whether the path is /abc/ or /def/ or even /123/? Hmm.. I thought your are the one w...
2016 Jan 23
2
Why is my rsync transfer slow?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 It will, assuming it sees both links in the same rsync run. On 01/23/2016 11:46 AM, dbonde+forum+rsync.lists.samba.org at gmail.com wrote: > On 2016-01-21 09:20, dbonde+forum+rsync.lists.samba.org at gmail.com > wrote: >> I run a rsync job transferring about 45 million >> files/approximately 1.8 TB data (a Mac OS X Time Machine backup) >> over a 100 MBit connecti...
2016 Jan 23
2
Why is my rsync transfer slow?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I want to know what your whole command line was so I can understand your results. On 01/23/2016 04:57 PM, dbonde+forum+rsync.lists.samba.org at gmail.com wrote: > On 2016-01-23 22:02, Kevin Korb wrote: >> What was your rsync source and target that made those? > > What do you mean? Filesystem is HFS (Mac OS X). Rsync version is > 3.1.2 from MacPorts. Source is a regular directory/folder on...
2016 Jan 23
2
Why is my rsync transfer slow?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I need to know what the paths were so I know how they relate to the file names you listed. On 01/23/2016 05:10 PM, dbonde+forum+rsync.lists.samba.org at gmail.com wrote: > On 2016-01-23 22:59, Kevin Korb wrote: >> I want to know what your whole command line was so I can >> understand your results. > > % rsync -HzvhErlptgoDW --stats --progress --out-format="%t %f %b" > /source/ /des...
2016 Jan 23
2
Why is my rsync transfer slow?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 What was your rsync source and target that made those? On 01/23/2016 03:44 PM, dbonde+forum+rsync.lists.samba.org at gmail.com wrote: > On 2016-01-23 21:16, Kevin Korb wrote: >> As long as it still sees both links it is fine. >> >> Essentially, the way it works is that whenever rsync -H (on the >> source) sees a file with a link count >1 it remembers...
2016 Jan 21
4
Why is my rsync transfer slow?
I run a rsync job transferring about 45 million files/approximately 1.8 TB data (a Mac OS X Time Machine backup) over a 100 MBit connection. I use rsync 3.1.1 from MacPorts (I first tried the built in rsync, version 2.6.9, since it has a Mac OS X specific cache parameter, but it ran out of memory) with the following parameters % rsync -HzvhErlptgoDW --stats --progress --out-format="%t %f
2016 Jan 24
2
Why is my rsync transfer slow?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Are you rsyncing from one to the other? Both of them to somewhere else? One at a time to somewhere else? Why won't you just show your actual command line and an ls -li of the correct source and incorrect target? On 01/23/2016 06:25 PM, dbonde+forum+rsync.lists.samba.org at gmail.com wrote: > On 2016-01-23 23:24, Kevin Korb wrote: >> I need to know what the paths were so I know how they relate to >> the file names you listed. > > I posted the relevant parts of the path in a previous message > > /Volumes/A/Ba...
2016 Jan 23
2
Why is my rsync transfer slow?
...abort after it copies one but before it links the other it will still handle it correctly on the next run. It just won't handle it if you rsync tree #1 then rsync tree #2. It won't see a hard link that is common to both since it wasn't analyzing them together. On 01/23/2016 03:04 PM, dbonde+forum+rsync.lists.samba.org at gmail.com wrote: > On 2016-01-23 17:50, Kevin Korb wrote: >> It will, assuming it sees both links in the same rsync run. > > How does one handle interrupted transfers if one wants to preserve > hard links? Would --partial and --append-verify work?...
2016 Feb 06
1
Why is my rsync transfer slow?
Den 2016-01-26 kl. 09:06, skrev Simon Hobson: >>> >>The other option is >>> >> >>> >>HD <--FW800--> Computer <--USB2 or Ethernet 1000Mbit --> NAS >> > >> >If you use a network connection then you've still got that network layer. > Just thinking a bit more about that ... > > Is your normal setup : >
2016 Jan 24
3
Why is my rsync transfer slow?
On Sun, Jan 24, 2016 at 12:29 PM, < dbonde+forum+rsync.lists.samba.org at gmail.com> wrote: > On 2016-01-24 03:51, Kevin Korb wrote: > >> Are you rsyncing from one to the other? Both of them to somewhere >> else? One at a time to somewhere else? Why won't you just show your >> actual command line and an l...
2005 May 22
4
FSCK of corrupted ext3 filesystem
Hello, I have a 1.3TB ext3 filesystem that has been in service for about 3 months. About 6 days ago the Emulex fibrechannel controller logged a SCSI error and the filesystem changed to RO. It appears that the filesystem instantly changes to RO and prevents the journal from working, therefore invalidating the filesystem. The filesystem was unmounted and a remount was attempted. The mount failed
2009 Oct 06
0
[PATCH server] new host networking wui
...d.to_i } + unless dnic.nil? + dnic.update_attributes!(nic) + end + } + + # delete any bondings associated w/ host but not in bondings array + @host.bondings.each { |b| + b.destroy unless bondings.include?(b.id.to_s) + } + + bondings.each { |bond_id, bond| + dbond = @host.bondings.all.find { |b| b.id == bond_id.to_i } + unless dbond.nil? + # update original bonding + dbond.update_attributes!(bond) + else + bond[:host_id] = id + # create new bonding + Bonding.create!(bond) + end + } end # Set the di...
2016 Jan 23
0
Why is my rsync transfer slow?
On 2016-01-21 09:20, dbonde+forum+rsync.lists.samba.org at gmail.com wrote: > I run a rsync job transferring about 45 million files/approximately 1.8 > TB data (a Mac OS X Time Machine backup) over a 100 MBit connection. > > I use rsync 3.1.1 from MacPorts (I first tried the built in rsync, > version 2.6.9, si...
2016 Jan 25
2
Why is my rsync transfer slow?
dbonde+forum+rsync.lists.samba.org at gmail.com wrote: > Thank you. I will try your suggestions. First I will connect the NAS Ah, you didn't mention NAS ! How is it connected to the computer hosting "A" ? If via network then you've added *another* layer. > directly to the compu...
2016 Jan 25
3
Why is my rsync transfer slow?
dbonde+forum+rsync.lists.samba.org at gmail.com wrote: > It is exactly as I wrote. On a network volume (A) a "sparse disk image bundle" (B), i.e., a type of disk image used in OS X, is stored. B is then mounted locally (i.e., local to where rsync is run) on a computer (C) where it appears a...
2016 Jan 21
0
Why is my rsync transfer slow?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 First, don't use -z on a local copy. It will only make rsync slower for no reason at all. Second, 45 million files means 90 million calls to stat(). This will take a while even if nothing needs copying. On 01/21/2016 03:20 AM, dbonde+forum+rsync.lists.samba.org at gmail.com wrote: > I run a rsync job transferring about 45 million files/approximately > 1.8 TB data (a Mac OS X Time Machine backup) over a 100 MBit > connection. > > I use rsync 3.1.1 from MacPorts (I first tried the built in rsync, > version 2....
2016 Jan 25
0
Why is my rsync transfer slow?
...lt;--FW800--> HD <--USB2--> NAS The other option is HD <--FW800--> Computer <--USB2 or Ethernet 1000Mbit --> NAS But I still must say it is weird that rsync seems slower than Finder. I also might have a look at ditto or CpMac. On 2016-01-25 15:50, Simon Hobson wrote: > dbonde+forum+rsync.lists.samba.org at gmail.com wrote: > >> It is exactly as I wrote. On a network volume (A) a "sparse disk image bundle" (B), i.e., a type of disk image used in OS X, is stored. B is then mounted locally (i.e., local to where rsync is run) on a computer (C) where it a...
2016 Jan 24
0
Why is my rsync transfer slow?
On 2016-01-24 20:39, Selva Nair wrote: > Sorry for butting in, but hope this helps: > > The command line you posted earlier reads > > % rsync -HzvhErlptgoDW --stats --progress --out-format="%t %f %b" > /source/ /destination/ > > I think Kevin is asking you write out that /source/ and /destination > exactly as used on the command line so that one could