Un semplice Python script per gestire i backups
Project description
Backupper
Backupper è uno strumento Python per la gestione dei backup in formato ZIP o TAR
Installazione
Per installare Backupper, usa pip:
pip install backupper
Funzionalità
- Creazione di archivi ZIP e TAR.
- Estrazione di archivi compressi ZIP o TAR.
- Cancellazione di archivi, partendo dal meno recente.
- Supporto per archivi solo ZIP protetti da password.
Utilizzo
Crea un backup della directory corrente in formato ZIP (default):
backupper -c .
Crea un backup della directory corrente in formato TAR:
backupper -c -f tar .
Estrai un archivio dalla directory corrente con nome corrispondente alla directory corrente e data più recente:
backupper -x .
Cancella un archivio specificando il formato tar, con nome directory corrente:
backupper -d -f tar .
Licenza
Questo progetto è distribuito sotto licenza MIT. Vedi il file LICENSE per maggiori dettagli.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
backupper_lf23-1.1.0.tar.gz
(5.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file backupper_lf23-1.1.0.tar.gz.
File metadata
- Download URL: backupper_lf23-1.1.0.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
403300f26c0b54de96265c4233c9f2035dd68f7b6f81b1c250497ef0b756a5af
|
|
| MD5 |
f870d498fcac601152f68aaf96ee7ad7
|
|
| BLAKE2b-256 |
f08fef01b70bf3243a144bfac0bf7bdd48dc98dd7fbfdc511c9e2b51bd49d6d0
|
File details
Details for the file backupper_lf23-1.1.0-py3-none-any.whl.
File metadata
- Download URL: backupper_lf23-1.1.0-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
984332f80fd6d8e663525af7e9ebadc89ae7e63b74d4793335030232154939a9
|
|
| MD5 |
8b0f88886a8b8908a3f2bc62f3c36d48
|
|
| BLAKE2b-256 |
584ff370a06f3a4c37010484f7ed528e37338d806597a29eee15aa1fa5cf53d0
|