General :: Compile The Latest Rdiff-backup In Debian?

Feb 16, 2011

The problem here is that in my ubuntu desktop pc, the repositories contain the latest rdiff (1.2.8), but in my debian server, the repositories contain v1.2.5.
I get an error that the versions are different, therefore I need to compile v1.2.8 in debian myself and I have really no idea how to do that.

[URL]

View 1 Replies


ADVERTISEMENT

General :: How To Compile The Latest Rdiff-backup In Debian

Aug 27, 2010

The problem here is that in my ubuntu desktop pc, the repositories contain the latest rdiff (1.2.8), but in my debian server, the repositories contain v1.2.5.I get an error that the versions are different, therefore I need to compile v1.2.8 in debian myself.

View 2 Replies View Related

Debian Configuration :: Rdiff-backup On Samba Share

Mar 10, 2010

Is it possible (on lenny, in case that matters) to backup some directories with rdiff-backup, with the target being a WinXP Pro Host, i.e. the target being a SMB share? My idea is to start the XP-Box over WOL, run rdiff-backup and then shut it down using "net rpc SHUTDOWN"...

View 1 Replies View Related

General :: Rdiff-backup Keeps Backing Up A Symlink, Ignoring Files Under It

Dec 6, 2010

I've got a backup.list file that looks like this:

+ /ext/installs
+ /ext/media
- /ext
- /backup
- /dev
- /mnt
- /proc

/ext is a symlink to /mnt/vg1/vol1, under which are installs and media directories.

I'm running:

rdiff-backup --backup-mode --include-globbing-filelist backup.list / /backup

rdiff-backup keeps recreating a symlink: /backup/ext -> /mnt/vg1/vol1, which is kind of missing the point, because then it doesn't actually back up the files in /mnt/vg1/vol1/installs, etc.

View 1 Replies View Related

CentOS :: Install Rdiff-backup On C5?

Jan 7, 2010

Is there anywhere that gives detailed (suitable for non-experts) instructions on how to install rdiff-backup?

Only ancient versions seem to exist in any repository, which appears to rule out use of yum. Finding rpm packages also seems extremely difficult. And I'm not too clear what would be required to install from sources.

View 2 Replies View Related

Ubuntu Security :: Cannot Restore Deleted Directory Using Rdiff-backup

May 17, 2011

I have carefully made daily backups using rdiff-backup, so in the case of needing to restore I can do so.

But I deleted a directory yesterday, and made a backup in the evening. Therefore, the directory is not in the latest mirror, but in the incremental backup from yesterday.

Now I need to restore the directory. But I cannot figure out how to!

I can see the directory in yesterday's incremental backup; i.e., the following works:

Code:

Where [backupdir] is the backup (mirror) directory, and [nameofdir] is the name of the directory I'm trying to restore.

So, I have tried to restore. This is the type of thing I have tried:

Code:

Where to-restore.lst holds the name of the directory to restore (in rdiff-backup's format) and [restoredir]is where I want the restored directory to go to.

But, I get errors like:

Code:

Useful file specifications begin with the base directory or some pattern (such as '**') which matches the base directory. Well, obviously the file specification doesn't exist in the [restoredir]. That's because I'm trying to restore it! If I try to create an empty directory first, it complains:

Code:

How do I restore a deleted directory from a previous day's backup to a designated destination?

View 2 Replies View Related

Networking :: Ssh Stopped Working After Accidental Power-off During Rdiff-backup?

Aug 9, 2010

i unplugged the wrong machine during an rdiff-backup run, and when i try to ssh to that machine now, i get 'connection refused'. the machine was set up with ssh-copy-id before the accidental unplug.

View 4 Replies View Related

Software :: Rdiff-backup - Errno 5 - Input/output Error ?

Jun 19, 2011

While running a simple backup using a basic rdiff-backup command such as: # rdiff-backup /DataDrive /BackupDrive

Got a pair of message lines in the error log for a few "problem" files. Each problem file had two lines similar to the following: ListError Directory/file01.jpg [Errno 5] Input/output error UpdateError Directory/file01.jpg rdiff-backup.tmp.1234 [Errno 5] Input/output error

View 1 Replies View Related

Debian Configuration :: Ethernet Card Missing/Compile Latest Kernel?

Dec 17, 2010

This may sound ridiculous, but after installing Debian 5 (from CD 1) in my laptop, ASUS UL80VT, it fails to detect the Ethernet device. The device is "Atheros AR8131 PCI-E Ethernet Controller". I guess the problem comes with the old kernel of version 5. I was intending to compile the latest kernel anyway. But the problem is is there any heads up i need to download the kernel and trying to compile it? Is there anyone who uses Debian on UL80VT. If there is, does it works okay?In short I want to compile the latest kernel, hoping it will fix the Ethernet device. There are installers available with the latest kernel. But I want to do it on my own.

View 4 Replies View Related

Ubuntu :: Get Error When Compile The Latest Version Of VLC From Source?

Aug 6, 2010

I'm attempting to compile the latest version of VLC from source. I'm able to run ./configure without any errors, however when I try to make I receive the following error. I don't want to install the program from the repositories because it's outdated and the tray icon doesn't blend in.

-rw-r--r-- smothpocket/smothpocket 181 2010-04-12 18:22 default/subX/playtreeglyphs.png
-rw-r--r-- smothpocket/smothpocket 39468 2010-04-12 18:22 default/subX/about.png
LUAC lua/extensions/allocine-fr.luac[code]....

View 5 Replies View Related

Debian Configuration :: Latest Wine Repo - Where To Get The Latest Unstable Automatically

Nov 29, 2010

The latest in experimental is 1.1... the stable by upstream is 1.2 and the latest unstable is 1.3. So is there a repository where I can get the latest unstable automatically?

View 7 Replies View Related

General :: Does The Latest Ubuntu Download (.iso File) Contain Latest Fixes

Aug 5, 2011

If I go to the website and download the ISO file is it the exact same one that was released in April or will it contain the latest patches (e.g. security fixes, etc) that have been release since then? If it doesn't I suppose I'll have to download the entire ISO file, install the OS, and then have another couple hundred MB to download which is not what I'd prefer.

View 2 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

Debian :: Used Backup-manager - Restore The Backup Data?

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

General :: Compile Firefox From Source With Debian 5.0?

Nov 13, 2009

I hope I'm in the right section, if I'm not, please forgive me, I just installed Debian 5.0, and I want to install firefox, and then install graphics drivers, etc, I downloaded firefox, but I don't know how to compile programs from source, I googled how to compile firefox but the results are very vague and some are very outdated. I downloaded FF from their site, the file name is firefox-3.5.5.tar.bz2, how do I compile this?

View 11 Replies View Related

General :: Connection Reset By Peer" After Installing Latest Version Of Openssh Under Debian?

Jan 21, 2010

"Read from socket failed: Connection reset by peer" after installing latest version of openssh under debian. What to do?

View 5 Replies View Related

General :: Backup A Debian Based System?

Oct 8, 2009

Issue: I want to backup my system and be able to restore if/when my system crashes.

Setup: Thinkpad T61 running Sidux KDE3.

I want to back up the system files more than personal data. What I have found is that when I apt-get dist-upgrade the upgrade performs without error, but when I restart and login I get a black screen with a mouse. From the 'black screen' I can open yakuake with F12 and then launch applications and such from the command line. The point of this more troubleshooting right now. Later is so I won't need to do a complete reinstall.

What backup prog have you used that will backup the complete system and is easy to restore?

View 1 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

General :: File Is An Automated Backup Script, Backup.sh?

Sep 13, 2010

Can some one give me a sample of a crontab for backing a directory please, System is Ubuntu 9.04Quote:

#!/bin/bash
# this file is an automated backup script, backup.sh.
# this backs up my domain site.

[code]....

View 7 Replies View Related

Debian :: Installing Latest Nvidia Driver On Debian Squeeze ?

Nov 9, 2010

I installed Debian Squeeze with no issues. I went to install latest Nvidia driver as done previously with Lenny. Used instructions that worked on lenny from "the trooper" [url]

Downloaded th latest driver for my GeForce 7300 GS vidio card, driver package NVIDIA-Linux-x86-260.19.12.run

Used "method # 2 as described in HOW TO,as it worked perfectly in the past on Lenny. Only syntax I changed was instead of gdm I typed gdm3 as it appears that is the new name for gnome in Squeeze.

Did as folows:

Now the trouble showed up, Unfortunatly I can only go off my memory. A question was asked stating that something did not match, it needed a 3 and the driver had a 4 version or somethng of this sort. then it asked if I new what I was doing (and I lied) and selected yes. And whammo, it didn't work. (This question was asked when i did in Lenny and it is working perfectly still on that system). I now can not boot to GUI, I notice when system boots it starts in "S" mode although I select normal boot from grub2.

Not too bad if I got to reinstall as little is on the system. I just want to know what I am missing on the instalation deal or should I be going about this difrently with Squeeze.

View 14 Replies View Related

OpenSUSE Hardware :: Check What Latest Installed Drivers Are And How To Install The Latest?

Jun 27, 2010

how to check what my latest installed drivers are and how to install the latest? If I search for Nvidia in YaST then noting comes up. I beleive the latest drivers from Nvidia are 195.xxx

View 7 Replies View Related

Debian :: How To Get A KDE Desktop With The Latest Kernel

Jul 4, 2010

Since an Aptitude upgrade to my Debian Squeeze operating system (using video driver NVIDIA-Linux-x86-195.36.24) some weeks ago, which installed linux kernel 2.6-32-5-686, grub has been giving me two boot options (in addition to MS Windows). I expect that this is quite normal so far ...

However, if I try to boot using this new kernel, rather than kernel 2.6-32-3-686, I can only get the command line interface. Everything seems to work after boot with the new kernel, except (although the system seems to load kdm successfully) I cannot start X. Booting with the old kernel still takes me to the desktop as normal (I've set KDE to automatically bypass kdm, as I'm the only user of this standalone PC), and because of this I've been slow to address the issue with kernel 2.6-32-5-686, but since the problem doesn't seem to be going away with more recent upgrades, I suppose a request to the forum is the only way to go:

So, is the problem I'm having the same as was addressed in this thread? If not, would I only need to reinstall the same NVIDIA video driver so that it recognises the new kernel? If not, would installing NVIDIA-Linux-x86-256.35 solve the problem, and would I have to deinstall the old video driver first? Finally, if and when I solve the problem, can I safely deinstall the old 2.6-32-3-68 kernel?

View 13 Replies View Related

Debian :: VLC Latest Verion / Will It Be Able To Work Normally?

Oct 31, 2010

I have Debian lenny, with kde installed. The VLC version available for lenny is an old one, which has some annoying bugs. If I compile the latest version's source code to a .deb package, will it be able to work normally?If yes, can somebody guide me through the process of building a .deb package from source?

View 8 Replies View Related

Debian :: Name Of Latest Stable Dist?

Mar 11, 2011

I have debian sid installed, but when run the command aptitude dist-ugrade there is 202 packages nearly all the kde desktop and when run the safe-upgrade there is every day some upgrades, so want to use the latest stable debian, i have look on the debian dists and there is debian 6.0, sid, squeeze, stable and wheezy. what is the name of latest stable debian dist?

View 2 Replies View Related

Debian :: How To Upgrade EMacs To Latest Version

Sep 18, 2010

Debian 504 64-bit
Emacs 22.2.1

I have emacs running on the box
$ apt-cache policy emacsemacs:
Installed: 22.2+2-5
Candidate: 22.2+2-5
Version table:
23.1+1-4~bpo50+1 0
1 [URL]
*** 22.2+2-5 0
500 [URL]
100 /var/lib/dpkg/status

But I need to upgrade it to the latest version 23 which is NOT on repo.

View 8 Replies View Related

Debian :: No CPU Temperatures In Latest Version Of Gkrellm / Get That?

Aug 28, 2011

This morning gkrellm updated from 2.3.4-1 to 2.3.5-2 and now the CPU temperatures aren't displayed. I've rerun sensors-detect and restarted module-init-tools, but the temperatures still don't display. If I run sensors from a terminal, the CPU core temperatures are displayed correctly. Has anyone else seen this?

View 2 Replies View Related

Debian Installation :: I686 Available In Latest Images?

Aug 16, 2010

The Debian site says latest netinst images have i686 available. I only see i386, so does debian offer the i686 option during net install? Perhaps I won't see a difference between i386 and i686. 1.00 Ghz Pentium M on IBM thinkpad X40 with intel integrated graphics card

View 3 Replies View Related

Installation :: How To Install Debian Latest Packages

Dec 15, 2010

I download and install the squeez beta2 netinst iso, now want to install the debian latest upgraded packages with apt, how i can do it?

View 10 Replies View Related

Debian Multimedia :: How To Install Latest Version Of KDE (5.6.1)

Apr 3, 2016

I'm on Debian stable, I want to know if I could continue on Debian stable but install the latest version of KDE (5.6.1) without moving to testing or unstable. I want to install KDE latest (5.6.1) without having to have all of my other installs to be potentially unstable.

View 3 Replies View Related







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