This repository has been archived on 2021-12-22. You can view files and clone it, but cannot push or open issues or pull requests.
BackupScripts/privatebin.sh

12 lines
294 B
Bash
Executable File

#! /bin/sh
echo ""
echo "Sauvegarde de privatebin"
# Create archive file
echo "Compression de la sauvegarde"
tar -C $PB_DIR -czf $BACKUP_LOCATION/privatebin-$DATE.tar.gz cfg data
echo "Fichier enregistré dans dans "$BACKUP_LOCATION"/privatebin-"$DATE".tar.gz"
echo "Sauvegarde terminée !"