penguins-eggs
Version:
A remaster system tool, compatible with Almalinux, Alpine, Arch, Debian, Devuan, Fedora, Manjaro, Opensuse, Ubuntu and derivatives
94 lines (78 loc) • 2.46 kB
Plain Text
# Based on: https://git.devuan.org/devuan/refractasnapshot-base/src/branch/master/snapshot_exclude.list
#
# Location: /etc/penguins-eggs/exclude.list.d/master.list
#
# This is a template, from the original exclude.list of refracta-snapshot
#
# Authors: fsmithred (original)
# Hosein Seilany
# Piero Proietti,
# Tim Wallace,
# wfrcrd@github.com
#
# NOTE: all is alfabetic sorted using code->command palette->sortes lines ascending
######################################################################################################
# SYSTEM: Exclude some system files - These are required, and you probably shouldn't change them.
# They are temporary files only created on bootup - otherwise would waste space on a clone
cdrom/*
dev/*
media/*
mnt/*
proc/*
swapfile
sys/*
tmp/*
# fedora/el9/etc
boot/*rescue*
*.cache # suggestion from blaxbox-ai
######################################################################################################
# LIVE STUFFS: files depending on live
etc/udev/rules.d/70-persistent-cd.rules
etc/udev/rules.d/70-persistent-net.rules
lib/live/*
live
persistence.conf
var/lib/live/config/*
######################################################################################################
# HARDWARE DEPENDAND FILES: created/updated during restoration of clone by calamares
boot/grub/device.map
boot/grub/grub.cfg
boot/grub/menu.lst
etc/blkid.tab
etc/blkid.tab.old
etc/fstab
etc/fstab.d/*
etc/mtab
######################################################################################################
# CACHES: that tend to be very large and unneeded - only for Arch and Debian based Linuxes
# Arch family
home/*/.local/share/yay
# NOT necessary: under var/cache/ we remove all
#var/cache/pacman/pkg
#var/cache/private/yay
# Debian family
# NOT necessary: under var/cache/ we remove all
#var/cache/apt/apt-file/*
#var/cache/apt/archives/*.deb
#var/cache/apt/pkgcache.bin
#var/cache/apt/srcpkgcache.bin
#var/cache/debconf/*~old
######################################################################################################
# MISC: miscellanea
.snapshots/*
etc/apt/*~
etc/crypttab
etc/initramfs-tools/conf.d/cryptroot
etc/initramfs-tools/conf.d/resume
etc/popularity-contest.conf
etc/skel/.config/Code
etc/skel/.local/share/baloo/*
etc/skel/.ZAP/*
lost+found
swap/*
swapfile
timeshift
{{{usr_list}}}
{{{var_list}}}
{{{homes_list}}}
{{{home_list}}}