🏠
Working from home
Pinned Loading
-
-
-
-
backup.sh
backup.sh 1#!/bin/bash
2# delete old files
3find $HOME/backups -type f -mtime +20 -delete
4# backup all system in directory /backups
5rsync -aAXHv --progress --exclude={"/dev/*","/proc/*","/sys/*","/tmp/*","/run/*","/mnt/*","/media/*","/lost+found","/home/funk2256/Downloads/*","/swap.img"} / /backups
-
gnome-shell-extension-screen-autorotate
gnome-shell-extension-screen-autorotate PublicForked from apebl/gnome-shell-extension-screen-autorotate
Enable screen rotation regardless of touch mode
JavaScript 1
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.