Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/songmu/app-tmclean
https://github.com/songmu/app-tmclean
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/songmu/app-tmclean
- Owner: Songmu
- License: other
- Created: 2019-01-02T15:06:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-18T07:29:43.000Z (over 4 years ago)
- Last Synced: 2024-10-11T21:09:54.280Z (27 days ago)
- Language: Perl
- Homepage:
- Size: 68.4 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
# NAME
tmclean - cleanup TimeMachine
# SYNOPSIS
% tmclean [--dry-run] [--days=300/--before=2018/01/01]
## Options
- --dry-run
- --daysDelete backups that before the specified number of days (default: 366)
- --before
Delete backups before the specified date
# DESCRIPTION
tmclean is command line utility for cleanup TimeMachine.
# INSTALLATION
% cpanm App::tmclean
## Homebrew
% brew install Songmu/tap/tmclean
## Single Packed Executable
% curl -L https://raw.githubusercontent.com/Songmu/App-tmclean/master/tmclean > /usr/local/bin/tmclean; chmod +x /usr/local/bin/tmclean
# LICENSE
Copyright (C) Songmu.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.# AUTHOR
Songmu