similar to: samba backup and build

Displaying 20 results from an estimated 1000 matches similar to: "samba backup and build"

2013 Apr 22
0
samba4 backup script
Hi list I recently encountered errors while trying to backup the samba4 AD. Apparently tar had some problems with sockets in the samba4 directory. I modified the samba4 backup script, perhaps this or a similar change is good to include upstream? Cheers Simon Oosthoek -------------- next part -------------- #!/bin/sh ##################################################### # THIS FILE IS
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
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
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
2019 Feb 20
1
How to build xapian 1.4.10 with MSVC2017
hi, I have read the install document,https://github.com/xapian/xapian/blob/v1.4.10/xapian-core/INSTALL,but don't how to build xapian project by MSVC. I execute command in mingw64.exe: ./configure CC="cl -nologo" CXX="$PWD/compile cl -nologo" CXXFLAGS=-EHsc AR=lib has some errors: # ./configure CC="cl -nologo" CXX="$PWD/compile cl -nologo" CXXFLAGS=-EHsc
2019 Feb 20
2
How to build xapian 1.4.10 with MSVC2017
Thanks for your reply. I had run vcvars64.bat,but still cann't find 'cl'. Finally I fix it, change msys2_shell.cmd: "if it is present: replace rem set MSYS2_PATH_TYPE=inherit with set MSYS2_PATH_TYPE=inherit". And other errors : # ./configure CC="cl -nologo" CXX="$PWD/compile cl -nologo" CXXFLAGS="-EHsc AR=lib -IC:\zlib-1.2.3-lib\include
2014 Aug 18
1
samba_backup script
Hi, I am trying to backup a samba DC with the samba_backup script as described in https://wiki.samba.org/index.php/Backup_and_Recovery (BTW there's a typo in a chapter title which should be samba_backup instead of backup_samba) . It works ok except that it backups also all files in the ./lib/private/ dir , which are all library files. I suspect that it is wrong , isn't it ? Regards
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
2013 Mar 01
0
R 2.15.3 is released
The build system rolled up R-2.15.3.tar.gz (codename "Security Blanket") at 9:00 this morning. This is intended to be the final round-up release of the 2.15 series, and in fact of the entire 2.x.y series which started 2004-10-04. The list below details the changes in this release. You can get the source code from http://cran.r-project.org/src/base/R-2/R-2.15.3.tar.gz or wait for it
2013 Mar 01
0
R 2.15.3 is released
The build system rolled up R-2.15.3.tar.gz (codename "Security Blanket") at 9:00 this morning. This is intended to be the final round-up release of the 2.15 series, and in fact of the entire 2.x.y series which started 2004-10-04. The list below details the changes in this release. You can get the source code from http://cran.r-project.org/src/base/R-2/R-2.15.3.tar.gz or wait for it
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.. ;-)  
2013 May 23
2
Backup Samba4
Dear, Can anyone help me? I'm having trouble backing up the Samba4. When I run the command /usr/sbin/samba_backup, it brings the following error: Error while archiving /usr/local/backups/samba4_private.210513.tar.bz2 Thanks, Rodrigo
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*
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
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
1998 Jul 20
1
USTAR format in SMBTAR
We've been having problems using SMBTAR to back up some of our PCs. It seems that the tar format used by SMBCLIENT only supports a 100 character path name. Some of the new Microsoft Software generates longer file names. This causes an error when you attempt to write these files out to the tar device. I have developed a patch that will cause SMBCLIENT to write these files in USTAR format (an