similar to: samba4 backup script

Displaying 20 results from an estimated 1000 matches similar to: "samba4 backup script"

2015 Jan 11
1
Thoughts on samba backup script for DCs
Hello, possibly the author of the samba backup script will read this. I customized the script myself due to some things: 1. At the end the script looks for samba4_* files to rotate the backups. But only backups of the private folder get this prefix with the original script. sysvol and etc backups will remain. 2. The wiki of backup and restore advises to restore on the same version of samba the
2014 Jul 22
0
Samba4 Backup and Recovery Tutorial
Hello, Looking to implement the backup script from the Wiki. I hit a snag at this part. *Because this script is very basic at the moment, there are some things to know, if you plan to use it unchanged: * ** * *The script doesn't backup extended ACLs. This results in that you'll lose the permissions e. g. on the SysVol share. If you have a tar version that supports the
2015 Jan 05
0
backup using the packages of Sernet
On 05/01/15 12:04, Gabriel Franca wrote: > dear, > > I made the installation of Samba4 in centos6, now I need to back up the structure, tried using the script that samba.org offers more he is giving this error. > > See the error through the bash -x > bash -x samba_backup.sh > + FROMWHERE = / var / lib / samba > + WHERE = / root / backups > + '[' N ''
2015 Jan 05
2
backup using the packages of Sernet
dear, I made the installation of Samba4 in centos6, now I need to back up the structure, tried using the script that samba.org offers more he is giving this error. See the error through the bash -x bash -x samba_backup.sh + FROMWHERE = / var / lib / samba + WHERE = / root / backups + '[' N '' ']' + '[' -n '' -a -d '' ']' + '[' -n
2014 Nov 12
1
backup script exit with error (probably because of tar warning)
Hi dear list members It's some time that we have issue regarding backup script of samba 4.0.10. It exits with error: "Error while archiving /home/a/samba-backup/samba4_private.121114.tar.bz2" After some troubleshooting, I noticed it is PROBABLY because of tar, issuing this warning with the exit code of 1: "tar: ./private: file changed as we read it" It is related to this
2016 Dec 10
0
samba_backup script doesn't use tdbbackup for tdb files?
On 09 Dec 2016 21:52:39 UTC Don via samba <samba at lists.samba.org> wrote: > Greetings, > > The backup and restore Samba AD DC section of SambaWiki [1] refers to > ./source4/scripting/bin/samba_backup . Although my recent version of > samba_backup uses tdbbackup on ldb files, it appears to tar tdb files > "as is." [2] > > What gives? Isn't tdbbackup
2016 Dec 10
0
samba_backup script doesn't use tdbbackup for tdb files?
Rowland Penny via samba <samba at lists.samba.org> wrote: > On 09 Dec 2016 21:52:39 UTC > Don via samba <samba at lists.samba.org> wrote: > >> Greetings, >> >> The backup and restore Samba AD DC section of SambaWiki [1] refers to >> ./source4/scripting/bin/samba_backup . Although my recent version of >> samba_backup uses tdbbackup on ldb files, it
2016 Dec 10
0
samba_backup script doesn't use tdbbackup for tdb files?
On 10 Dec 2016 20:19:11 UTC Don via samba <samba at lists.samba.org> wrote: > Rowland Penny via samba <samba at lists.samba.org> wrote: > > On 09 Dec 2016 21:52:39 UTC > > Don via samba <samba at lists.samba.org> wrote: > > > >> Greetings, > >> > >> The backup and restore Samba AD DC section of SambaWiki [1] refers > >> to
2014 Dec 23
0
samba backup and build
I am replacing my samba 4.1.9 with version 4.1.14. While tarring my /usr/local/samba in preparation for this I got a number of message about not being able to backup a socket. So I switched and used pax to create the tar archive. I got the same message in addition to the message about not backing up the socket I get messages like this: pax: ustar header field is too small for ./var/locks/sysvol/
2017 Jun 05
3
Samba backup script retention question
Hello, I'm using the 'samba_backup' script with the self compiled version. I noticed the retention period not being applied to etc and sysvol tar.bz2 files. Looking at the script it appears to only list the following at the end 'find $WHERE -name "samba4_*bz2" -mtime +$DAYS -exec rm {} \;' Can I also include the etc and sysvol tars in the command? Any
2016 Jul 26
1
how to backup samba ad domain
On 26/07/16 16:01, Jules Houantonon wrote: > Hi all, > > as for samba sernet installation, the etc direction is located in to /etc > and the private in to /var/lib/samba, as the sysvol to /var/lib/samba also, > > i adjust the parameter FROMWHERE=/usr/local/samba to : > > FROMWHERE=/etc/samba > FROMWHERE=/var/lib/samba/private > FROMWHERE=/usr/local/samba/sysvol >
2016 Jul 26
0
how to backup samba ad domain
Hi all, as for samba sernet installation, the etc direction is located in to /etc and the private in to /var/lib/samba, as the sysvol to /var/lib/samba also, i adjust the parameter FROMWHERE=/usr/local/samba to : FROMWHERE=/etc/samba FROMWHERE=/var/lib/samba/private FROMWHERE=/usr/local/samba/sysvol WHERE=/usr/local/backups When I run the script , i receive a tar error that said : tar refuse
2016 Jul 26
0
how to backup samba ad domain
Get the script from github.. https://github.com/thctlo/samba4/tree/master/backup-script   and only change these 2.   This one is generated by the script, it speeds up the cron job. SCRIPT_COMMANDS_FILE="/etc/samba/backup_samba4_commands"   And the location of where your backups go. STOREDIR=/home/backups/`hostname –s`   Run it and it works ;-) , if not i ow you.. ;-)  
2016 Jul 26
1
how to backup samba ad domain
I have one DC in Samba 4.3.9-Ubuntu Server I set the backup script and it is working properly! The restore test it is OK for me! I scheduled via CRON and the backup takes one minute only to run *#!/bin/bash* *####################################* *#* *# Samba_AD backup script* *#* *####################################* *# Stop Samba* */etc/init.d/samba stop* *# What to backup*
2016 Jul 26
3
how to backup samba ad domain
My friend, you ow me a lot then. :D I receive an error on the line 179 ${CMD_AWK} -F '.' '{print $2}') if [ -n "${TARVERSION}" ] && [ " ${TARVERSION}" -ge "27" ]; then It is about Incorrect syntaxt. A syntax where not expected before the then. I am using Centos 7.2 and samba-sernet 4.2 Thank you again On Tue, Jul 26, 2016 at 4:11 PM,
2012 Nov 05
0
[Announce] Samba 3.5.19 Available for Download
================================================================== "That?s the thing about needs. Sometimes when you get them met, you don?t need them anymore." Carrie Bradshaw ================================================================== Release Announcements ===================== This is the latest stable release of Samba 3.5. Major enhancements in Samba
2012 Nov 05
0
[Announce] Samba 3.5.19 Available for Download
================================================================== "That?s the thing about needs. Sometimes when you get them met, you don?t need them anymore." Carrie Bradshaw ================================================================== Release Announcements ===================== This is the latest stable release of Samba 3.5. Major enhancements in Samba
2004 May 07
0
Re: LARTC digest, Vol 1 #1714 - 5 msgs
Hi I''m looking for a quick recipe for a newbie to control http traffic in my linux gw. My internet is overloaded already and vpn external clients are experiencing troubles (disconnecting in peak hours). Any suggestions ? Regards Guillermo Caracas/Venezuela On Thu, 2004-05-06 at 14:40, lartc-request@mailman.ds9a.nl wrote: > Send LARTC mailing list submissions to >
2015 Jan 12
0
[Announce] Samba 4.1.15 Available for Download
===================================================================== "I'm not sure what the future holds but I do know that I'm going to be positive and not wake up feeling desperate. As my dad said 'Nic, it is what it is, it's not what it should have been, not what it could have been, it is what it is." Nicole Kidman
2015 Jan 12
0
[Announce] Samba 4.1.15 Available for Download
===================================================================== "I'm not sure what the future holds but I do know that I'm going to be positive and not wake up feeling desperate. As my dad said 'Nic, it is what it is, it's not what it should have been, not what it could have been, it is what it is." Nicole Kidman