mirror of
https://github.com/wmutschl/timeshift-autosnap-apt.git
synced 2026-08-19 18:38:24 +08:00
5
Makefile
5
Makefile
@@ -6,3 +6,8 @@ install:
|
|||||||
@install -Dm644 -t "$(DESTDIR)/etc/apt/apt.conf.d/" 80-timeshift-autosnap-apt
|
@install -Dm644 -t "$(DESTDIR)/etc/apt/apt.conf.d/" 80-timeshift-autosnap-apt
|
||||||
@install -Dm755 -t "$(DESTDIR)/usr/bin/" timeshift-autosnap-apt
|
@install -Dm755 -t "$(DESTDIR)/usr/bin/" timeshift-autosnap-apt
|
||||||
@install -Dm644 -t "$(LIB_DIR)/etc/" timeshift-autosnap-apt.conf
|
@install -Dm644 -t "$(LIB_DIR)/etc/" timeshift-autosnap-apt.conf
|
||||||
|
|
||||||
|
uninstall:
|
||||||
|
rm -f $(DESTDIR)/etc/apt/apt.conf.d/80-timeshift-autosnap-apt
|
||||||
|
rm -f $(DESTDIR)/usr/bin/timeshift-autosnap-apt
|
||||||
|
rm -f $(LIB_DIR)/etc/timeshift-autosnap-apt.conf
|
||||||
|
|||||||
10
README.md
10
README.md
@@ -157,6 +157,15 @@ or for RSYNC:
|
|||||||
# Removed '2020-04-29_10-24-35'
|
# Removed '2020-04-29_10-24-35'
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
```
|
```
|
||||||
|
---
|
||||||
|
|
||||||
|
### Uninstallation
|
||||||
|
```
|
||||||
|
cd /home/$USER/timeshift-autosnap-apt
|
||||||
|
sudo make uninstall
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## Ideas and contributions
|
## Ideas and contributions
|
||||||
- [x] Ask to be included into official Timeshift package, [status pending](https://github.com/teejee2008/timeshift/issues/595).
|
- [x] Ask to be included into official Timeshift package, [status pending](https://github.com/teejee2008/timeshift/issues/595).
|
||||||
@@ -165,4 +174,3 @@ or for RSYNC:
|
|||||||
- [ ] Make rsync of /boot and /boot/efi dependent on btrfs only, provide "auto" model, i.e. check whether efi or legacy boot and then rsync into filesystem
|
- [ ] Make rsync of /boot and /boot/efi dependent on btrfs only, provide "auto" model, i.e. check whether efi or legacy boot and then rsync into filesystem
|
||||||
|
|
||||||
**All new ideas and contributors are much appreciated and welcome, just open an issue for that!**
|
**All new ideas and contributors are much appreciated and welcome, just open an issue for that!**
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user