An open API service indexing awesome lists of open source software.

https://github.com/iodar/confluence-backup-cleanup

Management von Confluence XML Backups
https://github.com/iodar/confluence-backup-cleanup

Last synced: 3 months ago
JSON representation

Management von Confluence XML Backups

Awesome Lists containing this project

README

        

## Confluence Backup Cleanup

### Ausführung

```bash
./clean-up.sh -n [NUMBER OF ELEMENTS] -p [PATH TO ARCHIVES]
```

Folgende Optionen stehen zur Verfügung:

| Parameter | Funktion |
| ------------------------------ | ------------------------------------ |
| `-n` \| `--number-of-elements` | Number of newest elements to be kept |
| `-p` \| `--path` | Path to archived backup files |
| `-h` \| `--help` | Prints info about usage and help |

### Nutzung

Ausführung in gleichen Verzeichnis wie das Backup

```bash
./clean-up.sh -n 3 -p .
```

Ausführung in anderem Verzeichnis als das Backup

```bash
./clean-up.sh -n 3 -p ./confluence/confluencedata/backup
```