Displaying 4 results from an estimated 4 matches for "amdump".
Did you mean:
samdump
2011 Jan 05
3
cron jobs fail to run
...ackup jobs
that I set to run in the crontab of the backup user do not appear to
be running. Here's how I set it up (with crontab -e as the backup
user):
run amanda every night (check at 2:45 and backup at 3)
45 2 * * * /usr/sbin/amcheck /var/log/amanda/crontab/amcheck.log
* 3 * * * /usr/sbin/amdump /var/log/amanda/crontab/amdump.log
The executables are where they are supposed to be and run if you type
them in on the command line:
[amandabackup at amanda ~]$ ls -l /usr/sbin/amcheck
-rwsr-x--- 1 root disk 68624 Dec 29 14:08 /usr/sbin/amcheck
[amandabackup at amanda ~]$ ls -l /usr/sbin/amdu...
2020 Mar 17
3
Running amanda on CentOS 7: "amanda-udp.service failed."
...ult is failed.
Mar 17 08:52:24 sharky4.deepsoft.com systemd[1]: amanda-udp.service failed.
sharky4.deepsoft.com% cat /usr/lib/systemd/system/amanda-udp.service
[Unit]
Description=Amanda Backup System
After=local-fs.target
[Service]
User=amandabackup
Group=disk
ExecStart=/usr/sbin/amandad -auth=bsd amdump
StandardInput=socket
What is missing?
I have installed (stock CentOS 7 from standard repos):
sharky4.deepsoft.com% rpm -qa amanda\*
amanda-server-3.3.3-21.el7.x86_64
amanda-client-3.3.3-21.el7.x86_64
amanda-libs-3.3.3-21.el7.x86_64
amanda-3.3.3-21.el7.x86_64
--
Robert Heller -- 9...
2019 Jan 02
2
smbclient (Samba 4.9.4) "Unable to initialize messaging context"?
Am 21.12.18 um 16:47 schrieb Peter Eriksson via samba:
>> What is "Unable to initialize messaging context"?
>>
>> I see a patch back in July, related to "Fix bug 13465",
>> https://lists.samba.org/archive/samba-technical/2018-July/129186.html but it
>> is unclear why the message is still being issued?
>
> Because that patch for bug 13465
2020 Mar 17
0
Running amanda on CentOS 7: "amanda-udp.service failed."
...the amanda server and/or recovery
# clients to use.
#
# Change the -auth= entry to reflect the authentication type you use.
# Add amindexd to allow recovery clients to access the index database.
# Add amidxtaped to allow recovery clients to access the tape device.
??? server_args??? ? = -auth=bsd amdump
??? flags??? ??? ??? = IPv4
}
Cheers,
Dave
On 3/17/20 7:03 AM, Robert Heller wrote:
> I am trying to get amanda backup going on a CentOS 7 system and things are not
> working:
>
> sharky4.deepsoft.com% sudo systemctl start amanda-udp
> [sudo] password for heller:
> Job for aman...