Displaying 20 results from an estimated 60000 matches similar to: "How Can I Duplicate an Entire Drive?"
2002 Mar 04
4
script to rysnc to spare hard drive
Im brand new to rsync and i been doing alot of reading about it and it looks like the tool I have long been wanting.
Bascially i got 1 server, 2 hard drives. partions are
/
/boot
/home
/usr
/var
/backup (2nd drive)
Bascially what i am looking at doing is mirroring the first drive to the 2nd drive, and once that intial one is moved over, have a
cron run nightly (or when specified) that will
2002 Sep 11
3
Image (clone) of hard drive using rsync
Is it possible to make a complete image (or clone) of your hard drive (FAT
or NTFS) using rsync?
Is it possible to make incremental backups of the image (without having to
duplicate the source files)?
When restored to a new hard drive it should be bootable again and should be
an exact copy or clone of the original hard drive(i.e. the program should
firstly copy the system file information
2011 Jul 28
1
[RFC net-next PATCH 3/4] ethtool: Add new set commands
On Jul 28, 2011, at 1:38 PM, Rose, Gregory V wrote:
>
>> From: Anirban Chakraborty [mailto:anirban.chakraborty at qlogic.com]
>> Sent: Thursday, July 28, 2011 12:04 PM
>> To: Rose, Gregory V
>> Cc: David Miller; netdev; Ben Hutchings; Kirsher, Jeffrey T
>> Subject: Re: [RFC net-next PATCH 3/4] ethtool: Add new set commands
>>
>>
>> On Jul 28,
2011 Jul 28
1
[RFC net-next PATCH 3/4] ethtool: Add new set commands
On Jul 28, 2011, at 1:38 PM, Rose, Gregory V wrote:
>
>> From: Anirban Chakraborty [mailto:anirban.chakraborty at qlogic.com]
>> Sent: Thursday, July 28, 2011 12:04 PM
>> To: Rose, Gregory V
>> Cc: David Miller; netdev; Ben Hutchings; Kirsher, Jeffrey T
>> Subject: Re: [RFC net-next PATCH 3/4] ethtool: Add new set commands
>>
>>
>> On Jul 28,
2008 Aug 01
7
Mirroring Hard Drive
I have a 500GB Sata drive about 15% used I would like to make an exact
copy of too another Sata 500GB drive as a spare. That way if
something happens to the one in service I can plug in the spare
quickly and restore one of the weekly backups without reinstalling the
entire OS and all the little tweaks of setup on this mail/web server.
How do I do this? That is make an exact bootable copy of a
2018 Mar 01
2
Bug report - duplicate row names with as.data.frame()
Hello,
I'd like to report what I think is a bug: using as.data.frame() we can
create duplicate row names in a data frame. R version 3.4.3 (current stable
release).
Rather than paste code in an email, please see the example formatted code
here:
https://stackoverflow.com/questions/49031523/duplicate-row-names-in-r-using-as-data-frame
I posted to StackOverflow, and consensus was that we should
2016 Mar 25
4
Memory consumption for rsync -axv --delete
Hi,
I have been using rsync for many years and never had any kind of problem.
Lately I am running out of RAM trying to do an incremental backup to a box
that only has 2G of RAM. The entire directory structure I'm mirroring is
about 200G of files. A minority of subdirectories have many files.
Is there a way to do an incremental backup with --delete option that does
not use as much memory? Is
2007 Jan 18
2
rsync between mac and network drive
I would like to use rsync to backup my Mac to a network drive, and am
hoping someone on the list can help straighten me out.
Since the network drive can't run any programs, I am first mounting
the drive onto the Mac via SMB as /Volumes/backup. When I run:
rsync -av --delete --no-whole-file --progress /Users/bob/Documents /
Volumes/backupbob
everything seems to copy successfully.
2013 Sep 20
5
Incremental Backups
Hello.
Is someone performing incremental backups via libvirt for qemu/kvm
machines? I'm still having a hard time to
find a nice procedure. I mean is it possible to make a full backup of an
image on monday a do the next days of the week
incremental backups?
Another way could be mount the image and rsync its contents. Does that
makes sense?
Also i read in qemu changelog:
---
Support for a
2010 May 14
2
command line to backup my documents to external drive
I'm really confused with all the examples out there and all different types
of incremental backups. I tried several scripts but cannot reduce the size
of my backup folders. What I want is to backup my documents to my external
drive every month and save as much disk space as possible.
Lets say I have 3 backup directories in the external drive, backup03.10,
backup04.10 and backup05.10. I want
2012 Feb 06
6
schily tools
Hey folks,
I'm reading up on gtar for tape archiving and it sounds kind of nasty and
not something I really want to rely on.
It looks like star from the schily tools is preferred. I'm using Centos
(and RHEL) 5.7 which seems to have star but not sdd.
Which leads me to believe that the Schily tools are maybe a bit "rogue"
My basic requirement with what I'm doing is to use
2018 Mar 25
3
Writing on an HFS+ drive on raspberry pi
I have been trying for the past few months to set up my raspberry pi to do incremental backups using time machine over Samba since AFP is being deprecated. Also since the latest release of samba (4.8.0) came out with support for time machine I decided to compile it myself and give it a go. The drive is formatted in HFS plus.
The main problem that I am having is that even though I can mount the
2001 Aug 21
1
difference between trees in R?
Hi.
I am wondering if anybody has studied and/or written code in R to
calculate the distance between 2 "trees". For example, if one does a
hierarchical agglomerative clustering and say, a hierachical divisive
clustering (represented as trees) and wishes to compute a metric on
them. I am thinking of something like the symmetric difference as
mentioned in Margush and McMorris (1982).
2014 Feb 06
2
Re: Can I move the disk image of the guest while it is running?
----- Original Message -----
> From: "Eric Blake" <eblake@redhat.com>
> To: "Gergely Horváth" <gergely.horvath@inepex.com>, libvirt-users@redhat.com
> Sent: Wednesday, February 5, 2014 4:47:47 PM
> Subject: Re: [libvirt-users] Can I move the disk image of the guest while it is running?
>
> On 02/05/2014 02:54 PM, Gergely Horváth wrote:
> >
2013 Sep 23
1
Re: Incremental Backups
Am 23.09.13 16:00, schrieb Daniel Berteaud:
> Le vendredi 20 septembre 2013 à 15:31 +0200, Thomas Stein a écrit :
>> Hello.
>>
>> Is someone performing incremental backups via libvirt for qemu/kvm
>> machines? I'm still having a hard time to
>> find a nice procedure. I mean is it possible to make a full backup of an
>> image on monday a do the next
2010 Mar 05
2
ZFS replication send/receive errors out
My full backup script errorred out the last two times I ran it. I''ve got
a full Bash trace of it, so I know exactly what was done.
There are a moderate number of snapshots on the zp1 pool, and I''m
intending to replicate the whole thing into the backup pool.
After housekeeping, I take make a current snapshot on the data pool (zp1).
Since this is a new full backup, I then
2019 Sep 07
2
[RFC] changing variable naming rules
[just so i don't end up with "why haven't you spoken up"]
On Sun, Sep 8, 2019 at 1:32 AM Philip Reames via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
>
> I do not support this. I feel the benefit is low, and the churn cost is high.
>
> I'm not strongly opposed or anything, I just don't believe this is worthwhile.
Same thoughts.
> Philip
Roman
2020 Jul 21
3
[RFC] Preferred error/note style across non-clang tools, e.g. tablegen
A question of preference came up in https://reviews.llvm.org/D83588 <https://reviews.llvm.org/D83588> as to whether we ought to prefer emitting TableGen error messages with all of the information in a single diagnostic, or whether it makes sense to split things in an error+note style as seen in many clang diagnostics. TableGen doesn’t use a DiagnosticsEngine, so the concept of a fatal note
2016 May 09
3
Resuming the discussion of establishing an LLVM code of conduct
On 9 May 2016 at 03:07, C Bergström <llvm-dev at lists.llvm.org> wrote:
> As activity on the thread dies down and I guess it has been socialized
> to the point of annoyance (myself and probably others based on private
> emails).. I'll assume the current draft is mostly stable, but to
> confirm, Chandler are you done playing with your CoC?
I personally think the code is fine
2019 Mar 15
2
Scalable Vector Types in IR - Next Steps?
On Fri, 15 Mar 2019 at 16:50, James Y Knight <jyknight at google.com> wrote:
>> Ie. the current series is already dead, no matter what we do
>
> But this last statement seems odd. So far, there looks to be a fairly good consensus from a number of experienced llvm developers that the approach seems like a good idea, both on this thread, and from skimming the earlier threads you