You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
1
# Changelog
2
2
All notable changes to this project will be documented in this file. Commits automatically generated by github actions.
3
3
4
+
## v0.7.0-beta
5
+
### BREAKING CHANGES
6
+
This release introduces a new command-line interface (CLI) for AutoTarCompress, enabling users to perform all operations via terminal commands. The previous interactive menu mode still exists but may be deprecated in future releases. Users are encouraged to transition to the CLI for better automation and scripting capabilities. For detailed usage instructions, please refer to the updated documentation in [docs/wiki.md](docs/wiki.md).
> AutoTarCompress is a command-line tool for Linux that simplifies the process of creating and managing compressed backups of your important directories. It offers features like compressing, encryption, decryption.
16
+
> AutoTarCompress is a robust backup and archive management tool that provides both command-line interface (CLI) and interactive menu functionality for creating, encrypting, and managing backup archives.
17
17
>
18
18
> - Detailed information: [wiki.md](docs/wiki.md)
19
19
20
+
## **✨ Features**
21
+
22
+
-**Create compressed backups** using tar and xz compression
23
+
-**Encrypt/decrypt backups** with GPG encryption
24
+
-**Extract backup archives** to restore files
25
+
-**Clean up old backups** with configurable retention policies
26
+
-**Backup information display** showing file details and metadata
27
+
-**🆕 Command-line interface** for scriptable automation
28
+
-**Interactive menu** for user-friendly operation
29
+
-**Configurable backup directories** and ignore patterns
30
+
-**Logging and error handling** for reliable operation
31
+
20
32
---
21
33
22
-
## **💡 How to Use**
34
+
## **💡 Installation**
23
35
24
36
1. Open a terminal and clone this repo (make sure you have git installed):
0 commit comments