Skip to content

A collection of useful Python scripts for my home server

License

Notifications You must be signed in to change notification settings

Zephalon/housekeeping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Housekeeping

A collection of useful Python scripts for my home server.

drive_manager.py

A Python script that deletes redundant files if the reserved disk space is exceeded.

How To Run

To run it once, simply run the python script:

sudo python3 drive_manager.py

To run the script automatically at a specified interval open crontab:

sudo crontab -e

... and run it (for example) daily at midnight by adding:

0 0 * * * /usr/bin/python /my_path/drive_manager.py

file_rename.py

A Python script that renames video files and moves them to another folder.

How To Run

Similar to the drive manager you should add it to the cronjobs with a fitting interval.

About

A collection of useful Python scripts for my home server

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages