I have a code for backup all user
now I want backup to generate in a specific directory like /backup
I know I should use DIRECTORY or $destination options, but how can add this option in my code?
Code:
for USER in /var/cpanel/users/*; do /scripts/pkgacct $USER ; done
I know I should use DIRECTORY or $destination options, but how can add this option in my code?
Last edited by a moderator: