Initial backup import

This commit is contained in:
Michael Seidel
2026-03-28 10:48:09 +01:00
commit de4ae83476
118 changed files with 1388 additions and 0 deletions

17
etc/fstab Normal file
View File

@@ -0,0 +1,17 @@
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# systemd generates mount units based on this file, see systemd.mount(5).
# Please run 'systemctl daemon-reload' after making changes here.
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda2 during installation
UUID=9c56b6fd-2a60-4480-b82f-240da2e66acc / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sda1 during installation
UUID=C863-7654 /boot/efi vfat umask=0077 0 1
# swap was on /dev/sda3 during installation
UUID=da855cd2-3dc7-490d-a9c9-9c6b473b5e8b none swap sw 0 0
/dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0

7
etc/hosts Normal file
View File

@@ -0,0 +1,7 @@
127.0.0.1 localhost
127.0.1.1 debian
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters

31
etc/network/interfaces Normal file
View File

@@ -0,0 +1,31 @@
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
#/etc/network/interfaces
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto ens18
iface ens18 inet static
address 10.9.0.10
netmask 255.255.255.0
gateway 10.9.0.160
# IP 2
auto ens18:0
iface ens18:0 inet static
address 10.9.0.11
netmask 255.255.255.0
# IP 3
auto ens18:1
iface ens18:1 inet static
address 10.0.0.12
netmask 255.255.255.0

45
etc/samba/smb.conf Normal file
View File

@@ -0,0 +1,45 @@
[global]
workgroup = WORKGROUP
log file = /var/log/samba/log.%m
max log size = 1000
logging = file
panic action = /usr/share/samba/panic-action %d
server role = standalone server
obey pam restrictions = yes
unix password sync = yes
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
pam password change = yes
map to guest = bad user
usershare allow guests = yes
[homes]
comment = Home Directories
browseable = no
read only = yes
create mask = 0700
directory mask = 0700
valid users = %S
[printers]
comment = All Printers
browseable = no
path = /var/tmp
printable = yes
guest ok = no
read only = yes
create mask = 0700
[print$]
comment = Printer Drivers
path = /var/lib/samba/printers
browseable = yes
read only = yes
guest ok = no
[micha]
path = /srv/nextcloud-data-local/nextcloud/data/097A228A-E85A-426F-9C54-8FED13177EC5/files
browseable = yes
read only = no
valid users = micha
force user = www-data
force group = www-data
create mask = 0660
directory mask = 0770

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/chrony.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/cloud-init-hotplugd.socket

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/cloud-config.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/cloud-final.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/cloud-init-local.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/cloud-init-main.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/cloud-init-network.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/systemd-timesyncd.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/wtmpdb-update-boot.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/getty@.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/grub-common.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/grub-common.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/chrony.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/console-setup.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/containerd.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/cron.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/docker.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/e2scrub_reap.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/fail2ban.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/grub-common.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/networking.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/nmbd.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/remote-fs.target

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/rsyslog.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/samba-ad-dc.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/smbd.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/ssh.service

View File

@@ -0,0 +1 @@
/etc/systemd/system/start-containers.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/unattended-upgrades.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/winbind.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/zfs.target

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/networking.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/nmbd.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/samba-ad-dc.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/smbd.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/docker.socket

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/sshd-keygen.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/sshd-keygen.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/ssh.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/sshd-keygen.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/sshd-keygen.service

View File

@@ -0,0 +1,14 @@
#/etc/systemd/system/start-containers.service
[Unit]
Description=Update and start containers after Docker starts
Wants=network-online.target
After=docker.service network-online.target
[Service]
Type=oneshot
ExecStart=/root/docker/start.sh
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/grub-common.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/grub-common.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/apparmor.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/keyboard-setup.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/resolvconf.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/systemd-pstore.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/systemd-timesyncd.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/rsyslog.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/resolvconf-pull-resolved.path

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/resolvconf-pull-resolved.service

View File

@@ -0,0 +1 @@
/lib/systemd/system/apt-daily-upgrade.timer

View File

@@ -0,0 +1 @@
/lib/systemd/system/apt-daily.timer

View File

@@ -0,0 +1 @@
/lib/systemd/system/dpkg-db-backup.timer

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/e2scrub_all.timer

View File

@@ -0,0 +1 @@
/lib/systemd/system/fstrim.timer

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/logrotate.timer

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/man-db.timer

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/zfs-zed.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/zfs-import-cache.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/zfs-load-module.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/zfs-volume-wait.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/zfs-import.target

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/zfs-load-module.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/zfs-mount.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/zfs-share.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/zfs-volumes.target

View File

@@ -0,0 +1 @@
/usr/lib/systemd/system/zfs-zed.service