I have installed Ubuntu Server 10.04 on a newish computer. 1 internal HD for OS, 2 internal HD for Backup purposes. I am not sure what to format the "BackUp" drives as, use partitioning, use Raid etc.?). I am also attaching a Sans-Digital TR8M-B, 8 bay eSata Enclosure with 4 2TB HD's (again, not sure what format or raid to use). My initial thoughts for their respective usages are to backup desktops/server(s) to the "Back Up" disk and use the external Enclosure for various file sharing/streaming requirements.One of the last pieces that I'm trying to put together in my install and make sense of is the right backup and file sharing solution. I have 3 kids with laptops, my wife has a laptop and there 3-5 other desktop/devices that will require backing up. All OS's are either Win7 or Ubuntu Desktop/Server in various forms.
In a perfect world, I'd love to have an application or launcher installed on the Win7 machines for my kids and wife that will give them point in time/automatic/scheduled back up's and easy access to the shares. I've read about these types of solutions, but have gone cross eyed trying to find the right combination of tools for my environment. As an Fyi.I am the only one currently using Linux and can probably cover off all my needs manually if need be.
This is my first entry into the personal server environment. It probably goes without saying that the majority of our data usage will be for various types of digital media storage. I'm really trying to make this as simple, automated, painless and stable as possible.
I am pretty new to Ubuntu and am practicing on an old desktop as a file print and domain controller for a work from home business while I build and configure a Linux server. My question is as follows: I have a laptop running windows 7, my wife has a MacPro running Snow Leopard, the kids have desk top running Ubuntu 10.04, I have a 500GB additional disk in the spare desktop which I want to use as a netork drive that will:
1) Win 7 backup location from the Laptop 2) Store backups of large photoshop files and other graphicsy type stuff from my wifes macpro. 3) Act as a shared directory for all of us 4) Store large multimedia files, mpegs etc
What is the best disk partition format - Am I restricted to NTFS due to the requirements to store Win 7 Backup files Secondly can anyone point me in the direction of a URL for getting the Samba permissions sorted for Windows 7, The kids PC dual boots Win XP and Ubuntu 10.04 Win XP is no problem to network but in Win 7 I can see all the shares in the network map but I always get permission errors both from the Ubuntu PC and Win 7 laptop. Most of the help files and manuals deal with 98/Me/XP and not windows vista / 7 that I can find.
I'm looking to set up a server with attached mass storage device and tape autoloader to run linux. It's set up under Windows at the moment. Goal is to have users, connecting from individual workstations and laptops, backup their data to the linux server. On their personal machine, some users run linux, some MacOS, some Windows. I plan to set up the 5 500 GB drives as RAID5. I understand that if setting up as software raid the format is "physical volume for RAID". Under this setup, will Windows users be able to read/write and function as expected? I can't assume only linux user access.
is there a driver or application / media player that will allow me to use camstream,kopete cheese on the same camera at the same time.and let flash web sites use the cam as well .
Is there any way to save data to a DVD & leave the disk "open" to add files after the session is closed? I like to backup my MP3 files to DVD's, been doing it for years using Windows Vista. As I collect more MP3's I add em to the same DVD. Can't do this using Brasero or any other program I have tried - once I write a file the disk is closed.
Is there an open-source multi-tenant backup solution so I can set up a backup-server somewhere in a data centre and let multiple customers make use of it..So they have there own space and can control there own documents.
Does anybody know any programs that might facilitate the spanning of a hard drive over multiple DVDs? I would like to backup a windows system that may have become corrupted however; but I don't know how to automatically span the files over multiple DVDs (which is what I'd like to do.) I may or may not use Ubuntu, but does anyone know any good applications for this?
I have s script that standard users use to back up usb drives to lto4 tapes.it asks for a JobNumber and sends an email upon success.I recently expanded it to use Multiple tapes.my specific Q is if the system reaches the end of the tape it happily mentions in the terminal that one needs to put in a second tape.what i would like to do is send an email that --It needs a second tape.( it presently sends an email upon successful compleation - so you see the only way a person knows that they need a second tape is if they
1-- know that the drive they are backing up is < 800GB (lto4) 2-- they do not get a completion emails and the think to walk to the basement and see the request for a second tape. I wish for an email that would tap them on the shoulder that : " you need to put in a second tape "so -- if i know the exact syntax that shows in the terminal - which is:Prepare volume #2 for `/dev/st0' and hit return:then can i test for that somehow?
I'm looking for a semi-automated way to backup my 300+ DVDs. Most are single title movies but some are TV series with multiple episodes. I will need english subtitles also if they are available since a number of my movies are foreign imports. All are region 1. I'd like it all command-line so I can script it. Possibly also get the extra features like commentary, outtakes, etc. but not necessary.What DVD rip/encode software will handle single and multi-title DVDs with subtitles when available and run via command-line? Export to Ogg or Xvid. Speed is second to these features. Distro is unimportant as I have a new 2Tb build specifically for this.
I am a beginner to Ubuntu / linux. I plan to partition my laptop (HP pavilion) for Windows 7 and Linux (Ubuntu). Can I backup both Linux and Windows 7 files to a single external USB hard drive? (Obviously, they will be in separate directories). If yes, how do I do that? If not, what are my alternatives?
I assume Ubuntu will recognize a USB hard drive as an external flash drive, right? I also notice external SATA hard drive docking stations with USB interface are available, and I have not use them before. The devices takes internal SATA hard drive. If you have use them before, let me know how did you format it using Ubuntu or Windows7 while the drive is attached to the station.
This script simply deletes files older than a certain age (in this case 7 days) from a certain location; I use it to purge old backups nightly, and it works as expected:
# delete backups older than 7 days find /mnt/backup/* -mtime +7 -exec rm -Rf {} ;
The problem is, every morning I get an email with an error message something like this:
find: `/mnt/backup/subfolder': No such file or directory
I am new to the embedded domain.I am learning about cross compilation. Just i want to compile an application and an driver file for ARM platform. I have downloaded the toolchain binaries from [URL]..
I recently faced a problem. At my college, I linked my laptop with my friend's laptop with an ad-hoc wifi network. I wanted to send him a file. I was running Ubuntu, and he was running XP. Unfortunately, I could not find an easy way to send him the file. Another problem I faced was when I wanted to transfer the contents of my hard disk to another computer. I had to install Filezilla server on the other computer, and upload the files from one computer to the other.
I feel that its a really cumbersome method of transferring files in the same network. Mobile phones have bluetooth, and a file can be sent to another mobile very easily without any fuss. Does anyone know whether any such program exists already? If not, I want to write such a program that will allow one user to add another user to a personal network, and send or recieve files and/or communicate in other ways. The only language I know is Python (self-taught). I was wondering what GUI framework to use. I've never written a GUI program before, and would like to hear your opinions. This will be a very basic program, and must be able to run on many platforms.
I want to be able to encrypt files on my netbook with Ubuntu 9.04 UNR and on my MacBook (Mac OS 10.6.2) and be able to exchange them and decrypt them on the other platform.The Ubuntu command Edit>Encrypt is so easy to use but works only on the netbook. I haven't, thus far, found a program to open them on the Mac or to create an encrypted file on the Mac that I can open on the netbook.
I installed Documentum content server on CentOS my OS version : Linux cserver 2.6.18-8.el5 #1 SMP Thu Mar 15 19:57:35 EDT 2007 i686 i686 i386 GNU/Linux. I could successfully install the software but when I am trying run any executable I am getting the following error message.
[code]....
Above ./idql is a executable came with installer. how to solve the problem, I am sure it is due some patch or hot fix of OS, I have similar kind of problem on Solaris.
I have installed an application manager(monitoring application) on my linux server. Now, i need to have backup schedule for my application. The application itself has executive file to backup database.But when i put this file in my crontab to schedule the backup program it wont run!50 09 * * * root /opt/ME/AppManager9/bin/BackupMysqlDB.sh
I have an ATI Radeon HD 3300 on-board video chipset, and an ATI Radeon HD 4350 PCI card. What I want is to have both displays available from one mouse/keyboard. I want to play media on one and have the other as my main desktop.The problem is that with Xinerama enabled, KDE desktop effects do not work (KDE says XComposite and XDamage are not available, even though I explicitly enabled them as extensions in the xorg.conf file), and performance is quite bad. Without Xinerama enabled, performance is great, desktop effects work great, but there's a lot of trouble with full-screen video, and the KWin window manager does not apply in the second display (although I can run a second instance of KWin on :0.1).
Anyone successfully using VNC client on a Mac to control a Debian server?I have the vncserver setup on the Debian machine properly. But I'm having problems connecting to it from both a PowerMac running Tiger and a MacBookPro running leopard.I can connect no problem from a machine running Slack12.2, have not setup port forwarding on my router to connect remotely yet.My Debian machine is running the latest stable release of squeeze with KDE4.I originally tried this with RealVNC Enterprise for OSX but I'm not gonna buy it so I need another alternative after the 30 day trial ends as they have no free version for OSX. The situation is that I do freelance graphic design on the PowerMac with Cinema4D and Photoshop so I spend most of my time on that machine which is located in my home studio in my attic. Aside from the MacBook and a Dell desktop(family machine)all my other machines and network hardware are in the basement. So to go from the attic to the basement everytime I need to do something on another machine is not practical, and the only other machine I need to access on a regular basis is the Debian box in the basement, this makes the most sense.
I also have a 14 year old living in the house and he's fascinated by all this and will meddle in anything he gets the chance to so all the Linux machines and network hardware need to be behind lock and key.
Now that Ubuntu 10.04 has multi-touch capabilities built-in, if I do not have a multi-touch screen or surface device, can I get 2 USB mice and get 2 pointers on the screen? One for the right hand and one for the left hand as I am ambidextrous, and would find it very convenient to have 2 mice.
Im running 64bit centos 5.6 and using virt-manager.On one of my guest OS's, Windows 7, The max Physical CPUs is 2, you can have unlimited CPU Cores however. (like my machine i use for work has 1, 4 core processor).The issue im having is xen only allows you to set the vcpu arguemnet in your xen config file. How can i set it so that 1 CPU has several Cores just as windows would recognize this machine if i were installing directly to the hardware vs via a VM.Ive searched for 2 days staright trying to address this issue, very little progress, Does anyone know where a XEN support forum is? all i get is the citrix xen support forums.
here is the best info i have found on this, but i dont know how to change this for my CPU to work, when i enter this in my xen config it essentially ignores it and just takes the value of vcpu= so windows shows 2 CPUs each with ONLY one core. Id like 1 or 2 CPUS showing Several cores.The physical Hardware is 2x Xeon 5300 Quad Core CPUs.
> # Expose to the guest multi-core cpu instead of multiple processors > # Example for intel, expose a 8-core processor : > #cpuid=['1:edx=xxx1xxxxxxxxxxxxxxxxxxxxxxxxxxxx,[code]........
I have a multi-sector nrg file that I would like extracted. I can't seem to find a way to extract the contents of it! Please tell me if there is a tool I can use to do this!
I wonder capability of awk to manipulate data in consecutive multi files by read one batch file.for example I have files: data1.dat, data2.dat,data3.dat and listfile.txt
I'm wanting to mod some PHP files across a hierarchy and thought I'd drive it with find + grep + xargs
I built up a command line which I was confident would do the job, but now can't save the results.
First I tried this:
Code: find . -name *.php | xargs grep serialize | cut -d: -f1| sort -u | xargs sed -i s/serialize/serialise/g but that didn't work: Code: sed: illegal option -- i so I thought I'd try using Code:
I want to back up an entire Linux system on a 3Tb external Western DIgital USB3 drive.
I do not want to reformat it from what it is, apparemtly NTFS.
Is there a utility that can act like a file manager like mc, that will permit me to create an ever expanding (to 320Gb) TAR file that will retain all the original file permissions. I have had nothing but disappointment with Linux backup utils with a FAT32 external drive, and I am concerned if I just try an tar the entire drive at once, with around 3 million files, I might run out of memory.
I have good experience in microsoft enviroment, now tiring to use linux, i tried Ubuntu 9.10, OpenSuse on different computers bur there is same big problem: Very slow download speed compared to microsoft.same file at same time downloaded by microsoft winxp toke incomparable short time. for example file 5.5MB attached to e-mail on Yahoo toke ~1minute to download on winxp computer,same file at same computer but with Ubuntu takes more thane 30minutes!