Add Backup category, add Time Machine sub category
This commit is contained in:
parent
49a4c8f619
commit
33e9181fa3
21
README.md
21
README.md
@ -17,9 +17,12 @@ If you want to contribute, you are highly encouraged to do so. Please read the [
|
|||||||
- [App Store](#app-store)
|
- [App Store](#app-store)
|
||||||
- [Apple Remote Desktop](#apple-remote-desktop)
|
- [Apple Remote Desktop](#apple-remote-desktop)
|
||||||
- [Sketch](#sketch)
|
- [Sketch](#sketch)
|
||||||
|
- [Backup](#backup)
|
||||||
|
- [Time Machine](#time-machine)
|
||||||
- [Developer](#developer)
|
- [Developer](#developer)
|
||||||
- [Xcode](#xcode)
|
- [Xcode](#xcode)
|
||||||
- [Disks and Volumes](#disks-and-volumes)
|
- [Disks and Volumes](#disks-and-volumes)
|
||||||
|
- [Documents](#documents)
|
||||||
- [Finder](#finder)
|
- [Finder](#finder)
|
||||||
- [Fonts](#fonts)
|
- [Fonts](#fonts)
|
||||||
- [Hardware](#hardware)
|
- [Hardware](#hardware)
|
||||||
@ -111,6 +114,16 @@ xcode-select --install
|
|||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
## Backup
|
||||||
|
|
||||||
|
### Time Machine
|
||||||
|
|
||||||
|
#### Change Backup Interval
|
||||||
|
This changes the interval to 30 minutes. The integer value is the time in seconds.
|
||||||
|
```bash
|
||||||
|
sudo defaults write /System/Library/Launch Daemons/com.apple.backupd-auto StartInterval -int 1800
|
||||||
|
```
|
||||||
|
|
||||||
## Disks and Volumes
|
## Disks and Volumes
|
||||||
|
|
||||||
### Repair file permissions
|
### Repair file permissions
|
||||||
@ -134,6 +147,14 @@ sudo diskutil repairPermissions /
|
|||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
## Documents
|
||||||
|
|
||||||
|
#### Convert File to HTML
|
||||||
|
Supported formats are plain text, rich text (rtf) and Microsoft Word (doc/docx).
|
||||||
|
```bash
|
||||||
|
textutil -convert html file.ext
|
||||||
|
```
|
||||||
|
|
||||||
## Finder
|
## Finder
|
||||||
|
|
||||||
#### Hide folder in Finder
|
#### Hide folder in Finder
|
||||||
|
Loading…
Reference in New Issue
Block a user