Hi guys,
Thanks for all the help with the backup pc.
Unfortunately I couldn't get Windows Server 2008 to work, but for that it is
okay as we have none in the office that require a backup (but planned to in the
near future).
Thanks again for making such a great product that is free, and a very
Hi guys,
The file keeps failing (with access denied) on the following types of files;
Windows 2008
Go to a folder and on the tab with File, Edit, View, Tools, Help do the
following;
Tools > Folder Options > View > Hide protected operating system files
(Recommended).
Apply this, and all the f
Hi oragain,
==
You can also simply ignore the access denied errors if you want to only
manage one config file for windows 7 / 2k8 / 2k3 / XP. Access Denied is
not a "stopping" error. It is informative.
Regards,
Here is my exclude list for a windows 7 / 2k8 machine:
==
Hi oragain,
==
You can also simply ignore the access denied errors if you want to only
manage one config file for windows 7 / 2k8 / 2k3 / XP. Access Denied is
not a "stopping" error. It is informative.
Regards,
Here is my exclude list for a windows 7 / 2k8 machine:
==
Hi oragain,
==
You can also simply ignore the access denied errors if you want to only
manage one config file for windows 7 / 2k8 / 2k3 / XP. Access Denied is
not a "stopping" error. It is informative.
Regards,
Here is my exclude list for a windows 7 / 2k8 machine:
==
Hi,
Good news if you got it working.
As for Documents & Settings, on a windows 7 or windows 2k8 you can remove
them from the backup. They are links for backward compatibility. But you
have to backup the folder Users in exchange.
You can also simply ignore the access denied errors if you want to
Hi Mark,
=
It is hidden link Microsoft included so when migrating
from XP to Vista the files moved would end up in the Documents folder.
Mark
On 9/4/2012 8:38 AM, gshergill wrote:
Hi again guys,
Okay I see the issue, there is no such folder called "Documents and
Settings".
hi,
It is hidden link Microsoft included so when migrating
from XP to Vista the files moved would end up in the Documents folder.
Mark
On 9/4/2012 8:38 AM, gshergill wrote:
> Hi again guys,
>
> Okay I see the issue, there is no such folder called "Documents and
> Settings" Use
Hi again guys,
Okay I see the issue, there is no such folder called "Documents and
Settings" User Data is in the folder "Users".
Tried to create the folder, Windows doesn't let me.
Tried adding the file to the Exclude, same error
Any idea why it's even looking for Documents and Setting
Hi guys,
It's all working now for Windows Server 2003.
The underlining issue was that the Excludes need to use "\" instead of "/".
After that was changed I kept re-running the backup and adding excludes to the
directories that failed and now it works (pretty long exclude list...).
The error;
Hi guys,
Sorry for the late response, have been on holiday.
Hi Bowie Bailey,
===
I've added the following now;
$Conf{BackupFilesOnly} = {
'C$$' => [
'*/Desktop/*'
]
};
and still the same error;
NT_STATUS_ACCESS_DENIED listing \Documents and Settings\*
This backup will fail
On Tuesday 28 August 2012 15:28:43 gshergill wrote:
> Hi guys,
>
> I've added the following now;
>
> $Conf{BackupFilesOnly} = {
> 'C$$' => [
> '*/Desktop/*'
> ]
> };
>
> and still the same error;
>
> NT_STATUS_ACCESS_DENIED listing \Documents and Settings\*
> This backup will fail because
On 8/28/2012 10:28 AM, gshergill wrote:
> Hi guys,
>
> I've added the following now;
>
> $Conf{BackupFilesOnly} = {
>'C$$' => [
> '*/Desktop/*'
> ]
> };
>
> and still the same error;
>
> NT_STATUS_ACCESS_DENIED listing \Documents and Settings\*
> This backup will fail because: NT_STATUS_AC
Hi guys,
I've added the following now;
$Conf{BackupFilesOnly} = {
'C$$' => [
'*/Desktop/*'
]
};
and still the same error;
NT_STATUS_ACCESS_DENIED listing \Documents and Settings\*
This backup will fail because: NT_STATUS_ACCESS_DENIED listing \\*
NT_STATUS_ACCESS_DENIED listing \\*
Not e
Hi Tony Molloy and Bowie Bailey,
=
$Conf{BackupFilesExclude} = {
'c$$' => [
'\Boot\*'
'\Documents and Settings\*'
]
};
Isn't working, with / or \. It comes up with a failure to read the
configuration file
You need commas between the entries.
=
On Friday 24 August 2012 13:27:18 gshergill wrote:
> Hi guys,
>
> The following is working;
>
> $Conf{BackupFilesExclude} = {
> 'c$$' => [
> '\Boot\*'
> ]
> };
>
> But now it fails on Documents and Settings.
>
> Adding the line for;
>
>
> $Conf{BackupFilesExclude} = {
> 'c$$' => [
>
On 8/24/2012 8:27 AM, gshergill wrote:
> Hi guys,
>
> The following is working;
>
> $Conf{BackupFilesExclude} = {
>'c$$' => [
> '\Boot\*'
> ]
> };
>
> But now it fails on Documents and Settings.
>
> Adding the line for;
>
>
> $Conf{BackupFilesExclude} = {
>'c$$' => [
> '\Boot\*'
>
Hi guys,
The following is working;
$Conf{BackupFilesExclude} = {
'c$$' => [
'\Boot\*'
]
};
But now it fails on Documents and Settings.
Adding the line for;
$Conf{BackupFilesExclude} = {
'c$$' => [
'\Boot\*'
'\Documents and Settings\*'
]
};
Isn't working, with / or \. It comes
Hi Bowie Bailey,
You do not have anything set in BackupFilesOnly, do you?
"For Smb, only one of $Conf{BackupFilesExclude} and
$Conf{BackupFilesOnly} can be specified per share. If both are set for a
particular share, then $Conf{BackupFilesOnly} takes precedence and
$Conf{
On 8/23/2012 7:01 AM, gshergill wrote:
> Hi guys,
>
> Ok I added the configs as suggested by Bowie Bailey to the
> windowserver2003.pl file and am running but it still comes up with the same
> error;
>
>
> NT_STATUS_SHARING_VIOLATION opening remote file \Documents and
> Settings\Administrator\Lo
Hi guys,
Ok I added the configs as suggested by Bowie Bailey to the windowserver2003.pl
file and am running but it still comes up with the same error;
NT_STATUS_SHARING_VIOLATION opening remote file \Documents and
Settings\Administrator\Local Settings\Application
Data\Microsoft\Windows\UsrCla
Hi Bowie Bailey,
===
For example:
$Conf{BackupFilesExclude} = {
'*' => [
'/pagefile.sys',
]
};
===
Adding things to BackupFilesExclude doesn't seem to be working for me, however
I just noticed the 2003 server did fail it's backup on;
UsrClass.dat
I'l
Hi again guys,
Hi Les Mikesell,
==
Yes, then go to the server2 page and change any details that differ.
If the shares are the same and you don't set ClientNameAlias, you
might not need to change anything for additions made this way. Note
that you want to be sure your source set
On Wed, Aug 22, 2012 at 4:04 AM, gshergill
wrote:
>
> ==
> Also, when adding hosts in the web interface you can specify new=old
> to copy an existing host's configuration so once you get a system of
> each type working you can use it as a template when adding more and
> then edit i
On 8/21/2012 12:51 PM, Olivier Ragain wrote:
> Using '*' works also for the windows shares (at least when using samba).
> So you don't have to specify C$, D$...
>
> As for the syntax, personnally, had to actually tweak it a bit, for 2k3
> and 2k8 servers:
> * always use backward slashes
> * don't d
Hello,
If you look into your C drive for example, you should have a folder named:
"Documents and Settings", but that is just actually a link to "Users", it
is the same for my documents, my videos and some others. So, no need to
back them up twice (takes time for nothing).
I attached the main list
Hi guys,
Oliver,
==
Also, with W7 and 2k8, you need to remove some of the "links" like
documents & settings and so on. Not at work atm, but I can send you my
exclude list.
==
What do you mean by remove some of the links? Sorry am a bit confused there.
Would be
On Tue, Aug 21, 2012 at 11:51 AM, Olivier Ragain wrote:
>
> However, as explained in the documentation, you can only create one
> default config that will be applied to every hosts. If an host is an
> exception, you have to manually edit its conf file. Usually, I use the
> web interface. And in th
Using '*' works also for the windows shares (at least when using samba).
So you don't have to specify C$, D$...
As for the syntax, personnally, had to actually tweak it a bit, for 2k3
and 2k8 servers:
* always use backward slashes
* don't double the first backward slashes
* Through the web inter
Ray Frush wrote on 08/21/2012 11:30:22 AM:
> You need to exclude /proc from your backups. It's a virtual file
> system maintained by the kernel, and does not need to be backed up.
>
> Here's the excludes we use for Linux hosts:
>
> $Conf{BackupFilesExclude} = {
> '*' => [
> '/dev',
>
Hi guys,
Johan,
===
Try this:
$Conf{XferMethod} = 'rsync';
$Conf{BackupFilesExclude} = ['/proc', '/sys', '/tmp', '/dev'];
===
>From reading the config file it seems you need to add the '*' part that Ray
>mentioned, to define it as being for rsync.
Thanks though.
---
Hi Ray,
=
You need to exclude /proc from your backups. It's a virtual file system
maintained by the kernel, and does not need to be backed up.
Here's the excludes we use for Linux hosts:
...
=
I am running that now on the Linux Machines, hopefully all is wel
Gshergill-
Please refer to the abundant documentation on this topic. Here's a good
starting point, though the section on Linux excludes is just plain wrong.
The Windows excludes are quite good.
http://sourceforge.net/apps/mediawiki/backuppc/index.php?title=Common_backup_excludes
On Tue, Aug 21
Try this:
$Conf{XferMethod} = 'rsync';
$Conf{BackupFilesExclude} = ['/proc', '/sys', '/tmp', '/dev'];
/proc, /sys and /dev will produce errors if you don't exclude them...
--
Johan Wilfer
2012-08-21 17:19, gshergill skrev:
> Hi Oliver,
>
> Just a random question, but do you back up linux
Hi Ray,
=
You need to exclude /proc from your backups. It's a virtual file system
maintained by the kernel, and does not need to be backed up.
Here's the excludes we use for Linux hosts:
...
=
This sounds to me like a stupid question, but I assume I add that to
You need to exclude /proc from your backups. It's a virtual file
system maintained by the kernel, and does not need to be backed up.
Here's the excludes we use for Linux hosts:
$Conf{BackupFilesExclude} = {
'*' => [
'/dev',
'/proc',
'/tmp_mnt',
'/var/tmp',
'/tmp',
'/ne
Hi Oliver,
Just a random question, but do you back up linux machines?
It keeps failing for me at the point where it tries the file;
/proc/kcore
At this point it see's it's in use and aborts the backup... any way around that
which you know?
Thanks again.
Kind Regards,
gshergill
+--
Hi Oliver,
==
One last thing though, could you try creating a user on the windows 2008
server. Give it admin rights and then try to connect to the share using
said account ?
==
Unfortunately that didn't work. Here is the error in xfer log;
Running: /usr/bin/smbclient
One last thing though, could you try creating a user on the windows 2008
server. Give it admin rights and then try to connect to the share using
said account ?
Regards,
> Hi Oliver,
>
> =
> Kinda out of idea now ^^ knowledge out, except for one last thing, but
> since you are able
Hi Oliver,
=
Kinda out of idea now ^^ knowledge out, except for one last thing, but
since you are able to check the shares it shouldn't be it. Have you tried
deactivating the firewall on the windows 2008 server for all networks
?(Pro / Home / Public) ?
=
I actu
Hello,
Kinda out of idea now ^^ knowledge out, except for one last thing, but
since you are able to check the shares it shouldn't be it. Have you tried
deactivating the firewall on the windows 2008 server for all networks
?(Pro / Home / Public) ?
Regards,
> Hi Oliver,
>
> =
> smbclie
Hi Oliver,
=
smbclient --version would be better
=
root@backuppc:~# smbclient --version
Version 3.6.3
Newer version to yourself, that shouldn't be an issue I think?
Kind Regards,
gshergill
+--
|This w
smbclient --version would be better :)
I am running Version 3.5.6
Regards,
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT ma
Hi Oliver,
==
By the way, which version of samba are you using ?
Because with Samba < 3.2, you'll have some trouble getting it to connect
to Windows Server 2008.
==
This is interesting...
root@backuppc:~# samba --version
The program 'samba' is currently not installed.
My bad, did mean smb.conf.
The only thing I added to the global section of the smb.conf file is this:
#=== Share Definitions ===
workgroup = GAULTETFREMONT
netbios name = srvbkpp03
security = ADS
preferred master = no
disable spoolss = Y
Hi Oliver,
Can you check if you have in your samba.conf file the following line:
msdfs proxy = no
If so, can you try removing it and retesting the listing of the data on
the shares ?
I don't have a samba.conf file, however, I assume you mean smb.conf?
In that file t
Hi gshergill,
Can you check if you have in your samba.conf file the following line:
msdfs proxy = no
If so, can you try removing it and retesting the listing of the data on
the shares ?
Regards,
Olivier
--
Live Securi
Hi again Oliver,
=
If you want to check what smbclient can see as shares you can use the
following command line:
smbclient -L SERVERNAME -U USERNAME (-I instead of L if you are going by IP)
=
The following is the output of the commant smbclient -L -U;
backuppc@
Hi again Oliver,
=
If you want to check what smbclient can see as shares you can use the
following command line:
smbclient -L SERVERNAME -U USERNAME (-I instead of L if you are going by IP)
=
The following is the output of the commant smbclient -L -U;
backuppc@
On Mon, Aug 20, 2012 at 10:48 AM, Olivier Ragain wrote:
>
> PS: what is the rule on this group about post responding or pre
> responding to emails ^^ ?
Do what makes sense in the context of the discussion. Avoid doing
both at the same time. ;-)
--
Ray Frush "Either you are par
On 20/08/2012 17:53, gshergill wrote:
> Hi Ray,
>
> -
> A command line like:
>
> /usr/share/BackupPC/bin/BackupPC_zcat XferLOG.0.z
>
> Will get at these files. Not sure why the developers didn't use standard
> gzip format, but at least there's a tool to handle them.
>
>
> Thanks
Hi Ray,
-
A command line like:
/usr/share/BackupPC/bin/BackupPC_zcat XferLOG.0.z
Will get at these files. Not sure why the developers didn't use standard gzip
format, but at least there's a tool to handle them.
Thanks a lot, worked perfectly.
Also can you give us
A command line like:
/usr/share/BackupPC/bin/BackupPC_zcat XferLOG.0.z
Will get at these files. Not sure why the developers didn't use standard
gzip format, but at least there's a tool to handle them.
On Mon, Aug 20, 2012 at 8:53 AM, gshergill wrote:
> In the directory for the windows machine
Hi Oliver,
I'm pretty sure the account is configured to successfully share the files,
using;
SmbShareName C$$
The following appears in the log file at the web ui when a backup in run;
2012-08-20 15:42:02 full backup started for share C$$
2012-08-20 15:42:03 full backup 7 complete, 3 files, 282
Objet : [BackupPC-users] Error Backing up Servers
>
> Hi Mike,
>
> If you're talking about rsync's transfer rate, add the argument
> --bwlimit=xxx (which is a number in kbytes/second, ie 500 for 500
> kbytes/second).
>
> That's working perfectly, thank yo
increase
timeout or filtre the files
Regards
-Message d'origine-
De : gshergill
Envoyé : 20/08/2012 12:55
À : backuppc-users@lists.sourceforge.net
Objet : [BackupPC-users] Error Backing up Servers
Hi Mike,
If you're talking about rsync's transfer rate, add the argument
Hi Mike,
If you're talking about rsync's transfer rate, add the argument
--bwlimit=xxx (which is a number in kbytes/second, ie 500 for 500
kbytes/second).
That's working perfectly, thank you.
Seems all is working well using rsync for linux servers (apart from localhost).
There seems to be an
On 12-08-15 01:08 PM, gshergill wrote:
> Any chance you know if you are able to set the download on BackupPC? Seem
> unable to find it out how to...
If you're talking about rsync's transfer rate, add the argument
--bwlimit=xxx (which is a number in kbytes/second, ie 500 for 500
kbytes/second).
Hi Mike,
Thanks for the reply, I actually just figured this out.
I was trying to backup a linux box using smb... didn't realise I had to
manually change the method to rsync, assumed it knew it was a linux box after I
configured the ssh keys.
Thank for the help though, was spot on.
Any chance
On 12-08-14 08:56 AM, gshergill wrote:
> Hi BackupPC community,,
>
> I have just finished an install of BackupPC on Ubuntu 12.04 and have added
> the public key to the server/s I wish to back up.
> I am able to ssh to the server from the backuppc user.
>
> However, there appears to be an issue wit
Hi BackupPC community,,
I have just finished an install of BackupPC on Ubuntu 12.04 and have added the
public key to the server/s I wish to back up.
I am able to ssh to the server from the backuppc user.
However, there appears to be an issue with backing up the server.
>From the webui, the erro
61 matches
Mail list logo