thing like this:
BackupPC_tarCreate -n -1 -h -s / | tar xf -
I would like to know if there is a better (and more elegant) solution?
Thanks in advance,
Vincent
-
This SF.Net email is sponsored by the M
This was not intended/expected, believe me :-)
Vincent
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
one can help me please ?
Vincent from France
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics thro
> Vincent writes:
>
>
>> I try to run backuppc beta 3 on my ubuntu server.
>> I installed and run configure.pl script. There were no errors.
>> But when i try the init script /etc/init.d/backuppc start i have the
>> following permanent error.
>>
&g
Vincent <[EMAIL PROTECTED]> writes:
> Hi
>
>
>>> Is this a new installation or upgrade?
>>>
>>>
>>>
>> This is un upgrade.
>>
>>> Where is BackupPC installed? Confirm that /etc/init.d/backuppc
>>> h
Rodrigo Real a écrit :
> Vincent <[EMAIL PROTECTED]> writes:
>
> Hi
>
>
>>> Is this a new installation or upgrade?
>>>
>>>
>>>
>> This is un upgrade.
>>
>>> Where is BackupPC installed? Confirm that /
Craig Barratt a écrit :
> Vincent writes:
>
>
>> I don't understand where is the probleme ?
>>
>
> Did you originally install BackupPC via the Debian RPM?
>
> If so, then upgrading BackupPC with the vanilla release will
> probably break things becau
>> The parameter exclude is not in the command line of rsync.
>
> The include/exclude information is sent over the socket connection
> to the remote rsync, not in via the command line.
Craig,
Don't you think this should be mentioned in the documentation or
somewhere in t
Le 22 juil. 08 à 19:47, Nils Breunese (Lemonbit) a écrit :
> Vincent Fleuranceau wrote:
>
>>>> The parameter exclude is not in the command line of rsync.
>>>
>>> The include/exclude information is sent over the socket connection
>>> to the remote rs
> I'll try to put it on the wiki.
It's there (at the end of the page):
http://backuppc.wiki.sourceforge.net/Troubleshooting
(Feel free to change or correct it.)
-- Vincent
-
This SF.Net email is sponsored
; error in the docs at
> $Conf{BackupFilesExclude}, then he maybe could expand 'smbclient or
> tar' to 'smbclient, rsync or tar'.
Forget what I've written.
In fact, the most important thing to remember is Graig's advice
(increasing XferDebugLevel to reveal t
rk (with 'strict modes = true')
Hope this helps.
-- Vincent
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win
> Are you backing up linux client? If yes, please use rsync:
Why? Rsyncd works perfectly on Linux, too.
Most people use rsync because they want (or need) an SSH tunnel, but
this is not required by BackupPC.
-- Vinc
> secrets file = /etc/rsyncd.secrets
>
Just in case, execute the following command:
chmod 600 /etc/rsyncd.secrets
-- Vincent
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challeng
27;];
To extract /etc, you need to execute:
BackupPC_tarCreate -n -1 -h $HOST -s '/etc' / | > /mnt/server/restore/
restore.etc.tar
I don't use tar, so I must be wrong but this is how I see it.
-- Vincent
.
>
> Any hints what might be wrong?
Hi,
I would you try to copy the file to another dir first and then backup
this (extra) dir to see if it works and how long it takes...
-- Vincent
-
This SF.Net email is sponsor
Hello,
I'm trying to implement an 'ArchivePostUserCmd' script to copy all archives
to another site.
In this script I need to get values of $HostList and $BackupList.
For this, I defined the following command :
$Conf{ArchivePostUserCmd} = '/path_to_my_script/backup-offsite $HostList
$BackupList';
cArgs}?
Cheers,
Vince
--
Vincent Ho [EMAIL PROTECTED]
Fluffy Spider Technologies http://www.fluffyspider.com.au/
---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2
llation/configuration? (I was not able to find any step-by-step
guide to installing BackupPC on this system).
Thanks in advance,
-- Vincent
---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Sto
On Wed, Dec 21, 2005 at 11:29:33AM +0100, Guus Houtzager wrote:
> A colleague of mine wrote just that script. I had the problem of needing
> to migrate my backuppc with all data to another server and ran into the
> whole hardlink / memory issue. So my colleague wrote a script that
> rsyncs the /pc
llation/configuration? (I was not able to find any step-by-step
guide to installing BackupPC on this system).
Thanks in advance,
-- Vincent
---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Sto
my work. I'm not reponsible if you loose data though ;-)
>
Olivier,
Thank you for your answer!
I'll give it a try as soon as possible when I'm at my office.
-- Vincent
PS : Je suis français ;-)
---
This SF.net email is s
On 12/21/05, Vincent Fleuranceau <[EMAIL PROTECTED]> wrote:
> I'll give it a try as soon as possible when I'm at my office.
>
It's up and running now.
FYI: I've noticed some little problems during the build and the
installation process.
1 - In the backuppc.spec
re compression. And if the compressed file is corrupted,
your entire archive is unreadable and you can't recover any file at
all.
I don not use the archive-host trick, I simply run BackupPC_tarCreate:
# sudo -u backuppc /usr/bin/BackupPC_tarCreate -h \
# -n -1
ot;skip over" the extra tape mark."
See http://www.pop.psu.edu/help/file-management/using-tar.htm
("Advanced stuff" section)
I hope this helps you...
-- Vincent
---
This SF.net email is sponsored by: Splunk Inc. Do you grep thr
am I approaching this the right way? If I am how do I introduce a
> delay between the wake command being issued and BackupPc continuing?
>
> Do you require the scripts I am running?
>
Hi!
Why not add a simple 'sleep 120' com
pPC.pid \
--signal 1
;;
*)
echo "Usage: /etc/init.d/$NAME {start|stop|restart|reload}"
exit 1
;;
esac
exit 0
#EOF
chmod 755 /etc/init.d/backuppc
chown root:root /etc/init.d/backuppc
-- Vincent
eriod} = -1;
$Conf{XferMethod} = "rsyncd";
$Conf{RsyncdUserName} = "rsuser";
$Conf{RsyncdPasswd}= "";
$Conf{RsyncShareName} = ["backup"];
So far, I've noticed nothing special in the various logfiles...
Any idea? I must have missed something obv
eriod} = -1;
$Conf{XferMethod} = "rsyncd";
$Conf{RsyncdUserName} = "rsuser";
$Conf{RsyncdPasswd}= "";
$Conf{RsyncShareName} = ["backup"];
I notice nothing special in the various logfiles...
Any idea? I must have missed something obvious, but of cou
Sorry, I forgot to CC to the list...
-- Forwarded message --
From: Vincent Fleuranceau <[EMAIL PROTECTED]>
Date: 12 mars 2006 00:23
Subject: Re: [BackupPC-users] BackupPC_serverMesg backup ... does not
work anymore after upgrade
To: Craig Barratt <[EMAIL PROTECTED]>
6 - Check the main config.pl file, restart 'backuppc' and 'httpd'
daemons and enjoy!
Of course, I may have missed something; just let me know ;-)
-- Vincent
PS : thank you Craig for your attention to my specific problem.
---
T
hings have worked
since, and suggest we do the same to the shipped version of the config
file.
Vince
[1] http://rsync.samba.org/ftp/rsync/rsync-2.6.7-NEWS
[2] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=358319
--
Vincent Ho [EMAIL PROTECTED]
Fluffy Spider Technol
dex.cgi
6 - Check the main config.pl file, restart 'backuppc' and 'httpd'
daemons and enjoy !
Of course, I may have missed something; just let me know.
-- Vincent
---
All the advantages of Linux Managed Hosting--Wi
s are up to date (checked) and the perl-dev package
is installed (checked), too.
Configure seems OK:
" File::RsyncP::FileList based on rsync 2.6.3 configuration successful "
What's wrong? Did I missed to update something else on my system? Has
anyone experienced the same probl
t;
> #include "rsync.h"
>
> -static int verbose;
> +int verbose;
I confirm, that solves the problem on my system, too.
-- Vincent
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net'
t
> /usr/share/backuppc/bin/BackupPC_compr
> essPool line 153
(...)
> I don't want to run that command as root because the documentation says
> I have to run it as backuppc user.
Try this:
sudo -u backuppc /usr/share/backuppc
2006/7/25, Arlequín <[EMAIL PROTECTED]>:
> Vincent,
>
> Actually doing it using sudo causes the same effect... permission denied.
>
> Perhaps I must change the permission on the directory cpool
>
> This is what I have:
>
> [EMAIL PROTECTED]:/var/lib/backuppc/cpo
pc/bin/BackupPC_tarCreate -h server1
-t -n -1 -s data / > /dev/nst0
This works well for me with a HP 36/72 GB DAT.
If you need more info, just let me know.
-- Vincent
-
Using Tomcat but need to do m
- I have an off-site copy of my data.
IMPORTANT: always test the restoration process of your backup!
-- Vincent
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-i
0
Feel free to aks more info.
Cheers,
-- Vincent
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSph
n
NOTA: you may have to adjust file permissions for the Web GUI to work.
Take a look at your running config and take notes before you upgrade.
-- Vincent
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge
ast: verify that you only have *one*
copy of the 'cygwin1.dll' file on your sysem. If you find several
occurrences, keep the newest one (latest version) and delete (or
rename) the other ones. Place it somewhere in the PATH, so that every
p
> [test]
> path = H:\testbackup
> comment = Test Directory
Try with something like:
path = c:/test/
or
/cygdrive/c/test/
and tell us what happens.
-- Vincent
-
Take Surveys. Earn Cash. Influence the
Is it possible ?
Thanks
Vincent Van Dyck
---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server.
Download it for free - -and be entered to win a 42" plasma tv or your very
own S
I see references in the documentation on the ability to backup via rsync
combined with sudo but have been unable to make it work. Would anyone that has
it working with BackupPC 4.4.0 mind sending their
/etc/BackupPC/pc/servername.example.com.pl file please?
I have BackupPC 4 installed via RPM o
Very nice tip Kim, thank you also. :-)
Sent with Proton Mail secure email.
On Tuesday, May 6th, 2025 at 1:06 PM, Kim Scarborough
wrote:
> > Also you need to SSH from the backuppc server (using the backuppc user)
> > to each client once manually to populate authorized_keys.
>
>
> Just a q
>
> '--recursive',
>
> '--super',
>
> '--protect-args',
>
> '--numeric-ids',
>
> '--perms',
>
> '--owner',
>
> '--group',
>
> '-D',
>
> '--times',
>
47 matches
Mail list logo