Ubuntu :: Backup And Transfer To ARM Laptop?
Feb 23, 2010
Request:Tutorial for a complete novice how to back up Ubuntu partition (recommended backup applications, commands) and transfer to different hardware (from Intel laptop to ARM laptop). Specifically, copy Ubuntu from "HP AMD Turion 64 X2 TL-58" to "Netwalker i.MX515 Cortex-A8"[URL]Which partition imaging tools or commands would one use?Does one have to switch kernels, modules - if so, how?
View 3 Replies
ADVERTISEMENT
Apr 9, 2011
Machine A holds important source data that needs to be backed up. Machine B is where the data will be backed up to.They're both Ubuntu.I want to have an automated process that allows machine A to create an encrypted tarball and copy it to machine B, without human intervention, but doesn't allow anything except copying the file over to a target directory.I thought about using a chroot jailed account, but this seems to be a pain to set up and overly complex. I really just want to be able to have machine A to copy files to machine B, via automatic cron, but I also want to prevent the mechanism that allows the copy from allowing any other actions (copying to any other directory, logging in, executing any other commands noninteractively, etc.). Also, the transfer must be encrypted (e.g. using ssh somehow).
View 1 Replies
View Related
Dec 4, 2010
I wrote a script to wake up my windows machine and do an rsync backup of some of my files. I wanted to make this command a accessible through local bin so I made it executable. However the problem is that when I copies files is copies them with root permissions and i can edit or delete them. How can I set the files so they transfer with the proper permissions for my Ubuntu user?
Code:
#!/bin/bash
# Description: This script first wakes up the client machine and syncs the appropriate folders.
# Finally the script shuts down the client if it was off to begin with.
if [ "$(whoami)" != "root" ]; then
echo "Permission Denied"
exit 1
fi .....
View 8 Replies
View Related
Jan 21, 2010
I have a couple of Lenny LAMP servers, and a backup server. (virtual testing environment)
1. What is the best way to perform a backup? (system state as well as individual files) Although system state can also be accomplished through the hypervisor.
2. Between Windows computers, I access shared directories simply by \hostnamesharedmap or \host_IPsharedmap. Between Windows and linux i use SAMBA. But there must be a simple way to copy 2 files between linux hosts?
3. I've searched a lot, and only found people with the same question without a good answer: is there a linux equivalent for robocopy?
View 8 Replies
View Related
Aug 15, 2010
i have got a laptop for the first time that i'll be taking to college. I have a lot of data on my PC which i want to transfer to my laptop. My computer has Lucid 32bit while laptop has 64 bit installed,Data is too much and transfering via usb drives will take a lot of time.. I do not know how to set up a network.
View 9 Replies
View Related
Oct 17, 2010
So the deal is, I've a desktop where I got all of my movies, music etc stored and a laptop which is clean.
And I want to get a tip on some software or ways of moving my movies through my local network.
The reason why I want to do it is because my laptop has an HDMI port that I can hook up to my tv and my desktop doesn't.
I know of SSH and so on, but just wondering if there's an easier/better way, maybe a way to stream the movies from my desktop without any quality loss onto the laptop? I don't prefer SSH due to having to open my ports, I'm quite paranoid about that, want to keep my things impact and secure. (Both of the computers run Ubuntu)
View 1 Replies
View Related
Jan 6, 2010
I want to transfer the music that i have on my ipod to my laptop with linux on it
View 1 Replies
View Related
Mar 14, 2011
I am trying to transfer a lot of data from my laptop to my computer. Both are running Ubuntu 10.04 and both have Samba installed, and folders are setup for sharing. The laptop has a 56Mbps Wireless G built in module, and the computer has a Airlink AWLL6075 Wireless N USB Adapter 300Mbps. (I got the USB adapter working with the internet, since there was an issue with it just working out the box)
I have a wireless network, since wired is out of the question. The router is a Belkin Play N600 HD if that makes any difference. When i try to transfer the files across the speed of the transfer maxes out at about 785 Kbps (My Internet speed is 7Mbps=875 KB/s). It seems that the file is being sent to the router and then the internet and back to the router and then my computer.
I figure that bottleneck is my Laptop at 56Mbps, but that still gives a theoretical max of 7MB/s even at a low connection/link counting it at 24Mbps would still be 3MB/s. I even tried making a wireless Ad-Hoc network to transfer the files but when i went to Network it wouldn't show any shares.
I'm missing something to make it go faster and i really can't figure out what it is, maybe because I am too close to it.
View 1 Replies
View Related
Sep 10, 2010
I am using pgp and over the years I have built up my keyring. Now I am planning to change my laptop. How can I transfer all my keys (my private key and public keys of others with whom I correspond) to the new laptop.
View 4 Replies
View Related
Apr 12, 2010
I am trying to connect my samsung sch-u640 mobile phone to my laptop to transfer some music to it, but I always get "connect failed".
View 1 Replies
View Related
Aug 17, 2010
I would like to know if it is normal to experience 10MB/s data transfer rates during copying between partitions on my local hard drives (Toshiba 250GB 5400rpm SATA) while having three times faster (30MB/s) transfer rates between local partitions and USB drives (Kingston 8GB).
View 9 Replies
View Related
Mar 16, 2010
I'm about to install Ubuntu Netbook Remix and my Acer machine has a recovery partition at the beginning of the drive. I've created the eRecovery discs but those will only restore XP - not the actual recovery partition (which I'd like to have in case I sell the laptop later etc).
How can I backup the actual recovery partition, and keep its boot file intact. Then how can I restore this partition at a later time?
View 3 Replies
View Related
Mar 7, 2010
I'm running Debian Squeeze on my laptop and have a large usb drive to do backups to. Any recommendations on a good backup software? I know I can do tar or rsync but I'm hoping to have a bit more complete option that keeps permissions/symlinks/etc in case a restore is needed.
View 1 Replies
View Related
Feb 16, 2011
I've just got a few questions about the last steps of my backup server. I've got ubuntu server 10.10. The 2 machines I want to backup are a xp desktop and win7 laptop. All connected via router. I have sshd, samba server and rsync packages installed on the server. I don't want all 3 mirrored so should each comp have it's own partition on the server or could it be setup as /media/desktop and /media/laptop?
Currently the server firewall is setup with ufw as deny all incoming allow all outgoing. I want to use ssh with rsync and samba so do I only need to leave port 22 open and allow a max of 2 connections at at time as fire wall rules? Also what do I need to do with permissions on windows? Do I just enable sharing on the files I want backed up? Can I only allow sharing with the server and no other computers? Last question for now I think, I will be backing up from the server as local and the windows machines as remote, what software do I need to install on the windows machines to allow backing up with rsync and file sharing with samba.
View 1 Replies
View Related
Dec 31, 2009
I am writing my own anacron script that backs up my most important files from my laptop to my office pc regularly using rsync. However, sometimes my laptop is on when anacron starts the back-up job but my laptop is offline, so that it cannot rsync with my desktop. Is it possible to tell anacron to re-schedule the task to either the next time I'm online again or to some later date (preferably not the next scheduled time, but some time before)?
View 4 Replies
View Related
May 25, 2010
I have a machine on my network and that machine is a mass storage server that I will eventually use as a media server (to stream movies, videoclips and music on my home theater system). I use slackware 13 on ALL of my machines.
I am trying to automate the backup of the "/home" folder of my laptop onto the mass storage server. I currently use rsnapshot and it works great, but I would like to automate the whole process, even if I am not home or in front of my machines...
Here's what I imagined (in pseudo code):
1) Poll if server is active (up);
1.1) If not:
1.1.1) Wake up the server (WOL);
1.1.2) Wait for the server to boot;
1.1.3) Confirm the server has made it to the login prompt (normal boot);
1.1.3.1) If not, send an alarm via email;
[Code].....
View 14 Replies
View Related
Feb 11, 2010
I am running Live 12 on my CD rom drive of my dying laptop. I have a major Windows registry error on that system and am working to recover my files. I have successfully moved a couple of folders from the laptop to my Seagate Free Agent Drive as a test.What I would like to know is, is there a way to copy my files and folders without literally dragging and dropping each one? We're talking 140 G of folders....sigh.
View 1 Replies
View Related
Jan 1, 2010
Having a bit of a issue with Debian Squeeze and transferring files to the Sony PSP..Hook up PSP to USB port and Debian mounts it..I go to drag a 125 meg mp4 to video folder..Copy windows takes about 10 seconds to transfer it..Exit USB mode and there is no video there. Go back into USB mode and look at video folder on the PSP memory stick and there is no video..It vanished. From another after copy progress closed I right clicked PSP and unmounted it..
It error-ed saying device was busy and could not unmount..Looking at light on PSP i see memory stick is still being written to..i wait for light to stop flashing..About a minute or so..Then am able to unmount it..Go to PSP video and theres the video ready to be watched. Debian isnt accurately showing the copy progress...Its showing complete when it isnt..I have to watch the light on PSP to know when it is truly finished.
View 3 Replies
View Related
Jan 20, 2010
using Slackware 13.0, and whenever i trasfer my files to USB, like copy or cut and paste, it will show as if file transfered in an instant,like click paste and poof.the whole 1 gig file transferred in one second, and it wont show dialog box of transfer process, and then i have to predict some minutes and wait (till the transfer actually finishes, i have to usually see my USB's transfer indicator light), if i plug out before or my prediction goes wrong, i end up with corrupted files. This aint related to window manager, as same is case for KDE and XFCE tried thunar, konqueror, midnight commander, all of em resulted with same problem.
View 6 Replies
View Related
Mar 10, 2010
i am trying to transfer a file from my live linux machine to remote linux machine it is a mail server and single .tar.gz file include all data. but during transfer it stop working. how can i work and trouble shooot the matter. is there any better way then this to transfer huge 14 gb file over network,vpn,wan transfer. the speed is 1mbps,rest of the file it copy it.
rsync -avz --stats bkup_1.tar.gz root@10.1.1.22:/var/opt/bkup
[root@sa1 logs_os_backup]# less remote.log
Wed Mar 10 09:12:01 AST 2010
building file list ... done
bkup_1.tar.gz
deflate on token returned 0 (87164 bytes left)
rsync error: error in rsync protocol data stream (code 12) at token.c(274)
building file list ... done
code....
View 1 Replies
View Related
May 18, 2010
using Back In Time to backup my home directory to a second hdd that is mounted at /media/backupThe trouble is, I can do this using Back In Time (Root), but not using Back In Time without the root option. This is definitely a permissions issue - it can't write to the folder, but when I checked by right clicking on the backup directory and looking at the permission tab, it said I was the owner
View 2 Replies
View Related
May 10, 2011
I install and tested Restore EE Backup server on a test PC with basic configuration and its working fine.
[URL]
The issue i have is where is the location these backup snapshots or files are saving? I want to add a separate Storage to save the backup?
View 1 Replies
View Related
Jan 19, 2010
I have a scheduled backup to run on our server at work and since the 7/12/09 it has be making 592k files instead of 10Mb files, In mysql-admin (the GUI tool) I have a stored connection for the user 'backup', the user has select and lock rights on the databases being backed up. I have a backup profile called 'backup_regular' and in the third tab along its scheduled to backup at 2 in the morning every week day. If I look at one of the small backup files generated I see the following:
Code:
-- MySQL Administrator dump 1.4
--
-- ------------------------------------------------------
-- Server version`
[code]....
It seems that MySQL can open and write to the file fine, it just can't dump
View 3 Replies
View Related
Feb 2, 2011
I've tried to google but not much luck. What I would like to do is have anumber of folders on my desktop and their contents, replicated/duplicated into another folder on the same PC in real time. So for example, if I were to change an OpenOffice document in a specific folder on my Desktop it would be replicated/duplicated in real time. If I had three folders on my Desktop A, B and C they would also appear/be backed up (in real time) in a folder called /home/backup. Can this be done?
View 3 Replies
View Related
Jun 30, 2010
does anyone know of a good backup software for Ubuntu 10.4 that will let me select which folders to backup, rather than a complete backup? My install and settings etc can be replaced, but my photos and memories cannot!
View 6 Replies
View Related
Sep 1, 2011
I have installed Ubuntu 11.04 onto HP EliteBook 8540w notebook and would like to backup the entire disk using some popular backup tool.
I have searched in the internet and found the closest tool is PartImage. But the bad news is that it does not support ext4 fs!
View 5 Replies
View Related
Jun 12, 2010
I have been looking for a complete backup solution like "Acronis True Image Backup and Recovery" on Windows for Slackware a while.
View 12 Replies
View Related
Jan 15, 2010
After I spent some time discovering The BIG BANG of Universe and The Meaning of Life :
I managed somehow to create a script to make some backup of files on server and TAR it and then FTP the archive to another location FTP server and then emails result.
It also measures time needed to complete it and deletes archive older than XX days (set in find -mtime +20) and makes incremental backup every weekday and FULL on Sundays (which suits me bcoz no heavy load).
Files for TAR to include and exclude are in txt files listed each line separate name:
file: including.txt:
View 7 Replies
View Related
Nov 10, 2010
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
View 2 Replies
View Related
Sep 15, 2009
I am trying to create a backup script that will back up a single folder for a class i am in. I was wandering if I could get some help. If possible I would also like to know how to write a script that can encrypt that same file . I will be putting the back up in my /home/usr/Backup directory. I am not trying to back up my whole system just a single folder. I am using Fedora 11
View 2 Replies
View Related