Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
backup-rotation
Advanced tools
This script allows you to create a local or remote backup rotation for your files.
This module provides backup rotation logic for arbitrary files.
Run this script daily to generate your configured backup file structure.
./backupRotation.sh
or after installation:
backup-rotation
yaourt --sync backupRotation
Copy the script file "backupRotation.sh" to "/usr/bin/backup-rotation" and the provided timer and service files ("backupRotation.service" and "backupRotation.timer") to "/etc/systemd/system/backup-rotation.service" and "/etc/systemd/system/backup-rotation.timer" and enable services:
systemctl enable backup-rotation.timer
to enable the backup logic. After running:
systemctl start backup-rotation.timer
you can see the worker running in your system logs and observe generated backup files.
Simply create a text file under "/etc/backupRotation" and insert bash code which sets all options you want to overwrite.
FAQs
This script allows you to create a local or remote backup rotation for your files.
The npm package backup-rotation receives a total of 11 weekly downloads. As such, backup-rotation popularity was classified as not popular.
We found that backup-rotation demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.