all the python scripts are for python2, and fedora31 requires to be specific
[vsys-scripts.git] / root-context / exec / rsyncauthlogs
1 #!/bin/sh
2
3 DEST="/vservers/$1/home/$1/"
4
5 /usr/bin/rsync -a /var/log/secure* $DEST