summaryrefslogtreecommitdiff
path: root/python/samba/netcmd/domain_backup.py
AgeCommit message (Expand)AuthorFilesLines
2019-11-10Make sure backup temp directory gets deleted on exceptionHeiko Baumann1-42/+43
2019-08-17Prevent samba-tool online backup crashDavid Mulder1-0/+1
2019-07-24netcmd: Better error message for backup with no RID poolTim Beale1-5/+13
2019-01-21netcmd: Try to improve domain backup error messageTim Beale1-2/+3
2019-01-14netcmd: Change domain backup commands to use s3 SMB Py bindingsTim Beale1-2/+6
2019-01-08netcmd: Small refactor to SMB connection in domain backupTim Beale1-2/+7
2018-11-20netcmd: Flush replUpToDateVector when restoring offline backupTim Beale1-4/+34
2018-11-20netcmd: Small backup refactor to avoid compatiblity problemsTim Beale1-3/+20
2018-11-20netcmd: Add backupType marker to backed-up DBTim Beale1-10/+23
2018-11-14python/samba/netcmd: PY3 port samba4.blackbox.ldapcmp_restoreNoel Power1-0/+1
2018-10-31netcmd: Add backend-store option to domain backup/rename cmdsTim Beale1-7/+17
2018-10-25samba-tool drs: remove duplicate and unused importsDouglas Bagnall1-1/+0
2018-10-23python/samba/netcmd: PY3 fix samba.tests.domain_backup_offlineNoel Power1-5/+5
2018-09-28netcmd: Make sure SMB connection is signed when backing up sysvolTim Beale1-2/+2
2018-09-27netcmd: domain backup offline bug fix - ignore sock filesAaron Haslett1-0/+7
2018-09-26samba-tool domain backup: fix py2.6 incompatible formatDouglas Bagnall1-8/+9
2018-09-26netcmd: Re-create default site for backup-restore (if missing)Tim Beale1-1/+23
2018-09-26netcmd: Add --site option when restoring a domainTim Beale1-6/+8
2018-09-26netcmd: Tweak backup-offline output to avoid subunit truncationTim Beale1-1/+1
2018-09-06PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo1-2/+2
2018-09-03python/samba: changes to make samba.tests.samba_tool.join run under py3Noel Power1-1/+1
2018-09-03python/samba: Fix py2/3 relative module import issueNoel Power1-1/+1
2018-08-24PEP8: fix E121: continuation line under-indented for hanging indentJoe Guo1-2/+2
2018-08-15netcmd: Fix --kerberos=yes and --no-secrets domain backupsTim Beale1-7/+16
2018-08-15netcmd: Delete unnecessary functionTim Beale1-10/+9
2018-08-15netcmd: Fix kerberos option for domain backupsTim Beale1-4/+0
2018-08-15netcmd: domain backup didn't support prompting for passwordTim Beale1-9/+10
2018-08-06netcmd: domain backup offline commandAaron Haslett1-2/+234
2018-08-06netcmd: Improve domain backup targetdir checksTim Beale1-9/+12
2018-07-10netcmd: Add sanity-check for invalid domain rename argsTim Beale1-3/+14
2018-07-10netcmd: Add brief log file of what the backup actually containsTim Beale1-0/+25
2018-07-10netcmd: Add no-secrets option to domain backupsTim Beale1-5/+37
2018-07-05netcmd: Use dbcheck to fix DB problems introduced by restore itselfTim Beale1-0/+29
2018-07-05netcmd: Extend 'backup restore' command to handle renamed domainsTim Beale1-5/+56
2018-07-05netcmd: Add 'samba-tool domain backup rename' commandTim Beale1-1/+217
2018-07-03selftest: Add testenv for testing backup/restoreTim Beale1-1/+3
2018-07-03netcmd: domain backup restore commandAaron Haslett1-29/+210
2018-07-03netcmd: domain backup online commandAaron Haslett1-0/+229