Skip to content

joshhsoj1902/server-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

server-utils

A collection of uitls I use on my servers

Example crontab

0 12 * * * ~/server-utils/scripts/start-portainer.sh
0 2 * * * cd ~/server-utils && git pull
0 3 * * * ~/server-utils/scripts/backup.sh
0 1 * * * ~/server-utils/scripts/image_prune.sh
0 3 * * * ~/server-utils/scripts/backup.sh > "$HOME/log/backup-$(date +\%Y-\%m-\%d_\%H:\%M).log" 2>&1

Example fstab

${REMOTE_SERVER_IP}:${REMOTE_SERVER_PATH} /media/backups/ nfs auto,nofail,noatime,nolock,intr,tcp,actimeo=1800 0 0

TODO

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages