Fedora :: Backup From My Email And My Favorites From Mozilla - Which Folders To Backup

Aug 10, 2011

I want to make a backup from my Email and my Favorites from Mozilla.

But which folders I have to make a backup from.

View 3 Replies


ADVERTISEMENT

CentOS 5 :: Backup Script With TAR - Incremental Backup With Simple FTP To Another Location And Email Status

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

Ubuntu :: Backup Software That Lets You Choose The Folders To Backup?

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

Ubuntu :: Backup With Dejadup - Backup Only The Folders Or The OS As Well?

Jun 13, 2011

When I backup with Dejadup, does it backup only the folders or the OS as well?

In case of a real crash, can I bring back the system to its pre crash state including the OS, using Dejadup backed up files?

View 3 Replies View Related

Ubuntu :: How To Add IE Favorites To Mozilla

Feb 2, 2010

I have a Favorites folder from my Windows computer that I saved on my Ubuntu computer. How do I add it to Mozilla ?I do not have a HTML file or IE on this computer to import.

View 2 Replies View Related

General :: Svn Backup With Email Authentication?

Dec 7, 2010

i am beginner to Linux, i have svn server installed in redhat 5 till now every thing is working fine now i need help from all of you to set up svn backup with email authentication. i need conformation of when it is backup and is the backup don perfect or not. can anyone give me guidelines how to setup (Step by step)

View 2 Replies View Related

Server :: Backup Via Split Email Attachments?

Jan 6, 2011

I'm about to start trying to write a script to backup / with just something like tar, or dd, split into 24mb files and email to myself.What could possibly go wrong? I'm amazed I couldn't find anything in my searches on this specifically.What I want is to go from a Gentoo rescue CD to a restored system as easily as possible.I tried rsync over gmailfs but that just froze. I can't really see that working too well anyway.

View 2 Replies View Related

OpenSUSE Install :: Any Way To Backup Mail Folders?

Aug 29, 2010

I'd like to know if there is a way to backup mail folders, as they are. I already tried trough the "file" menu saving function, but it seems to be available for single messages, otherwise it saves more selected messages as unique file. I'd like to manage mails directly on backup support, one by one if I need...

View 9 Replies View Related

Ubuntu :: Backup PC And Encrypted Home Folders?

Jan 2, 2010

I'm recently switched my work laptop from running winXP to runing karmic. I'm still at the stage of getting my various bits and bobs working correctly. One of these I (may) have a problem with is backup's. I've ran backuppc on a ubuntu 9.04 box in the attic for the last year or so and I've been backing up my laptop to that. But since the switch, since I have an encrypted home dir, what is being backed up is the encrypted files. First, can I recover these if needed (I kept a copy of my passphrase), or can I get backuppc to ssh in as me with my home dir mounted correctly?

Backuppc is using rsync over ssh I've been using linux on and off since about redhat 5.0, so I'm not afraid of the command line or vi

View 5 Replies View Related

Ubuntu :: Restore Folders Out Of .tgz Backup File?

Feb 10, 2011

I'm using ubuntu for a few weeks now and i created a backup script that can copy some folders into a .tgz file. Now i want to place back the folders to where they come from and overwrite the original folder. like the /home folder in the .tgz file overwrite the /home folder on my harddrive. I already tried to do this with: tar xvpfz filename.tgz. But after that the folders came in the same folders as the backupfile stands.

How can i do this the right way?

View 1 Replies View Related

Ubuntu :: Back In Time To Backup Home Directory To A Second Hdd That Is Mounted At /media/backup?

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

Ubuntu :: Restore Backup Server - Where Is The Location Backup Snapshots Or Files Are Saving

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

Slackware :: Complete Backup Solution Ike 'Acronis True Image Backup And Recovery

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

Debian :: Backup Purge Script - `/mnt/backup/subfolder': No Such File Or Directory

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

Ubuntu Servers :: Mysql-admin Won't Schedule Backup But Will Manual Backup

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

Ubuntu :: Real Time Backup In A Folder Called /home/backup?

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

General :: Write A Simple Backup Script To Backup A Single Folder Nd?

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

General :: Mount Point For Backup Drive - Partition To Backup The Important Files On My Main HDD

May 21, 2011

I'm just setting up a partition on a seperate HDD in my system. I plan to use the partition to backup the important files on my main HDD (to guard against HD crash).

The question I have is about where would be the typical location to auto mount this partition? Which would it be normal to go for:

1. /backup/
2. /media/backup/
3. /mnt/backup/
4. /home/chris/backup/

View 7 Replies View Related

Ubuntu :: Evolution 'backup' Skipped All Saved Email

Dec 15, 2010

I recently reinstalled my computer with new hard drives and Ubuntu 10.10 (AMD64). Before the switch I used the 'Backup' function in Evolution to backup all my email and email settings -- I thought! The backup file was big (300 MB) so I didn't double-check how big it should have been.

After the reinstall I restored the backup and Evolution seemed to be working fine, i.e., I could see all the new email in my IMAP mailbox. Also, my local Contacts were all there, as expected. But eventually I tried locating an old email which I had saved to a sub-folder under the 'Local' Inbox and realized that there was nothing there! Fortunately I still had my old hard-drive and so I was able to recover the additional 400 MB of old emails. Shouldn't the 'Backup' function include the entire Evolution profile including any/all 'Local' settings?

View 1 Replies View Related

Server :: Implement Email Alerts On Backup Scripts

Apr 28, 2011

I have recently been asked by my boss to implement Email alerts on some Backup scripts to be sent to me and another person. I edited one of the Backup scripts on a mail server and they appear to be working without problems (i.e., the backup job runs successfully and I get told so via E-Mail). However, when I implemented this script onto another, non-mail server, it would not send E-Mail confirmations. The only server that is allowed to send Emails to the outside world is the mail server, so I did not expect the script to work without any fine-tuning.

However, I thought I could direct the non-mail server to send an E-Mail through the mail server. I just can't find out how to do it. The servers are running Ubuntu 9.04 64bit. The mail server is using postfix and dovecot for email, and is also the DNS server for that particular network section. The non-mail server should be installed with the default server install (exim4). If possible, I do not want to install any new programs on either server. How to get the non-mail server to use the mail server to send out E-Mails?

View 3 Replies View Related

OpenSUSE :: Backup Kmail Folders (.mbox Format)?

Feb 25, 2010

For some time Ihave copied my email folders in .mbox format to files which I then can save to cd. Unfortunately, these files are one (very) large concatenation of email text+attachments which are very inconvenient when searching for a lost email. Question:how to backup emails from within Kmail? And, yes, I did read the Kmail manual cover-to-cover and found nothing relevant.

View 3 Replies View Related

OpenSUSE :: Backup And Restore Local Folders In K Mail?

Mar 4, 2011

How to backup and restore local folders in K Mail. I understand that this is a rudimentary question-- under K Mail in 11.2 there is no backup and restore option for local folders (that I have been able to find anyway). I use 11.2 on this machine where I do all e mail, browsing and everything pretty much internet related. I am going to upgrade to 11.4 in another week and want to make sure that I understand backup and restore procedures for K Mail...in case something untoward happens during the upgrade to 11.4.

View 2 Replies View Related

Ubuntu :: Vista Folders Bad To Reach (data Backup)

Apr 14, 2010

I have installed also Vista on my PC, but "Documents and Settings" f.e. is void if I mount the Vista partition. In this case its not very important. But a week ago i'd run a XP-Laptop with 9.04 live-CD for backup. That worked fine (The XP was very damaged). I put the 40GB data on my PC through the WLAN during one night without any aid else. All the XP files are well accessible. And I put it back later on a fresh XP.But what would have happen with a Vista-Laptop? Anyone an idea how to reach all Vista or 7 files with a live CD? Or at least from my installed 8.04 to installed Vista.

I think it works alternatively from Win7 running using a USB hard drive adapter if you change the rights on Vista or 7 on the connected hard drive. Not tested.

View 2 Replies View Related

Ubuntu :: Cannot See Any Backup Hard Drive Contents Except Folders ?

Jun 5, 2010

Recently, Ubuntu was doing a standard update. It got stuck in some kind of strange loop. So i put the boot disk in cleared the master drive and reinstalled ububtu 10.4. I have a backup 500gb drive that use to keep the contents of my important information for my fileserver. After the completed install and found the backup drive STILL named "FILESERVER" and still has my folders aka: our pictures, our music, and our video. I opened them up and they're all empty. Am I missing some informaton? I swear i didn't format the drive. I couldn't have since the folders are still there. Where are all my files at?

View 4 Replies View Related

Ubuntu :: Deleted Folders During Grsyc Backup On The Destination Hd?

Mar 31, 2011

i took a back up using grsync and stupid me, the "delete on destination" was enabled.So, i lost some folders and files that i used to keep only on the receiver hd to keep my host clean

View 5 Replies View Related

General :: Compress Some Folders Containing Backup Files From Last Year?

Jul 24, 2010

Today I tried to compress some folders containing backup files from last year. I right-clicked on the folders and selected compress as tar.gz. I let it work, and found that hours later, the folders were still compressing. How long is it supposed to take, anyway? I was trying to compress the two sets of backups simultaneously; together they're around 1.5 GB. They have many subdirectories.

View 4 Replies View Related

Security :: Create A Backup Script For Files / Folders?

Jan 18, 2010

I m going to create a backup script for my files/folders...

This script creates tar.gz of the folders/files you want.

This i want is to encrypt these .tar.gz files and when i need them to decrypt them. Does anyone have an idea on how to encrypt these files ?

my script looks like this :

Code:
BACKUPDATE=$(date +%d%m%Y)
cd /home/n3t
echo "taking Backup of your home/n3t/Downloads dir"
tar -czvf /media/disk/BACKUP/home/Downloads/$BACKUPDATE.tar.gz ./Downloads

View 2 Replies View Related

Ubuntu :: Backup The Entire Disk Using Some Popular Backup Tool?

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

Software :: Backup A Few Servers And A Bunch Of Desktops Onto One Backup Server?

May 10, 2010

Does anyone know of any decent enterprise level backup solutions for Linux? I need to backup a few servers and a bunch of desktops onto one backup server. Using rsync/tar.gz won't cut it. I need like bi-monthly full HDD backups, and things such as that, with a nice GUI interface to add/remove systems from the backup list. I need basically something similar to CommVault or Veritas. Veritas I've used before but it has its issues, such as leaving 30GB cache files. CommVault, I have no idea how much it is, and if it supports backing up to a hard drive rather than tape.

View 7 Replies View Related

General :: Sending Backup Results To External Email Addresses?

Mar 26, 2009

I come from more of a programming background but have been giving the task of sending backup results from a linux box in an email to external email addresses, I have spent days looking trough google for info but cant seem to find anything simple, I have looked at postfix but because I don't understand networks, hosts, nameservers etc. What I need to do to allow mail get sent from the linux box to external mail address. I have outlook connected to an exchange server on windows and I can ping the linux box from my windows command so surely it cant be to much involved.

View 5 Replies View Related







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