Debian :: Best Backup Solution For Dial-up Users
Jun 22, 2011
i'm searching for an encrypted backup solution for dial-up users. I'm already using duply (duplicity), but it's not really the right software for a large backup and a slow connection. Every x month a new full backup is needed, and that's really slow.Is there better system for that? A file based encrypted system would be nice, so it's not needed to reupload every large file.
View 5 Replies
ADVERTISEMENT
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
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
Aug 30, 2010
I have fedora 13. Is there online based automatic backup solution that satisfy these requirements.Any file that I modify or create new in /home is automatically backup online and also encrypted on regular intervals such as 5 times a day. The backup system only uploads what was changed and not the whole file again. Any other folders that I specify are backed up in the same way as /home. /home also contains disk images of virtual operating systems. When I startup those VM and create or edit some files within VM, these should also become part of the online backup. Since these disk images are typically 20 GB in size so the online backup simply cannot upload the whole disk image over the wire on a regular basis.
View 3 Replies
View Related
Jul 25, 2011
Can anybody please suggest a backup-image solution for Fedora 14?I made some tests with Clonezilla: it works fine but, please correct if I am wrong, it requires booting from a Clonezilla CD and cannot be used to take an image backup while the computer is running.
View 4 Replies
View Related
Aug 8, 2011
I need to install a backup server in my work environment.We have a Windows 2008 server and an old DELL PowerEdge 1750 server that has no OS on it yet.I would like to install Fedora on it and then backup the Windows Server data on the Fedora server using rsync or something else to do the backups.Do you think it's a good idea ? If not what would you use to backup the Windows server data, preferably on a linux system.
View 12 Replies
View Related
Jul 6, 2011
I'm looking for a backup solution for multiple web applications that exist in code (flat files) and an associated mysql database. I'd like the code backups to be grouped with the DB backups by name/location. I'd also like redundancy, with backups going to a local drive and a remote network drive.I'm just about done writing a bash script that does a combination of tar/gz and mysqldump per application. Once it's done, I'll throw it in a cron job, and enable/disable sites by name in the script.Before I go further down this path, does anyone recommend a solid package that already exists?
View 1 Replies
View Related
Jan 1, 2010
I am looking for a home back up solution. Here are the requirements Free Capability of a Full Backup at the beginning of every month Capability of either differential or incremental backups nightly Server/Client setup Must work on both Windows and Linux Need to be able to setup Policies/Backup sets Must have logging
I wouldn't mind if it supported duplication, but it is not something I need at the moment.
I would be nice if I could find a free solution similar to Symantec Netbackup.
View 1 Replies
View Related
Dec 7, 2009
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.
View 4 Replies
View Related
Mar 26, 2011
There are a lot of backup solutions, many scripts based of rsync. The problem is not a lot of them encrypt your data before syncing it. I have a USB hard drive and I want to backup my user folder /home/myuser/ to the external drive What software will allow me to create incremental backups which are encrypted with relative ease
View 2 Replies
View Related
Apr 7, 2010
I would like to make a server in my home that could be used to backup old job files at a print shop that I work at, creating a low cost offsite backup for our backup server. It would only backup 30-200mb a night, depending on what size the various jobs are.
There are 4 workstations that backup to a network share hosted on a fileserver(tower). It only has a single TB drive, and now people are offloading files to this server to free there computer of disk space. This is going to be a problem once the "server" disk fails. The managment there will not pay a monthly fee for 500+GB of files we prob will never need, but cant delete. I was hoping I could create some sort of "online" backup hosted at my house. ( like amazon, carbonite but without the fancy gui)
After researching a while I can't seem to come up with a great solution (partly due to my lack of networking knowledge i'm sure!). I have a pfSense router, with VPN capabilities, and the router at work (Cisco/Linksys RVS4000) also can VPN. I would like to use linux as the server, I am in the process of learning Ubuntu. Also freeNAS via FTP is another thought, might be easier?
View 2 Replies
View Related
Apr 20, 2011
As I checked some online backup solutions I have found information that all of this which I checked have only clients for Win or Mac. But I'm looking for solution with Linux client.As I have read some info on one of the Googled page Linux probably is ready for being an online backup solution as is.So my idea is to create automatic (in the background) backup of my files (photos and docs) with my outside hosting server. I have unlimited shared hosting server with ftp access. Is there any option to built such solution to make backup synchronisation between my Linux comp and shared hosting? What should I get to know to start with such option?
View 1 Replies
View Related
Aug 23, 2010
I am looking for the best solution for backup, I want to backup the /home/user.I know about rdiff, and rsync but is there a better solution for backup these folder.And the security must be good, The backup I want to make is from a server to a server in a datacenter.Both servers are running on UBUNTU 9.10.
View 6 Replies
View Related
Feb 17, 2010
I am mainly a Windows admin, but I do *NIX administration from time to time, for now I need to use an open source solution for backup windows environment mainly, I spent last days playing with bacula and backupPC, and I then chose backupPC, I built a solution with it seems working not bad, but before i go on deeper, I thought asking geeks here better, my main experience with back was with Vertias/Symantec Backup Exec, what do you recommend as most similar backup solution in Ubuntu offer a close level (I don't backup to tapes I back to hard disks), also a gui is preferred, while backupPC do a nice work and i handled its client config file (machine_name.pl), but I still do mistakes sometimes and troubleshooting is annoying, I have to backup files from users machines some of these files are running (like PST files), and I could need to backup a database or something from time to time. so whats your opinion all?
View 2 Replies
View Related
Apr 5, 2010
how to take backup of users mailbox and how we can set mailbox size limit for users.
View 1 Replies
View Related
Apr 20, 2010
I want to backup all the data in my /home folder/partition (before upgrading).
1. In How to migrate to a new openSUSE version - openSUSE it is only written how to backup *one* users data.
If you know the path to your external harddisk, just open a konsole and do:
Code:
$ su
1. cd /home
2. cp -b -vvv username_to_be_backed_up /media/<folder_of_your_external_harddisk>
How can I backup *all* users' data in one folder "home-double"?
2. Has the external disk have to have any special file system?
I have an 500 GB disk in fat with some data already on it. Can this be used? Or do I have to make an new (ext3?) partition on my external hard disk to preserve permissions? Do I have to worry about big files under FAT?
3. Should I make anything to get sure that all data is the same in "home-double" as in "/home"?
Now I am using (on my Samsung X20) openSuse 11.1 and Gnome 2.24.1 (mostly, 1 account is using KDE) and Kernel Linux 2.6.27.45-01.1-pae. "/home" is on an separated partition (as part of an extended partition). I have also 2 NTFS partitions for Windows XP (System and Data), and a FAT, a root (/) and a swarp partition.
View 9 Replies
View Related
Apr 16, 2011
This is my first time to use Debian. I ordered the discs from LinuxCD - Debian 5.0.7. I am at the install point of Software Selection packages and I don't want to install unnecessary ones. Desktop environment and Standard system are ticked by default. I am installing to a desktop machine. I don't think I need Web server and going to Apache's FAQ still didn't answer my question whether I need it or not. I am not sure about DNS server, either. At this point, the only one I am sure I need is the Printer server. I found one page that loosely describes these software collections, but I am still unsure. Since most people do not use dial up these days it isn't taken into account of the description.
View 2 Replies
View Related
Oct 22, 2010
On Debian 5.0 I wish record the duration of the dial-up connections. To connect I use Wvdial through Gnome PPP graphic interface. Do you know a program with graphic interface or that it creates a simply log file with for each connection: date-time start connection, date-time end connection, telephone number called?
View 3 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
Feb 4, 2011
I am now preparing myself to upgrade lenny to squeeze and decided to do a backup on my system. I used backup-manager to do the job and it worked fine. how do you restore said backup data?
View 4 Replies
View Related
Sep 1, 2010
I would like a pointer to a script or utility I could use to enable me to backup all users on my current installed system and then use this data to automatically setup all these users on another system (could be a fresh installed system) basically port all users. additional features that would be nice to have
-backup passwords
-home directory or more specifically www web directory
-database backup.
View 2 Replies
View Related
Apr 27, 2011
HP ProLiant ML110
Intel(R) Pentium(R) 4 CPU 3.00GHz
External USRobotics V.90 56K FaxModem
Plugged into first serial port
dmesg | grep 'erial'
[ 2.160168] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[Code]...
View 1 Replies
View Related
Apr 25, 2010
can i just copy/backup postfix mail queues in /var/spool/postfix and paste that folder back in after i done migrating all users and mails to a new mailserver?
View 3 Replies
View Related
Aug 3, 2010
Just done a fresh install of squeeze (basic install then installed X, WM and a few applications) and I find that I am unable to get an xterm up and running (same goes for rxvt-unicode (urxvt) and uxterm). The same problem occurs with both Openbox and DWM window managers.
View 7 Replies
View Related
Feb 15, 2010
I've done some searches on here and can't seem to find anyone making any mention of this one site I found. Has anyone used the Debian Lenny KDE32 images from this site?[URL].. I downloaded it and it works GREAT! I think the solution for us poor Lenny holdouts might have been found. Especially those who have ati radeon cards. As background. I am running a Radeon 9000 pro agp card. I've been looking for SOME way to get KDE4 that works. Kubuntu, forget it. Mandriva was close but I'd miss apt too much. I was thinking of trying backports. But it seems these guys have already done the work. I downloaded their Lenny KDE32 image and burned it. Be aware, this is a DVD image, not a cd image. At 786megs it won't fit on a cd. But I put it on a dvd and it worked fine. Booted up to a nice clean running KDE4 on a lenny system. I still have some tinkering if I install it (blacklist pcspeaker for example, and get audio cd's to play) But here is my catch. I brought up the screensaver and chose my favorite: Solar winds. It a Gl screensaver, so 3d has to be working good.
View 14 Replies
View Related
May 12, 2011
I have a Broadcom BCM4312 LP-PHY in this machine. I was informed theres an open source driver for broadcom cards (brcm80211), but it doesn't seem to support this chipset. In the spirit of Debian, is there another driver available?
View 2 Replies
View Related
Aug 7, 2010
Just curious if anyone is using an iPhone 4 and, if so, what is your solution for syncing/adding music etc?
View 4 Replies
View Related
Oct 17, 2010
As a normal user I have activated the functions of the Quit applet, i.e. Logout, Shutdown and Restart are active buttons. I am able to restart or shutdown, no problems. But when I use the Logout button I don't get logged out, just returned to the login shell & I am still logged in as my user. I don't have a display manager installed and I do NOT want to use a display manager such as XDM or GDM. How do I get the Logout button to actually logout the user? It appears I am only getting logged out of the x-session, but I want complete logout.
View 6 Replies
View Related
Sep 15, 2010
Is there any guestimate of the total number of debian users or debian computers world wide?What about total GNU/Linux users (any distro)?
View 2 Replies
View Related
May 10, 2010
My church is planning to purchase a NAS serving 9 PCs running Windows and Linux respectively. The new device apart from storing data, mainly photo, is expected to be used for backup keeping all PCs images.
I have been googling a while unable to find a solution running dd command over LAN.
View 9 Replies
View Related