I actually do a pull from a server (actually a ReadyNAS box) for my
AstLinux backup... rsync over ssh with certificates so no userid/password.
The remote server has an hourly cron job that runs the rsync
#!/bin/bash
rsync -avz -e "ssh -p" root@:/oldroot/mnt/asturw
/c/home/david/PBXbackup
Th
I agree with Lonnie.
Thank You,
Fernando Fuentes
DIGITALVOIPNET.COM
On Tue, Nov 20, 2012 at 10:46 AM, Lonnie Abelbeck wrote:
> Hi Tom,
>
> Yes, I seem to recall the same, probably NFS which Philip P did some work
> on some years ago.
>
> IMHO, AstLinux should not rely on persistent network
Hi Tom,
Yes, I seem to recall the same, probably NFS which Philip P did some work on
some years ago.
IMHO, AstLinux should not rely on persistent network filing protocols (like
NFS), too much to go wrong and possibly hang or slow the system. AstLinux
should be as autonomous as possible.
With
Do CIFS or NFS have an adverse effect on performance? A distant memory about
interrupts as described by Philip P is ringing a bell.
Tom
-Original Message-
From: Michael Keuter [mailto:li...@mksolutions.info]
Sent: 20 November 2012 16:11
To: AstLinux Users Mailing List
Subject: Re: [Astl
Am 20.11.2012 um 17:05 schrieb Lonnie Abelbeck:
> James, you are correct, NFS is no longer in the standard AstLinux 1.x builds.
> My bad.
>
> I saw the init script and /stat/etc/rc.conf variables, we should clean this
> up.
>
> As Michael suggested, "mount -t cifs ..." works via /mnt/kd/rc.l
James, you are correct, NFS is no longer in the standard AstLinux 1.x builds.
My bad.
I saw the init script and /stat/etc/rc.conf variables, we should clean this up.
As Michael suggested, "mount -t cifs ..." works via /mnt/kd/rc.local, easier
solution than NFS would be anyway.
If "mount -t ci
Lonnie,
If I recall correctly, I tried getting nfsd to work about three years
ago, and after a few rounds of troubleshooting and feedback from here,
it was determined that nfsd was broken.
Looking back at the thread (12/2009) it seems like the last comment from
Darrick was:
"We could possibly
Am 20.11.2012 um 16:08 schrieb Lonnie Abelbeck:
> Hi Brian,
>
> It seems AstLinux does still have NFS support, setting the variable
> NFS_EXPORTS_RW to the local path you want exported, which will automatically
> generate the /etc/exports file. But it is never as easy as that...
>
> I would
Hi Brian,
It seems AstLinux does still have NFS support, setting the variable
NFS_EXPORTS_RW to the local path you want exported, which will automatically
generate the /etc/exports file. But it is never as easy as that...
I would suggest to use "scp" in a custom /mnt/kd/bin/ script called via
amazon s3 ?
On 20 November 2012 07:06, Brian Barr wrote:
> I'm looking for some hints for storage of mixmonitor recordings on a space
> constrained (T5710) system.
>
> I'm needing to record most inbound external calls for a certain application
> and will not have much room for this on a 512MB F
10 matches
Mail list logo