search for: samba_backups

Displaying 20 results from an estimated 142 matches for "samba_backups".

Did you mean: samba_backup
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 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
2019 Jul 08
1
Error samba backup 4.10.5
On 8/07/19 6:21 PM, Trenta sis wrote: > Hi, > > OK, perfect, is correct to use old samba_backup script as workround to > make backups until no solution about this bug? > Thanks > Try using online backup on samba v4.10.6 first (it's now been released). Note that you can run an online backup from any machine (you don't necessarily have to change the samba version on the DC
2017 Sep 12
2
AD-DC configuration backup
Hi, Samba-AD-DC is working great for us here. All integration working as expected. However one small issue. We attempted to use "samba_backup" script to backup the configuration data. It works fine. However, when we set it as a cronjob, the cron triggers at the given time during the day, but the samba_backup script fails to execute. No logs either. All other cronjobs, like rsync
2015 Aug 21
5
Problem with backup of the Samba 4
the script is not complete. It isnt stopping samba and as the wiki says, DONT backup a running samba. Greetz, Louis >-----Oorspronkelijk bericht----- >Van: samba [mailto:samba-bounces at lists.samba.org] Namens >Giuseppe Arvati >Verzonden: vrijdag 21 augustus 2015 11:25 >Aan: Marc Muehlfeld; Marcio Demetrio Bacci; samba at lists.samba.org >Onderwerp: Re: [Samba] Problem
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
2013 Aug 12
1
samba 4.0.x : samba_backup wrong path line 54
Hello, (samba 4.0.8 compiled from git source) Just tried the samba_backup from https://wiki.samba.org/index.php/Backup_and_Recovery line 54 mention : tdbbackup $ldb where it should be /usr/local/samba/bin/tdbbackup $ldb Thanks for this nice samba version ! electronico
2019 Jul 07
2
Error samba backup 4.10.5
On 6/07/19 5:35 AM, Trenta sis wrote: > Hi, > > IT seems that a bug has been opened, thanks! > one question samba 4.10.6 appears delayed when will be released? Will > include a solution for this > https://bugzilla.samba.org/show_bug.cgi?id=14027 > > > As workaround is correct to use samba_backup ols script wirh 4.10, it > seems that works.. > Thanks > It's
2015 Aug 19
3
Problem with backup of the Samba 4
Hi, I followed the tutorial below to do backup of the Samba4: https://wiki.samba.org/index.php/Backup_and_Recovery When I execute the backup script manually, it is executed perfectly, but when I execute in the crontab, it isn't work. It is my crontab on Debian 7: 0 1 * * 1-5 /usr/sbin/samba_backup Does somebody have an idea ? Regards, Márcio
2013 Oct 29
1
samba_backup
Hallo, i tried to backup samba4 by using the samba_backup script. I removed ?>/dev/null 2>&1?-Pipe from the tar-commands. Tar could not archive the temporary msg-files, because they where open. My question is, do I need the temporary msg-files for a complete samba4 database-backup? Thank you. tar: ./private/smbd.tmp/msg/msg.31043.1: socket ignored tar:
2005 Sep 03
3
Accents in filenames on vfat filesystem
...like the following: "test?.txt" E212: Can't open file for writing I have made a 'modprobe nls_cp850' and 'modprobe nls_iso8859-1' to load those needed modules. Then I mounted my FAT32 partition like this: mount -t vfat -o iocharset=iso8859-1,codepage=850 /dev/hdb1 /samba_backups The mount succeeded but I still cannot create or copy a file that has an accent in it's filename. Of course I can create without any problem a file without any accent once the filesystem mounted the same way. It seems that other people on other systems are having no problems. Does somebody...
2014 May 15
1
backup
I just installed samba4 on ubuntu 14.04 from de repositories: # samba --version Version 4.1.6-Ubuntu I wanted to make a backup but *samba_backup* was missing, so I download 4.1.7 using Git and configured it. The problem is it isn't working, tar is stopping because it refuses to create and empty file. I tracked it to the second *tar* in the script, and *echoed* it: # samba_backup
2015 Sep 01
1
Samba 4 DC backups
On 2015-09-01 18:48, L.P.H. van Belle wrote: > and most important... > > If you have 2 DC's ... > ! NEVER USE THE BACKUP SCRIPT TO RESTORE ONE OF THE DC's ! > > This wil corrupt your AD databases.. > Just remove the old DC from the domain and add a new one if needed . > > .. Rowland. > This is also a nice to have in your backup script. > Auto detect
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/
2014 Sep 21
1
backup script problem with samba 4.0.10
Hi dear list members It's about 10 months that we have setup our samba 4.0.10 and using it as the only domain controller and LDAP server (please note that our server's hardware crashed 10 months ago and we did restore a bit old backups and rejoin all computers to the domain). To backup the samba database, I stop samba service at 2:00 AM every night and backup using samba_backup script
2015 Sep 01
1
Samba 4 DC backups
On 2015-09-02 08:22, Mark Foley wrote: > Mike, > > I thought I pretty much did the same thing as the backup script: backup > ldb, do > tar. Also, I am stopping Samba for good measure, but I don't think I > need to. > What makes you say I'm doing the "exact opposite" of what the samba > script does? > Please explain, I want to be consistent with
2015 Sep 01
7
Samba 4 DC backups
I have a few Samba 4.2 DC in production now and figured that I should do something about backups. I have read https://wiki.samba.org/index.php/Backup_and_restore_an_Samba_AD_DC and had a look through the samba_backup script and have a few questions. Firstly I am using the Sernet packages on Centos7. I am assuming the following mappings from the script for my set up /usr/local/samba/etc is
2015 Sep 01
2
Samba 4 DC backups
Mark Ok so you doing the exact opposite of what the samba_backup script does with regards to ldb and tdb files, but then you are shutting down Samba to do a backup anyway so it doesn't really matter what you are doing in this regard. I want a consistent backup while Samba is running. Regards Mike On 2015-09-01 16:08, Mark Foley wrote: > Here's what I do before tar'ring: >
2015 Jan 21
4
recreating domain with existing gid and uid
Okay, I gave up fixing that raspberry and going to use some conventional legacy PC instead and reinstall it all. Is there a way I can use the group, user and domain controller IDs from the backups I created to reinstall a new Samba4 DC without the clients noticing? I don't like to rejoin everything yet another time. - Axel