Ubuntu :: Creating Really Big Volumes & Backups?

Oct 24, 2010

First Question: I have a very big volume (20+TB). When I try formatting it as ext4, I get the error message:

mke2fs 1.41.12 (17-May-2010) mkfs.ext4: Size of device /dev/sdc1 too big to be expressed in 32 bits using a blocksize of 4096. I understand that ext4 has a limit of 1EB (about a million terabytes), but a 32-bit limitation in e2fsprogs prevents me from creating a partition > 16TB.

Until e2fsprogs is updated to use 48-bit block addressing, it appears my choices are:Break up the volume into smaller volumes < 16TB, or Use xfs or zfs (I have already created a test xfs partition, and it works fine).

Does anyone have any opinions about which option is preferable? I have never used xfs before. Is it as robust as ext4? Is it as well supported by Ubuntu? What about zfs? Is it worth downloading from the ppa?

Second Question: I now have a huge amount of data to back up. In the old days, I remember making a full backup of a "big" 10 MB hard drive by taking a stack of floppies and inserting them one at a time into my floppy drive while my backup program split the backup into 1.4 MB chunks small enough to fit on a floppy.

I now have the same problem, but at a different scale. I need to back up 20+TB onto a stack of external 2TB drives. Is there any software package that can fragment a backup in this way?

View 9 Replies


ADVERTISEMENT

Debian :: Creating Offline Package Backups?

Apr 6, 2010

For a project I have had to migrate from FreeBSD to Linux and I have decided to choose Debian because I have had good experiences with it.However, since my main development machines are completely offline I have run into a little bit of trouble.Is there a way to specify a .deb package and get a tool to recursively list (and fetch) all dependency packages that are not included in the base install and put them in a folder?

I do not like to be tied to the internet (Never a good idea) and so this would save me a heap of trouble (and journeys to an online PC)Once I have these folders containing packages, then I can simple cd into one of them, dpkg -i the relevent .deb and not have to rely on the DVDs or worry about connecting to an online repositoryLife will be good!Suffice to say FreeBSD can do this well so I strongly believe that Debian will be able to aswell but since it is not normally done, I havn't found much on google about it

View 8 Replies View Related

Software :: Use Acronis For Creating Harddrive Backups?

Feb 9, 2011

We use Acronis for creating harddrive backups. The file format is "tib".We were able to mount the image using Acronis to make sure the files were restorable.

View 2 Replies View Related

CentOS 5 :: Scheduled Unattended Backups With Alerts If The Backups Fail

Feb 3, 2011

I've been a DOS/Windows guy for 20 years, and recently became a SW test lab helper. My company uses CentOS for a lot, so I've become familiar with it, but obviously not as comfortable as I am with Windows.

Here's what I have planned:

machine: Core 2 Duo E8400, 8GB DDR2, 60GB SSD OS drive, ATI 4650 video card, other storage is flexible (I have 3 1TB drives and 4 750GB drives around that can be used in this machine.)

uses: HTPC, Network Storage, VMWare server host: SMTP, FTP server, and Web server virtual machines

I've figured out how to do much of this, but I haven't figured out how to do backups in Linux. I've been spoiled with Windows, with the built in backup system so simple to use. I find myself overwhelmed with the array of backup software, and unable to determine which to use. none of them seem to do everything I need them to do, but some come close, I think. I'm hoping someone here can help me out in figuring out which program to use and how to use it.

Here is what I need the backup software to do:
1. scheduled unattended backups, with alerts if the backups fail
2. a weekly full backup with incremental every 12 hours
3. removing the old backups when the new full backup runs, I would prefer to keep 2 weeks of backups, but that's not necessary
4. a GUI would be preferable, since my arthritic fingers don't always do as I want them to do. I typo things a lot, and the label worn off my backspace can attest to that.

View 7 Replies View Related

General :: Rsync Incremental Backups Rather Than Full Backups?

Nov 12, 2009

How do you get Rsync to do incremental backups rather than full backups? At the moment I have a script that will create a backup folder (if it doesnt already exist) then copy the source files into the backup directory with the command

rsync $VERBOSE --exclude=$TARGET/ $EXCLUDE --exclude '/Ls-wtgl1c8/**' -rt --delete $source/ $TARGET/$source/ >> $LOG_FILE

Target is where the files will be backed up to Sources is the dir(s) to be backed up Exclude files is the list of files not to backup
log file is where the output will be saved to. At the moment it only does full backups, but I would only like to do incremental, how would this be achieved? Am I missing out an option in the Rsync that is required.

View 9 Replies View Related

Ubuntu :: DVD / Can't Read Backups?

Nov 17, 2010

I backed my photographs with K3B in Suse, prior to installing Ubuntu. Now I can't access them. Well I can but not with Ubuntu or Windows 7. Suse (KDE) on the family computer reads them with no problem?? I'm confused. Is there something that KDE has that Debian doesn't. there's nothing wrong with my system exept for this. Reads cd's and dvd's.

View 2 Replies View Related

Ubuntu :: Adjust Volumes On A Per-app Basis?

Aug 16, 2010

I know many apps have their own independent volume controls, but not all do. Is there any way to control this in a similar manner as Windows 7?

View 4 Replies View Related

Ubuntu :: Adding LVM Volumes To GRUB2?

May 4, 2011

So after installing Ubuntu 11.04 with Fedora Beta 15, I decided it would be a good idea to get a *buntu based distro in case of anything. So I reinstalled it in the form of Xubuntu, and I see that Grub found my Windows 7 install, but not my Fedora install! Here is the output of fdisk -l:

Code:
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes

[Code].....

View 5 Replies View Related

Ubuntu :: Messed Up With Permissions For USB And Other Volumes?

Mar 15, 2010

While doing some experiments with my partitions I must have messed up something and I am unable to mount or unmount USB devices graphically, it simply says I have not the permission...Apart from playing with pysdm settings, the only bad thing I did was to change the permissions....(suggestion from another forum)$ sudo chmod -R 777 /Datasudo chown -R fred:fred /Data

View 2 Replies View Related

Ubuntu :: Best Fylesystem To Store Backups?

Mar 17, 2010

What will it be? I will use Clonezilla as the backup software, but I want to be able to see the backups from both Linux and windows.

Is fat32 an option? I have very large files(game isos and stuff like that)

If fat32 isn't an option, what filesystem should I use?

I read this thread but it doesnt mention the software to use and I assume we wants only to be able to see it in Linux.

View 7 Replies View Related

Ubuntu :: Way To Have Automated System Backups?

Apr 23, 2010

What would be the best way to have automated system backups? I'm trying to get it so my Xubuntu box automatically backs up the entire system including user settings on regular intervals, what would be the best way to do it? I have 2 hard drives with one that I do not use that I'd like to backup to.

View 2 Replies View Related

Ubuntu :: What Can Use For Backups That Is Faster Then Rsync?

May 9, 2010

I am currently backing up my data but find that it takes way to long to do a rsync, it takes forever to just find the differences and transfer them.Out of 3 separate rsyncs the main one that is slow is my www.skins.be mirror directory which is 41GB and has 392,200 files, sorted into multiple directories. Which grows by around 100 every couple days.I think that something that would be able to track changes by inotify time on directories will speed it up since Picasa sure finds the changes fast when I open it and it is tracking over 26,200 pictures. I just don't know of a backup solution that does that.

View 4 Replies View Related

Ubuntu :: Compress Tar Files For Backups?

Oct 25, 2010

I just read in my Linux+ resources that it is not a wise idea to compress tar files with gzip if my tape drive supports compression. In addition, the resources mention that using gzip for tar files runs the risk of data lost if an error occurs with the compression.

Does anyone compress tar files for major backups/restore policies?

View 1 Replies View Related

Ubuntu :: Getting The File System For Backups?

Nov 25, 2010

I'm having some trouble to find a file system that allows me to backup my data to an external HD, and then access this data in other Linux (and sometimes windows and mac) machines.

The file system that I'm looking for must:

- have no user permissions: anyone can do anything with the data;

- have support to large files: I've used FAT for a while but it just sucks;

- maybe support access in windows and or mac with additional drivers;

- have journaling (or something of the sorts) to reduce the risk of data loss.

View 8 Replies View Related

Ubuntu :: Barrybackup - Where To Do The Backups Go When Completed

Jan 8, 2011

when you do a barrybackup where do the backups go when completed?

View 5 Replies View Related

Ubuntu :: Redundant Backups And Using Software ?

Mar 21, 2011

I have two 500GB externals and a 200GB internal HDDs for my desktop. One of the 500s is solely for backups of my desktop, netbook, and laptop. The other 500 is pretty much my "everything" drive. Literally everything (music, movies/videos, pictures, documents, etc) get saved to this external so I can access it on all my machines. The internal 200GB on my desktop is pretty much only used for temporary downloads, the OS (obviously) and things like that.

Here's what I'd like to do:
I used deja dup to create a back up of my /home and my "everything" 500 onto the "back ups only" 500 but once I let my paranoia simmer for a second I thought, "what if my back up HDD fails?!" So I want to have two redundant backups on separate drives. First I figured I'd just chuck it on the other "everything" 500 but then I thought that since I'm using barely any room on the internal 200, I could just store a backup there. So that's my plan. My problem is that deja dup only really allows one location to run the scheduled backups.

I saw this post: [url]

and think I could just do that for the redundant backup? Or is there a program I can get from the software center that allows me to schedule more than one backup on different locations? I looked into Back in Time but that's just a snapshot(?) and I didn't see a way to do what I liked...I think.

View 4 Replies View Related

Ubuntu :: Backups For Mere Mortals?

Apr 30, 2011

I am looking for a SIMPLE point and click backup solution for Ubuntu. At work I manage a rather large Net Backup installation so I am not a complete idiot. Just very graphically dependent. I knew it was bound to happed as soon as the mouse came out. I installed backuppc. Read the docs/how-to's/tutorials for 90 minutes and have come to the conclusion that it simply is not worth the time effort or energy. I could not even figure out how to use backuppc to backup my Documents directory to a USB attached HDD. Now that is sad.

I currently use rsync over a network to backup up my Ubuntu laptop to a share on Server 2003. That is when it does not error out due to the difference in time stamps. Basically, I get a point in time backup, incrementals don't work.

View 3 Replies View Related

Ubuntu :: Burning Dvd Backups On 4.7 Disks?

May 16, 2011

The reason I'm here today is because wine seems to have changed quite a bit. It used to be simple and I only need it for a couple of programs called dvd decrptor and dvd shrink. I've tried some programs in linux and haven't been able to get them to work, like DVD 5. It could be me, of course! So, I haven't been able to get wine to read my cd-rom hardware to where I can back up my dvds. Are there any solutions that anyone knows of on Wine or linux programs which I prefer? I did create an iso from a dvd with DVD 5, I believe, and then had it set up to burn with k3b. The first part of the dvd came up with the menus and music, but I could go no further than that. I figure there is some little something that I'm doing wrong or some bit of linux software suport for DVD 5 or k3b that I do not have. That's usually what it is.

View 7 Replies View Related

Ubuntu :: How To Auto-mount Volumes/Partitions

Feb 21, 2010

I have 9.10 and notice that when I look in Places none of my volumes/partitions are mounted - if I click on them I have to enter my user password to authenticate to gain access. My problem is that (with some help) I have set up rsync so it runs when I shut down my PC and backs up my Home folder from a partition on sda to a partition on sdb - this is great but sometimes it works and sometimes it doesn't.

I have done some tests and discovered that if I use my PC and never manually mount my backup sdb partition the rsync does not work (I also have GAdmin-rysnc so I can run manually backup but this also will not run if I do no mount the sdb volume). However, if I do mount the sdb backup partition and close down/restart then the backup works. What I need is my sdb backup partition to be automatically mounted every time I switch on - can this be done? I'm sure I had this working in 9.04 (auto mounting) but 9.10 seems not to like it.

View 4 Replies View Related

Ubuntu :: Hide Volumes From Gnome-desktop?

May 5, 2010

Before anything I just want to apologize for my awful english (french people just talk/write french, that's a fact ) So, I have troubles with gnome menu volumes. I just want to hide them from the netbook-laucher but anything I've tried worked. I have two Windows / NTFS partitions wich are readeable/writable in ubuntu Lucid Lynx Netbook Remix. One is the C: partition, the other is the boot partition from Windows 7. This computer is for a public place so I can't let them just visible. To hide them I try few things :

Code:
ls -lR /dev/disk
Code:
/dev/disk/by-label:
total 0
lrwxrwxrwx 1 root root 10 2010-05-05 09:59 Acer -> ../../sda3
lrwxrwxrwx 1 root root 10 2010-05-05 09:59 PQSERVICE -> ../../sda1
lrwxrwxrwx 1 root root 10 2010-05-05 10:05 SYSTEMx20RESERVED -> ../../sda2

[Code]...

View 4 Replies View Related

Ubuntu :: Disable Boot Xp Mount Volumes?

Mar 13, 2011

ubuntu on boot mount all my NTFS volume , and i'm a bit worried about this , outside my floppy

by the way this is not the point

i would love to know if there is a gui that help me to edit the startup/boot actions

i mean what should perform ubuntu in the boot startup

i'm looking for a gui (i prefer a gui then the console because i don't know how use it ) that help me to manage it

1) i would like to disable -> mount my ntfs volumes

2) in the future i would like to enable it again , i mean mount my ntfs volumes

now i would like to disable

is there a gui (program) that let me to edit the startup?

View 5 Replies View Related

Ubuntu Installation :: Trying To Install - Volumes Won't Mount?

Apr 21, 2011

I got a new computer today, a Compaq Presario CQ56, with Windows 7 preinstalled, and I want to dualboot with Ubuntu, but I'm having some problems. I'll explain what I've done so far, in case I did something wrong.

When I popped in my 10.10 Live CD, I was surprised to see there was not "install alongside existing operating system", which I thought I remembered from the last time I installed Ubuntu, but I chose manual partitioning and continued. I'd never done this before, so I quickly learned I had to first create a (couple) partition(s).

After freeing up a large amount of space and rebooting twice as recommended, I booted off the Live CD and opened GParted, intending to create a Ubuntu system partition, one for swap, and one for my home folder. When I right-clicked on my unallocated space, I got the error message "It is not possible to create more than 4 primary partitions". After a little googling, I found I had to eliminate one of my primary partitions and create a new extended partition, which I could then partition further. Noticing I had a partition that didn't seem important, HP_TOOLS, I googled and found this.

When I inserted my flash drive, it didn't automount. When I tried to mount by right-clicking and clicking "Mount", nothing happened. I also cannot mount the HP_TOOLS partition, nor any other. They don't mount when I click on them in the Places menu, and they don't mount when I right-click and choose Mount.

My main question is "Help! How do I install Ubuntu?", but I think if I can create these partitions, which requires mounting the drives (I think), I can figure the rest out.

A screenshot of my GParted window is attached, if that helps. (I couldn't see how to insert it without a URL)

View 9 Replies View Related

Ubuntu :: Refuses To Mount Volumes For No Reason?

May 18, 2011

this is all wrong:

# cd /root
# mkdir ./mnt
# mount /dev/sda7 ./mnt
mount: /dev/sda7 is already mounted or mnt is in use

[Code].....

View 3 Replies View Related

Ubuntu :: Create Loss Less Backups Of DVDs?

May 30, 2010

I would like to create lossless backups of my DVDs, or more exactly the main movie including one or more audio tracks and a subtitle of my choice. I would like to have the subtitle burned into the movie so that I only have one file (container). No, I don't want a complete DVD folder (TS_Video and other stuff) nor do I want to create an iso file of the DVD. Is it possible? The way I see it there should be two options:

1. Extract the wanted audio track/tracks, one subtitle and the main movie. Keep the audio track/tracks and the movie track in their original formats, and put it all together in one file/container (subtitle burnt in). In theory it should work! I know the video tracks are mostly MPEG2 and the audio tracks mostly AC-3 or DTS.

2. Do almost exactly as above, but before putting it all together compress the video and audio tracks even further to some lossless formats. In theory this should work too! In some other forum a guy told me that since MPEG2 and AC-3/DTS are already compressed formats it probably isn't possible to compress audio and video much further without losses, which is probably true.

Is it possible to do what I want to do? How? If this process is not easy to do it would be nice if some of the skilled guys would create an application that does exactly this. I believe more than me would find it extremely useful.

View 6 Replies View Related

Ubuntu :: Data Loss And Backups When Upgrading?

Jun 14, 2010

I installed Ubuntu 10.04 on the laptop and it looks pretty good. I currently run 9.10 on the main desktop and would like to upgrade to 10.04, by pressing "upgrade" in the update manager, but I have some questions before I do, namely about data loss.

If I upgrade, will stuff like Thunderbird keep my emails, FF keep its profile (cookies, bookmarks, addons etc..), the documents keep all the documents, I have an apache server installed with a few websites - will they still be there after an upgrade? I also have a virtual machine with windoze on, what about all the stuff in there and VMware itself?

Or, will I need to back everything up onto an external hard drive (not sure how to backup Thunderbird and FF), and then reinstall everything, and transfer all the documents, websites etc.. back over again??

View 3 Replies View Related

Ubuntu :: SH Shell Script To Record Backups

May 23, 2011

I've previously created a script to backup some iso files to dvd's but had to do a format so lost it. Back then I used a command prior to growisofs that closed the dvd drive (if opened) and waited until the disk was ready to write before starting growisofs. I can't find that command now, anyone know which one it is? I remember it is a one line only that I think showed some basic info of the disk thus had to wait before it was ready...

View 2 Replies View Related

Server :: Partition An LVM In Two Volumes?

Oct 4, 2010

Is it possible to partition an LVM in two volumes. So that one can be an ext4 filesystem and another can be swap.

View 6 Replies View Related

Ubuntu Security :: Aes-xts - Aes-lrw - Aes-cbc - Set Up Encrypted Volumes With Dm_crypt And LUKS?

Jan 3, 2010

I'm just wondering - what is the best way to set up your encrypted volumes with dm_crypt and LUKS?

My understanding was that aes-lrw ws better than aes-cbc - and then I stumble upon [url] which says that LRW has some problems, and XTS is better? I dont know enough about encryption theory to be able to say anything, so i'm hoping some folks more enlightened will be able to say something here.

I was previously using aes-lrw-benbi to set up a volume. If xts is truly better - should i be using '-c aes-xts-benbi' then?

View 4 Replies View Related

Ubuntu :: Configure Volumes Shown On Xubuntu 11.04 Desktop?

May 27, 2011

I have installed Xubuntu 11.04 to dual boot with older LTS version. When booting 11.04 it auto shows LTS root & home volumes on desktop. I wish to hide them (home encrypted anyway.)

View 3 Replies View Related

Ubuntu :: Unable To Mount Volumes After Applying Updates

Jun 28, 2011

After applying Ubuntu updates i am now unable to mount volumes it tells me that i am denied.I have checked my user permissions and i am allowed to mount. I have also downgraded MountAll to no avail.

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved