Displaying 20 results from an estimated 1400 matches similar to: "rsync Digest, Vol 151, Issue 15"
2015 Jul 17
1
clone a disk
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I would add --numeric-ids and --itemize-changes. Up to you if you
need --xattrs or --acls.
Also, I prefer to do backups by filesystem so I would add
- --one-file-system and run one rsync per filesystem. This means you
don't have to exclude things like /proc and /dev and any random thing
that isn't normally connected but sometimes is but it
2010 Aug 18
0
XCP - Cloning VM from Xen
Simon,
To add on to this question:
Is it possible to run a VM (RHEL 5.2) which I had created on XCP 0.5 on XCP
1.0 whenever it is released?
Regards,
Prateek
>
>
>
> ---------- Forwarded message ----------
> From: Simon Hobson <linux@thehobsons.co.uk>
> To: xen-users@lists.xensource.com
> Date: Wed, 18 Aug 2010 17:10:33 +0100
> Subject: Re: [Xen-users] Cloning VM
2013 Jan 29
0
command "puppet node install"
Hi,
If I understood correctly, this command installs puppet on a remote node.
Is this command available in enterprise version only or is it possible to use it in community version ?
Sincerly,
Bernard Granier
CE Plateforme Système
bernard.granier@morpho.com<mailto:bernard.granier@morpho.com>
01 58 11 32 51
#
" This e-mail and any attached documents may contain confidential or
2015 Apr 28
0
Options for a "I'm done" flag file
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 Apr 28, 2015 3:47 AM, "Simon Hobson" <linux at thehobsons.co.uk> wrote:
2015 Jun 27
1
Sync files-from with delete
----- Original Message -----
From: Simon Hobson <linux at thehobsons.co.uk>
To: "rsync at lists.samba.org" <rsync at lists.samba.org>
Cc:
Sent: Friday, June 26, 2015 8:07 AM
Subject: Re: Sync files-from with delete
john espiro <john_espiro at yahoo.com> wrote:
> I have a local directory that I am trying to sync with a remote directory. That's fine, but
2015 Jul 13
0
Fwd: rsync --link-dest and --files-from lead by a "change list" from some file system audit tool (Was: Re: cut-off time for rsync ?)
On Mon, Jul 13, 2015 at 5:19 PM, Simon Hobson <linux at thehobsons.co.uk>
wrote:
> > What's needed is a file system that can do what hard links do, but at the
> > file page level. I imagine that this would work using the same Copy On
> > Write logic used in managing memory pages after a fork().
>
> Well some (all ?) enterprise grade storage boxes support de-dup
2015 Jul 17
0
clone a disk
Thierry Granier <th.granier at free.fr> wrote:
> i have a machine A with 2 disks 1 et 2 running Debian Jessie
> on 1 is the system and the boot and the swap
> on 2 different partitions like /home /opt ETC.....
>
> i have a machine B with 1 disk running kali-linux and 100G free
>
> Can i clone the disk 1 of machine A on the 100G free on machine B with rsync?
>
>
2016 Jul 01
0
rsync Digest, Vol 163, Issue 1
Check if the FAQ here can be helpful:
https://www.itefix.net/content/permissions-filesdirectories-are-clutteredmixed
Tev
2016-07-01 14:00 GMT+02:00 <rsync-request at lists.samba.org>:
> Send rsync mailing list submissions to
> rsync at lists.samba.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>
2010 Aug 10
0
Re: XEN in VirtualBox?
Oh yes you can run XEN on VB. I am running the following config:
=========
GUEST
=========
[root@xenserver ~]# cat /etc/issue
Citrix XenCloudPlatform Host 0.1.1-25823p
[root@xenserver ~]# uname -a
Linux xenserver 2.6.27.42-0.1.1.xs0.1.1.737.1065xen #1 SMP Fri Jan 15
16:20:16 EST 2010 i686 athlon i386 GNU/Linux
========
HOST
========
OS Name: Microsoft Windows 7 Ultimate
OS
2012 May 18
0
4. Re: domU backup strategy (Simon Hobson)
Felix du Plessis
Tel: +27 (0) 12 640 0135
Fax: +27 (0) 12 640 0151
Mobile: +27 (0) 83 457 8718
-----Original Message-----
From: xen-users-bounces@lists.xen.org
[mailto:xen-users-bounces@lists.xen.org] On Behalf Of
xen-users-request@lists.xen.org
Sent: Friday, May 18, 2012 2:00 PM
To: xen-users@lists.xen.org
Subject: Xen-users Digest, Vol 87, Issue 32
Send
2008 Jul 21
0
Boot from iso file (xen)
Hi,
I don't remember how to boot from iso file. My current config file is:
name = "devel"
uuid = "4223e2e8-a3a7-91a7-aabf-e7b9f6f8a4a8"
maxmem = 256
memory = 256
vcpus = 1
boot= "d"
on_poweroff = "destroy"
on_reboot = "restart"
on_crash = "restart"
vfb = [ "type=vnc,vncunused=1,keymap=en-us" ]
disk = [
2015 Jul 17
0
clone a disk
Hi TG,
You can keep an up-to-date copy of the files/folders/pipes/etc. in the
100GB space using rsync, but not a true clone of the partition.
To get a true clone of the boot partition, you'd need to boot from a
rescue CD, mount the other machine's 100GB space and dd the boot
partition device to a file on the 100GB space.
You'd also probably want to get the Master Boot Record by
2011 Aug 25
2
OT: Staging startups for dependent machines
It''s a bit OT for this list, but I''m sure people here will have dealt with it.
Does anyone have any suggestions for simple methods of staging
machine (Linux in my case) startups when there are interdependencies
? Eg, most of my servers rely on the DNS, so it would be nice if they
could wait till the DNS is running before starting - otherwise I end
up having to log in and
2009 Jan 29
0
[PATCH v2] txt: 2/5 - ACPI Generic Address Structure for tboot shutdown
New versions of tboot support ACPI GAS (Generic Address Structure) for handling sleep states. This required a change to the tboot_shared_t data structure that is not backwards compatible. This patch requires that new version makes use of GAS when invoking tboot on shutdown.
Signed-off-by: Shane Wang <shane.wang@intel.com>
Signed-off-by: Joseph Cihula <joseph.cihula@intel.com>
diff
2015 Jul 17
4
clone a disk
Hello
i have a machine A with 2 disks 1 et 2 running Debian Jessie
on 1 is the system and the boot and the swap
on 2 different partitions like /home /opt ETC.....
i have a machine B with 1 disk running kali-linux and *100G free*
Can i clone the disk 1 of machine A on the 100G free on machine B with
rsync?
If it is possible, how to do that?
Many thanks
TG
-------------- next part --------------
2015 Jul 13
6
rsync --link-dest and --files-from lead by a "change list" from some file system audit tool (Was: Re: cut-off time for rsync ?)
On Mon, 13 Jul 2015 15:40:51 +0100, Simon Hobson wrote:
> The think here is that you are into "backup" tools rather than the
> general purpose tool that rsync is intended to be.
Yes, that is true. Rsync serves so well as a core component to backup, I
can be blind about "something other than rsync".
I'll look at the tools you suggest. However, you've made be
2005 Jul 26
4
Method not allowed error
Hi,
I am getting "Got SIP response 405" Method not allowed" error on CLI. I
am also getting Port restricted Cone NAT error on my SJ phone.
Please help!!!!!
Afzaal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050726/e130223c/attachment.htm
2007 Dec 18
6
packages to build wine
All,
I am having difficulty locating several packages to build wine.
./configure reports the following missing:
sys/errno.h
sys/sockio.h
ac_cv_func__popen
What packages provide these? Thanks Dan
2012 Jul 12
2
CentOS6.2: installation at specific kernel level
Hi, all
I have a number of machines that are out of sync with one another by
virtue of having done a yum update after a base 6.2 install at different
times (all were previous CentOS 5.3) Consequently, systems are a mix of
2.6.32-220.7.1, 2.6.32-220.13.1 or 2.6.32-220.17.1.
So 2 questions:
- Is it possible to perform a yum update (or another other kind of
update), specifying installation
2006 May 01
3
packages on FC5 to build wine ??
Wine .12 on fc5 does not build well.
.configure shows several dependancies missing. Can anyone identify the
packages that sypply the following:
xorg-x11-devel
_popen, _pclose, lwp_create
mingw32-dlltool
Thanks,
Dan