Displaying 20 results from an estimated 300 matches similar to: "recommendations for copying large filesystems"
2002 Jan 15
3
problem with --delete if I sync part of a dir
Hi,
I'm using rsync for a couple of things but I am at a point where I could not find a solution for my problem.
this is what I want to do:
rsync only the files i_* from a directory from machine A to machine Bi and delete them from machine B if they on longer exist on machine A.
so I use the command:
rsync -azv --stats -e ssh --delete i_* user@host:/dir/
When using this command the files
2002 Jun 09
1
Rsync of filesystems with sym-links to other hosts
HI,
I have a scenario where a filesystem i.e /fs13/m6.uecommon.1/wmt8/utils is
residing on a fileserver i.e. fs13. Contents of this filesystem are as
follows:
# ls -l /fs13/m6.uecommon.1/wmt8/utils
lrwxrwxrwx ........ include-> /fs12/m6.uecommon.1/utils/include
lrwxrwxrwx ........ tool_utils-> /fs12/m6.uecommon.1/utils/tool_utils
The filesystems being pointed to i.e
2003 Aug 13
4
Question on --include-from option.
Hello list,
I am running rsync 2.5.5 on some Solaris 7 and 8 boxes.
I'd like to sync different directories from one box to another.
This is my include file:
ppukweb2% more rsync-include-file
/tmp/loris/testrsync1
/tmp/loris/testrsync2
/tmp/loris/testrsync3
This is the command I run:
rsync -azv -e ssh --stats --include-from=/tmp/rsync-include-file
ppukweb8:/tmp/loris
and this is the
2002 Oct 30
1
upload to rsync server syntax problems
What I'm trying to do: upload files from my local machine to an rsync server
running on a remote host.
What I don't know: syntax on how to do this.
I initially set the conf file so that I could download from the remote
machine to my local machine, the syntax:
rsync -azv --delete rsync://user@remote.machine.com:12923:blah destdir
This worked fine. So then, I wanted to go the other
2002 Apr 21
3
ports/36998: rsync requires -O2 on BSD to avoid segv?
On 21 Apr 2002, Anders Nordby <anders@fix.no> wrote:
> # rsync -azv \
> rsync://sunsite.dk/ftp//mirrors/mysql/Downloads/Contrib/MyAccess.mda .
Works fine for me using rsync's upstream HEAD and 2.5.5 release. So
it seems like it must be either something in BSD's patches, or
something about your compiler, or possibly something else.
Could you please try building from upstream
2009 Aug 23
23
incremental backup with zfs to file
FULL backup to a file
zfs snapshot -r rpool at 0908
zfs send -Rv rpool at 0908 > /net/remote/rpool/snaps/rpool.0908
INCREMENTAL backup to a file
zfs snapshot -i rpool at 0908 rpool at 090822
zfs send -Rv rpool at 090822 > /net/remote/rpool/snaps/rpool.090822
As I understand the latter gives a file with changes between 0908 and
090822. Is this correct?
How do I restore those files? I know
2020 Mar 25
4
Need help to fix bug in rsync
Hi,
I've discovered a bug in rsync which leads to increased CPU usage and
slower transfers in many situations.
When syncing with compression (-z), certain file types should not be
compressed during the transfer because they are already compressed. The
file types which are not to be compressed can be seen in the man page
section --skip-compress.
Unfortunately skipping the default file types
2003 Oct 15
1
Verbose logging
Hello All,
I have a simple question I think. I have been using rsync for a year now and
all is going well. I have it set up in my cron.daily with the -azv option.
When I receive the email upon completion of the cron is there any options I
am not aware of that will also show me the size of the file being transfered?
Thanks for any help.
Amy A.
2002 Jul 29
1
problems preserving permissions -
Hi All,
I recently installed Rsync to perform backup features - this
includes backing up a /home dir and keeping ownerships/permissions
intact is obviously very important....
However when I perform.
(current working path is /home)
rsync -azv --progress --stats * andrew@192.168.0.2::tmp/home
and on the server side of things... I have it setup like so -
motd file = /etc/rsyncd.motd
2008 Jun 02
2
RE: Largish filesystems [was Re: XFS install issue]
To start I wish to that you for the swift response on this
issue. I do not think that I would get such a quick
response from a proprietary (closed-source) company. Open
Source :-).
To respond to one the comments about large file systems
?recommend you split it in several smaller (2-4TB)
filesystems ?
This is not feasible in many situations. In some
situations 2-4TB is not even a reasonable
2011 Aug 28
6
rsync and encryption
Hi,
I have a small server at home. I like to put it 'online' and secure it
as good as possible. The counterside of putting your personal backups on
a server is that it might get hacked... and you don't want have to have
your personal docs online...
Do you think encryption is needed?
How to use encryption with rsync?
Thanks in advance,
~D
2005 Feb 01
2
Rsync and SSH on Windows
I am writing a program that synchronizes my companies Windows laptops
with our home server. Due to the nature of our proxy/firewall, I must
use SSH with port forwarding to achieve this goal. Currently I establish
the SSH connection using the following command:
ssh ssh_user@proxy.example.com -i file_name -L 873:200.200.60.60:7000 -N
and then run rsync with the following command:
rsync
2012 May 15
1
[LLVMdev] CloneFunctionInto() overwrites alignment attribute
Hi everybody,
I am trying to clone a function body into an existing declaration.
That declaration has the same number of parameters but they differ in
type and alignment.
Fortunately, it does not care about the type.
Unfortunately, CloneFunctionInto() copies the attributes from the old
function to the new one unconditionally, overwriting the alignment
attribute.
Also, the Attribute interface
2006 Jan 21
2
DO NOT REPLY [Bug 3432] New: rsync -azv --cvs-exclude forgets "LocalSettings.php"
https://bugzilla.samba.org/show_bug.cgi?id=3432
Summary: rsync -azv --cvs-exclude forgets "LocalSettings.php"
Product: rsync
Version: 2.6.6
Platform: x86
URL: http://pto.linux.dk/albackup.tgz
OS/Version: Linux
Status: NEW
Severity: major
Priority: P3
Component: core
2008 Jun 02
2
Largish filesystems [was Re: XFS install issue]
On Mon, Jun 2, 2008 at 2:03 PM, Johnny Hughes <johnny at centos.org> wrote:
> I would also not use XFS in production ... but that is just me.
Interesting, I thought that XFS was fairly safe for use. What would
you recommend for filesystems in the 50-500 terabyte range?
(And yes, we do actually run a 70 TB at the moment, so I'm not asking
just to annoy you; I'm genuinely
2018 Apr 04
2
Expand distributed replicated volume with new set of smaller bricks
We currently have a 3 node gluster setup each has a 100TB brick (total
300TB, usable 100TB due to replica factor 3)
We would like to expand the existing volume by adding another 3 nodes, but
each will only have a 50TB brick. I think this is possible, but will it
affect gluster performance and if so, by how much. Assuming we run a
rebalance with force option, will this distribute the existing data
2018 Apr 04
0
Expand distributed replicated volume with new set of smaller bricks
Hi,
Yes this is possible. Make sure you have cluster.weighted-rebalance enabled
for the volume and run rebalance with the start force option.
Which version of gluster are you running (we fixed a bug around this a
while ago)?
Regards,
Nithya
On 4 April 2018 at 11:36, Anh Vo <vtqanh at gmail.com> wrote:
> We currently have a 3 node gluster setup each has a 100TB brick (total
> 300TB,
2010 Dec 11
8
What NAS device(s) do you use? And why?
If you use any NAS (or a SAN) devices, what do you use? And I'm
referring more to larger scale network storage than your home PC or
home theater system.
We've had very good experiences with our NetGear ReadyNAS devices but
I'm in the market for something new. The NetGear's aren't the cheapest
ones around but they do what it says on the box. My only real gripe
with them is the
2018 May 26
2
glustefs as vmware datastore in production
> Hi,
>
> Does anyone have glusterfs as vmware datastore working in production in a
> real world case? How to serve the glusterfs cluster? As iscsi, NFS?
>
>
Hi,
I am using glusterfs 3.10.x for VMware ESXi 5.5 NFS DataStore.
Our Environment is
- 4 node supermicro server (each 50TB, NL SAS 4TB used, LSI 9260-8i)
- Totally 100TB service volume
- 10G Storage Network and Service
2020 Mar 20
2
[Bug 14323] New: Defaults for --skip-compress are not working, everything is being compressed
https://bugzilla.samba.org/show_bug.cgi?id=14323
Bug ID: 14323
Summary: Defaults for --skip-compress are not working,
everything is being compressed
Product: rsync
Version: 3.1.3
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core