Skip to content

windoze95/psb-rotatord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

psb-rotatord

psb rotation handling for remote backups

This application will daemonize the rotator package, which can be used via the client: psb-rotatorc. The daemon must be ran as a superuser, an example Systemd service file can be found in ./examples. Installing the daemon and client is manditory/only for remote backup jobs.

Build

make build

Install

sudo make install

Enable and start service

Note: the -p flag is for defining the absolute path to the backup directory, and the default directory is '/backup', edit the example Systemd file accordingly. If the run config key backup-directory has a value, the path is again overridden, but individually unique to that specific backup.

sudo cp ./examples/psb-rotatord.service /etc/systemd/system/psb-rotatord.service
systemctl enable psb-rotatord.service
systemctl start psb-rotatord.service

About

psb rotator daemon

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published