teapot9 / utils

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

utils

This repository contains personnal utilities.

  • remount: Allow to remount read-write or read-only filesystems. It uses suid to allow remounting read-only for all users.
  • snapshot: Manages snapshots of different filesystems. Handles BTRFS and XFS snapshots. Provides a rsync script to sync two directories.
  • chrootmgmt: Helper script to manage chroot environments on a system. The script can create/destroy chroot environments. Rollback the chroot to a defines "base" state. Define curent chroot state as "base" state. And enter the chroot and bind-mount overlays.

About


Languages

Language:Shell 55.8%Language:Python 21.1%Language:C 19.7%Language:Makefile 3.4%