Re: [BackupPC-users] achieving 3-2-1 backup strategy with backuppc

2022-06-01 Thread Ray Frush
replication to push a copy of the BackupPC data to a remote device. -- Ray Frush "Either you are part of the solution T:970.491.5527 or part of the precipitate." -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- Colorado State University | IT | Systems Engineer

Re: [BackupPC-users] Backup aborted (No files dumped for share

2020-02-21 Thread Ray Frush
For machines with antique rsync versions, we’ve had success backing them up with the ’tar’ method instead. > On 2020Feb 21, at 06:13, Gerald Brandt wrote: > > Sadly, no. The machine is due for decommisioning (I've been trying for years, > but management...). I still have to back it up though

Re: [BackupPC-users] Pool storage for BackupPC on a virtual machine

2019-12-18 Thread Ray Frush
controller redundancy) for running VM disk images so that if we need to take it off line for patching, there’s zero impact. > On Dec 18, 2019, at 02:08, orsomannaro wrote: > > On 16/12/19 16:54, Ray Frush wrote: >> I run BackupPC as a VM in my environment which backs up all of

Re: [BackupPC-users] Pool storage for BackupPC on a virtual machine

2019-12-16 Thread Ray Frush
primary storage becomes corrupted, the backups should still be accessible once a replacement BackupPC server is built and the external pool of data is presented to it. -- Ray Frush "Either you are part of the solution T:970.491.5527 or part of the precip

Re: [BackupPC-users] Recommended settings for BackupPC v4 on ZFS

2019-09-10 Thread Ray Frush
We backup to a ZFS based appliance, and we allow ZFS to do compression and disable compression in BackupPC. We do not allow ZFS to de-duplicate. However since you’re looking at doing ZFS on the same box that’s running BackupPC it probably doesn’t matter which one you have compression turned o

Re: [BackupPC-users] BackupPC_Admin cannot write to LOCK

2019-08-28 Thread Ray Frush
Ahh, I didn’t install from an RPM. We install from the official tar files as BackupPC packaging has been spotty in the past, and based on your SELinux issues, continues to be spotty. > On Aug 28, 2019, at 14:12, Jamie Burchell wrote: > > Ah, perhaps its due to which package I have. I’m o

Re: [BackupPC-users] BackupPC_Admin cannot write to LOCK

2019-08-28 Thread Ray Frush
So, I’m running on a RedHat 7 flavored box. ’semanage fcontext -l’ returns no items for specific paths for BackupPC on my system. Also my systems have no content in /usr/share/selinux/packages/, which is why I wrote my own. > On Aug 28, 2019, at 13:23, Jamie Burchell wrote: > > Thanks fo

Re: [BackupPC-users] BackupPC_Admin cannot write to LOCK

2019-08-28 Thread Ray Frush
Our setup is a little different that yours, but this is the SELinux module I deploy to my BackupPC server with these steps: semodule -r backuppc checkmodule -M -m -o /tmp/backuppc.mod /tmp/backuppc.te semodule_package -o /tmp/backuppc.pp -m /tmp/backuppc.mod semodule -i /tmp/backuppc.pp We also

Re: [BackupPC-users] Zfs Deduplication vs Backuppc Pooling

2019-04-02 Thread Ray Frush
I’ll echo Jean-Yves sentiment, and advise against turning on ZFS Deduplication. For a backupPC pool, which is already significantly deduplicated (via the hash pool), deduplication probably won’t buy you as much as you’d hope. We recently moved to ZFS backed storage and rely on using ZFS’s co

[BackupPC-users] What happens when you 'run out' of inodes...

2019-03-20 Thread Ray Frush
ion because we didn’t actually run out of inodes on the backend storage. Reporting as an FYI to let people know how BackupPC responds to some of the new threshold checking. -- Ray Frush "Either you are part of the solution T:970.491.5527 or part of the pre

Re: [BackupPC-users] Can't write config.pl files through CGI interface.

2019-02-21 Thread Ray Frush
. -- Ray Frush "Either you are part of the solution T:970.491.5527 or part of the precipitate." -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- Colorado State University | IS | System Administrator > On Feb 21, 2019, at 15:40, Adam Goryachev > wrote: > &

[BackupPC-users] BackupPC 4.3.0 and NFSv3 don't appear to work well together.

2019-02-15 Thread Ray Frush
) and then hangs again. -- Ray Frush "Either you are part of the solution T:970.491.5527 or part of the precipitate." -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- Colorado State University | IS | System Adm

Re: [BackupPC-users] Adding file Prefix upon restoring

2018-09-27 Thread Ray Frush
o restore some sheets from older days, > and they need to maintain the new and the old sheet when I restore > it. Is there any way I can add a prefix or sufix to a restored file? > i.e. Restore_Sheet001.xls > -- Ray Frush "Either you are part of the solutionT:970.491.55

Re: [BackupPC-users] Copying backups to other host

2018-08-22 Thread Ray Frush
y ideas? > > And would it be an idea to let Nightlies run a couple of times? > > Thanks for your answer in any case ! It’s going to be.. weeks yeah :s > > Nino > > > > From: Ray Frush > [mailto:fr...@rams.colostate.edu] > > Sent: Wednes

Re: [BackupPC-users] Copying backups to other host

2018-08-22 Thread Ray Frush
k out the vibrant tech community on one of the world's > mostengaging tech sites, Slashdot.org! > http://sdm.link/slashdot___BackupPC-users > mailing listBackupPC-users@lists.sourceforge.netList: > https://lists.sourceforge.net/lists/listinfo/backuppc-users

Re: [BackupPC-users] about migrate to a new server

2018-05-10 Thread frush
) is available is a generally good best practice when making this kind of shift. -- Ray Frush "Either you are part of the solution T:970.491.5527 or part of the precipitate." -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- Colorado State University | IS | System Adm

Re: [BackupPC-users] considerations on i-nodes

2018-04-18 Thread frush
Torsten- Nice writeup of a way to help manage the backupPC file system. On Wed, 2018-04-18 at 13:25 +0200, f...@igh.de wrote: > Dear List, > > running BackupPC v4 I sometimes ran out of i-nodes... > -- Ray Frush "Either you are part of the solution T:970.491.5527

Re: [BackupPC-users] offsite server

2018-04-10 Thread frush
cal BackupPC server to backup EVERYTHING (Prod, non-Prod, experiemental, etc)and a remote BackupPC instance that independently backs up everything you can't afford to lose (Prod). -- Ray Frush "Either you are part of the solution T:970.491.5527 or part of th

Re: [BackupPC-users] Serious error: last backup ... directory doesn't exist!!! - reason found

2018-03-08 Thread frush
One of the more challenging aspects of this is the number of inodes that BackupPC consumes is directly related to how many inodes you're backing up. If I recall correctly, in BackupPC 4.x, each 'filled' backup will use 2 inodes per object backed up in addition to the inode consumed by the uniq

Re: [BackupPC-users] Help with monthly schedule configuration

2017-11-16 Thread Ray Frush
The incremental period of 0.97 results in a daily backup, so that's probably what you want to keep. My schedule ends up giving you something like this: ~32 daily backups + a couple of older ones just in case you need an older file. Backup# Type Filled Level Start Date Duration/mins Age/days 0

Re: [BackupPC-users] Help with monthly schedule configuration

2017-11-15 Thread Ray Frush
n my FullPeriod would trigger before the last full backup was aged out. The Filled vs. Full backups are a bit confusing. -- Ray Frush On Wed, Nov 15, 2017 at 2:59 PM, Jamie Burchell wrote: > Hi! > > > > Hoping someone can give me that “ah ha!” moment that I’m so desperately

Re: [BackupPC-users] BackuPC 4 hang during transfer

2017-09-20 Thread Ray Frush
imal conditions, which never happens. On Wed, Sep 20, 2017 at 8:34 AM, Gandalf Corvotempesta < gandalf.corvotempe...@gmail.com> wrote: > 2017-09-20 16:14 GMT+02:00 Ray Frush : > > Question: Just how big is the host you're trying to backup? GB? > number > > of

Re: [BackupPC-users] BackuPC 4 hang during transfer

2017-09-20 Thread Ray Frush
rgest, hairiest server is 770GB with 6.8 Million files. Full backups on that system take 8.5 hours to run. Incrementals take 20-30 minutes. I have no illusions that the infrastructure I'm using to back things up is the fastest, but it's fast enough for the job. -- Ray Frush Colorado St

Re: [BackupPC-users] BackuPC 4 hang during transfer

2017-09-19 Thread Ray Frush
Gandalf- Hopefully, someone with more rsyncd experience can step in and help. I haven't used the rsyncd method for 3-4 years, and don't have any current examples to help you with. Good luck! -- Ray Frush On Tue, Sep 19, 2017 at 9:32 AM, Gandalf Corvotempesta < gandalf.corvotempe

Re: [BackupPC-users] BackuPC 4 hang during transfer

2017-09-19 Thread Ray Frush
-exclude=var/log/bacula/* > --exclude=var/log/ntpstats --exclude=var/lib/mlocate > --exclude=var/lib/mysql/* --exclude=var/lib/apt/lists/* > --exclude=var/cache/apt/archives/* --exclude=usr/local/php55/sockets/* > --exclude=var/run/* --exclude=var/spool/exim/* > backuppc@myhost:

Re: [BackupPC-users] BackuPC 4 hang during transfer

2017-09-19 Thread Ray Frush
there is a misconfiguration that will leap out at you as you work through this. I had to do the same thing when I was doing an initial install. -- Ray Frush Colorado State University. On Tue, Sep 19, 2017 at 2:52 AM, Gandalf Corvotempesta < gandalf.corvotempe...@gmail.com> wrote: > Stil

Re: [BackupPC-users] Scheduling advice

2017-09-01 Thread Ray Frush
Gandalf- Sounds like you need a bigger backup server. BackupPC keeps the tranfer logs compressed, even the most recent one. Typical log sizes for my largest host (768GB, 6.7 Million files) which also has a significant amount of churn. You can see that the Full, (backup 65) even compressed, the

Re: [BackupPC-users] Scheduling advice

2017-09-01 Thread Ray Frush
Longish answer below... On Fri, Sep 1, 2017 at 3:22 AM, Gandalf Corvotempesta < gandalf.corvotempe...@gmail.com> wrote: > 2017-08-31 16:33 GMT+02:00 Ray Frush : > > The values you'll want to check: > > $Conf{IncrKeepCnt} = 26; # This is the number of total &

Re: [BackupPC-users] Scheduling advice

2017-08-31 Thread Ray Frush
On Thu, Aug 31, 2017 at 10:45 AM, Gandalf Corvotempesta < gandalf.corvotempe...@gmail.com> wrote: > > Ok but let's simulate a crash in your example: > > On day 2, before the incremental backup, the filled one (day0) is lost. > Is backup made on day1 still available with "all" files or only with >

Re: [BackupPC-users] Scheduling advice

2017-08-31 Thread Ray Frush
On Thu, Aug 31, 2017 at 10:23 AM, Gandalf Corvotempesta < gandalf.corvotempe...@gmail.com> wrote: > > > So, with a "full" run, the second "full" is still seen as an > incremental by rsync? > Let's assume a 100GB host. > bpc will backup that host for the first time. 100GB are transferred. > The next

Re: [BackupPC-users] Scheduling advice

2017-08-31 Thread Ray Frush
On Thu, Aug 31, 2017 at 9:16 AM, Gandalf Corvotempesta < gandalf.corvotempe...@gmail.com> wrote: > 2017-08-31 16:33 GMT+02:00 Ray Frush : > > Thanks for the reply. > In this case, you are making some full backups. > I don't want to run any full backup except for

Re: [BackupPC-users] Scheduling advice

2017-08-31 Thread Ray Frush
delete one. I have found, that BackupPC is pretty good at self healing from issues. We had a number of backups impacted by running out of inodes during a cycle. While the files lost by the lack of Inodes cannot be recovered, BackupPC recovered gracefully on the next cycle after the file system

Re: [BackupPC-users] Dealing with large directories.

2017-08-14 Thread Ray Frush
Craig- On Mon, Aug 14, 2017 at 11:54 AM, Craig Barratt via BackupPC-users < backuppc-users@lists.sourceforge.net> wrote: > Ray, > > The behavior you are seeing is expected for tar (and smb and ftp) > XferMethods. Incrementals don't detect deleted or renamed files. So if > you have a directory

Re: [BackupPC-users] Dealing with large directories.

2017-08-14 Thread Ray Frush
Craig- Thanks for taking a look at this. On Sun, Aug 13, 2017 at 8:06 PM, Craig Barratt via BackupPC-users < backuppc-users@lists.sourceforge.net> wrote: > Ray, > > What is the XferMethod and backup schedule (ie, how often do you do > incrementals and fulls)? Which backup are you viewing (ie,

Re: [BackupPC-users] Backing up the BackupPC pool

2017-08-09 Thread Ray Frush
A snapshot of the BackupPC Filesystem does not protect from gross hardware failure of the storage that destroys both the data and the snapshots. -- Ray Frush On Wed, Aug 9, 2017 at 3:42 PM, Alexander Moisseev via BackupPC-users < backuppc-users@lists.sourceforge.net> wrote: > On 8/9/2

Re: [BackupPC-users] Backing up the BackupPC pool

2017-08-09 Thread Ray Frush
ckups run. -- Ray Frush On Wed, Aug 9, 2017 at 2:47 PM, Hannes Elvemyr wrote: > Hi! > > I'm using BackupPC for all my machines and it's great! I would now like to > protect my BackupPC pool somehow (if my BackupPC server crashes, gets > stolen or burns up I don't w

Re: [BackupPC-users] Question about v4

2017-08-07 Thread Ray Frush
Jean-Yves- I believe you may have been looking at v3 documentation. BackupPC V4 does _not_ make extensive use of hard links. See: https://backuppc.github.io/backuppc/BackupPC.html#BackupPC-4.0 -- Ray Frush Colorado State University. On Sun, Aug 6, 2017 at 6:10 PM, B wrote: >

[BackupPC-users] Dealing with large directories.

2017-08-03 Thread Ray Frush
This is a two part question/problem report. We backup a file system that has a sub-directory that generally contains around 39K small files that usually adds up to 16GB. The files see a fair amount of churn month to month, and we were pulling from a backup about 2 weeks ago. When we try to brow

[BackupPC-users] Time to run a 'fsck'?

2017-07-28 Thread Ray Frush
Each night I get a list of warnings about 'missing pool file' in my main log. I believe this stems from an issue caused by running out of inodes. I'm wondering if doing something like manually running this command would clean up the pool and fix the missing pool file messages. BackupPC_r

Re: [BackupPC-users] I'd like to make a suggestion to the BPC devs

2017-07-21 Thread Ray Frush
silon, and IBM's Storewise V7000 Unified storage, which all do a nice job of snapshots, and we've never experienced issues with overhead during the snapshot process. Point is, there are a lot of options out there, including using modern file system features. -- Ray Frush Colorado State U

Re: [BackupPC-users] I'd like to make a suggestion to the BPC devs

2017-07-20 Thread Ray Frush
ient than BackupPC could ever be for this. -- Ray Frush On Thu, Jul 20, 2017 at 7:54 AM, B wrote: > On Thu, 20 Jul 2017 10:26:18 +0200 > Daniel Berteaud wrote: > > > I think this is out of BackupPC's scope > > Please develop, don't drop me dry, why is that? &g

[BackupPC-users] BackupPC 4 practical limits

2017-07-18 Thread Ray Frush
actical upper end for BackupPC to manage? Thanks -- Ray Frush Colorado State University. -- Check out the vibrant tech community on one of the world's most engaging tech sites, Sla

Re: [BackupPC-users] Could Not Open Password File

2017-07-13 Thread Ray Frush
Do you have selinux enabled? I encountered significant challenges getting BackupPC and SELinux to play nice with each other. Check /var/log/audit/audit.log for a report. -- Ray Frush Colorado State University. On Thu, Jul 13, 2017 at 6:48 AM, Akibu Flash wrote: > So should I change

Re: [BackupPC-users] A cleanup question for orphaned backup directories.

2017-06-20 Thread Ray Frush
o directories > are still around; BackupPC_backupDelete didn't report any errors. It also > didn't delete the XferLOG.[56].z files. > > It looks like #3 was correctly deleted, and XferLOG.3.z too. > > What's in those directories? Are they owned by the backuppc user? >

Re: [BackupPC-users] Question about transient inodes

2017-05-30 Thread Ray Frush
Parplies wrote: > Hi, > > Ray Frush wrote on 2017-05-23 15:37:36 -0600 [[BackupPC-users] Question > about transient inodes]: > > [...] > > Can a developer comment on under what conditions BackupPC might be > > temporarily allocating a lot of extra inodes,

[BackupPC-users] A cleanup question for orphaned backup directories.

2017-05-24 Thread Ray Frush
I've encountered an interesting issue: In $TopDir/pc/host, I have some orphaned directories that don't appear in $TopDir/pc/host/backups. For example: this host shows two extra directories, and XferLOGs for backup #5 and #6 that does not appear in the 'backups' file: $ ls isxxt004 0 17 1

Re: [BackupPC-users] 4.1.2 CGI Wipes Config.pl Settings

2017-05-24 Thread Ray Frush
ppc/backuppc/commit/7936184a9ec049fef3d0d67e012b23d79eb336f1> > for > this last night. > Craig > -- Ray Frush On Wed, May 24, 2017 at 10:07 AM, Michael McGregor wrote: > Hello, > > I have a problem with the BackupFilesExclude setting not persisting or > populating the website cor

[BackupPC-users] Question about transient inodes

2017-05-23 Thread Ray Frush
, and then quickly releasing them? Thanks. -- Time flies like an arrow, but fruit flies like a banana. Ray Frush -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org!

Re: [BackupPC-users] Apache user...

2017-05-14 Thread Ray Frush
Bob- I found the instructions to run httpd (apache) as the backupPC user (backuppc) to be a graceful way to get BackupPC to play well with all the required file ownership. -- Ray Frush On Sat, May 13, 2017 at 5:50 PM, Robert Katz wrote: > Guys: > > Can the apache user remain as

Re: [BackupPC-users] BackupFilesExclude issue

2017-05-12 Thread Ray Frush
ub.com/backuppc/backuppc/commit/7936184a9ec049fef3d0d67e012b23d79eb336f1> > for this last night. > > Craig > > On Fri, May 12, 2017 at 9:56 AM, Ray Frush > wrote: > >> I’m seeing this issue too! >> >> I noticed that with 4.1.2 if I use the WebUI

Re: [BackupPC-users] BackupFilesExclude issue

2017-05-12 Thread Ray Frush
xclude in host grover config to {'*' => []} from {'*' => ['/proc','/sys','/mnt','/net','/dev','/var/log/lastlog','/var/run','/ais02','/backup','/export','

Re: [BackupPC-users] How does BackupPC 4.1.1 calculate Pools size?

2017-05-05 Thread Ray Frush
I spotted two file stored in the cpool totaling 23.5GB, which is about the same as the discrepancy between the pool size that BackupPC reports and what I'm counting on the file system. ... drwxr-x---. 130 backuppc backuppc 8.0K May 4 01:00 18 -rw-rw. 1 backuppc backuppc 16G Apr 27 14:38 19

Re: [BackupPC-users] How does BackupPC 4.1.1 calculate Pools size?

2017-05-04 Thread Ray Frush
lyUpdatePeriod} to 1. > > Craig > > On Mon, May 1, 2017 at 3:48 PM, Ray Frush > wrote: > >> My instance of Backuppc 4.1.1 reports: >> >> "Pool is 26.56GiB comprising 764047 files and 16512 directories (as of >> 5/1 01:00)" >> >> Howev

[BackupPC-users] How does BackupPC 4.1.1 calculate Pools size?

2017-05-01 Thread Ray Frush
ystem is an NFS file system. Is there something I should be doing different to get a more accurate report of the pool size? How does BackupPC calculate the pool size? (I'm trying to grok the source code, but haven't found the method yet.) Thanks -- Ray F

Re: [BackupPC-users] SELinux for v4.1.1

2017-05-01 Thread Ray Frush
I believe the install documentation acknowledges that BackupPC isn't SELinux aware, and advises you to disable SELinux on the server you're using to run BackupPC. An interesting project would be to create a backuppc module for SELinux. On Fri, Apr 28, 2017 at 9:06 PM, Kenneth Porter wrote: > I

Re: [BackupPC-users] BackupPC 4.1.1 Restore Issue

2017-05-01 Thread Ray Frush
> directory path off, and it was empty (instead of "/") in the case you > mentioned, causing the restore to the home directory, not /. > > Craig > > > On Mon, Apr 24, 2017 at 9:20 AM, Ray Frush > wrote: > >> I’ve been away from BackupPC for a few years

[BackupPC-users] BackupPC 4.1.1 Restore Issue

2017-04-24 Thread Ray Frush
stored to the correct location, ’testserver:/opt’. I’m wondering if anyone else has observed this behavior, or can suggest what I might be doing incorrectly to get the unexpected result in my first test case. Otherwise it sounds like I may have hit a bug. Thanks. -- Ray Frush "Ei

Re: [BackupPC-users] Backing up macs

2013-12-06 Thread Ray Frush
h] ....ISXXYosqZQ== backuppc@server Ray Frush "Either you are part of the solution T:970.288.6223 or part of the precipitate." -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- Avago Technologies | APD Technical Computing | IT Engineer On Fr

Re: [BackupPC-users] Backing up macs

2013-12-04 Thread Ray Frush
Like Kris, we back up a number of MacBooks here using rsync via ssh, and have never had an issue. Also like Kris, we only backup /Users which limits what we're backing up. Ray Frush "Either you are part of the solution T:970.288.6223 or part of the p

Re: [BackupPC-users] rsync on Windows 8?

2013-08-01 Thread Ray Frush
t was where it told me that it was missing > cygintl-8.dll. > > ** ** > > Thanks, > > ** ** > > --Mark > > ** ** > > *From:* Ray Frush [mailto:ray.fr...@avagotech.com] > *Sent:* Thursday, August 01, 2013 3:14 PM > > *To:* Ge

Re: [BackupPC-users] rsync on Windows 8?

2013-08-01 Thread Ray Frush
et of cygwin files and the right recipe - > ideally one that works across Win8, Win7 etc - then I would be happy to > update the recently released cygwin-rsyncd package (which was helpfully > provided by Ray Frush). > > ** ** > > Craig > > ** ** > > On Wed,

Re: [BackupPC-users] cygwin-rsyncd outdated No recent version ?

2013-07-09 Thread Ray Frush
r of the world… > > ** ** > > Many thanks, > -- Ray Frush "Either you are part of the solution T:970.288.6223 or part of the precipitate." -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- Avago Technologies, I

Re: [BackupPC-users] cygwin-rsyncd outdated No recent version ?

2013-07-09 Thread Ray Frush
Because of our customization, I can't just release our package into the wild. If there's enough interest, I can "sanitize" our build tree and I can share our NSIS config so others can easily customize and build their own rsyncd installers. -- Ray Frush "

Re: [BackupPC-users] Challenges with backups

2013-07-02 Thread Ray Frush
to start. So I am > coming to you for some assistance. Attached are various portions of data > that should provide you with a very clear view of what I am attempting to > accomplish. > > If you would be so kind, please review the information and respond with > your thoughts/questio

Re: [BackupPC-users] New backup server

2013-05-24 Thread Ray Frush
lic_d2d_may > ___ > BackupPC-users mailing list > BackupPC-users@lists.sourceforge.net > List:https://lists.sourceforge.net/lists/listinfo/backuppc-users > Wiki:http://backuppc.wiki.sourceforge.net > Project: http://backuppc.sourceforge.net/

Re: [BackupPC-users] Get the list of changed files for a backup?

2012-10-29 Thread Ray Frush
ot; This will spit out all the "new files" that were transferred for that host for that backup. Wrapping it in a for loop to report on all your systems is a separate exercise. -- Ray Frush "Either you are part of the solution T:9

Re: [BackupPC-users] stumped by ssh

2012-10-11 Thread Ray Frush
erred. (We backup a lot of laptops that wander around). You'll have to see if there's any evidence that the client becomes "unavailable" after a backup is started. Also check that the 'rsync --server' is actually getting started on the client. -- Ray Frush

Re: [BackupPC-users] stumped by ssh

2012-10-10 Thread Ray Frush
*[clienthostname]*" I get 'dump > failed: Unable to read 4 bytes'. > > -- Ray Frush "Either you are part of the solution T:970.288.6223 or part of the precipitate." -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

Re: [BackupPC-users] No more free inodes

2012-10-05 Thread Ray Frush
I can't math today, I have the dumb... On Fri, Oct 5, 2012 at 9:24 AM, Ray Frush wrote: > Out of curiosity, I checked some of our "primary storage", where we > have a mix of lots (over 1Billion) of really small files and some > large databases, and found we're usi

Re: [BackupPC-users] No more free inodes

2012-10-05 Thread Ray Frush
ppears to have an unusual file density, so it may be that he could not have expected that his system would be overrun by all the files. -- Ray Frush "Either you are part of the solution T:970.288.6223 or part of the precipitate." -*-*-*

Re: [BackupPC-users] How to prove backups for Audits

2012-09-25 Thread Ray Frush
de endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > ___ > BackupPC-users mailing list > BackupPC-users@lists.sourceforge.net > List:https://lists.sourceforge.net/lists/listinfo/backup

Re: [BackupPC-users] Error Backing up Servers

2012-08-21 Thread Ray Frush
-users mailing list > BackupPC-users@lists.sourceforge.net > List:https://lists.sourceforge.net/lists/listinfo/backuppc-users > Wiki:http://backuppc.wiki.sourceforge.net > Project: http://backuppc.sourceforge.net/ > -- Ray Frush "Either you are part of the sol

Re: [BackupPC-users] Error Backing up Servers

2012-08-21 Thread Ray Frush
he latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > ___ > BackupPC-users mailing list > BackupPC-users@lists.sourceforge.net > List:https://lists.sourceforge.net/lists/listinfo/backuppc-

Re: [BackupPC-users] Error Backing up Servers

2012-08-20 Thread Ray Frush
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 "

Re: [BackupPC-users] Error Backing up Servers

2012-08-20 Thread Ray Frush
.6.z > -rw-r- 1 backuppc backuppc 545 Aug 20 15:42 XferLOG.7.z > -rw-r- 1 backuppc backuppc 456 Aug 20 14:00 XferLOG.bad.z.old > > Unable to open those files and paste the contents here as they all open > with a collection of symbols. > > How should I proceed from here? >