Incorporate changes for version 1.3.2
This commit is contained in:
8
dist/etc/cron.daily/ribs_backups
vendored
Executable file
8
dist/etc/cron.daily/ribs_backups
vendored
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
log_path="/var/log/ribs"
|
||||
log_fn="ribs_$(date +%Y%m%d%H%M%S).log"
|
||||
|
||||
/usr/local/bin/ribs > "$log_path"/"$log_fn" 2>&1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user