solaris-backuppc (BackupPC-4.3.2) | : | solaris-backuppc (BackupPC-4.4.0) | ||
---|---|---|---|---|
#!/bin/sh | #!/bin/sh | |||
# | # | |||
# DESCRIPTION | # DESCRIPTION | |||
# | # | |||
# Startup init script for BackupPC for solaris. | # Startup init script for BackupPC for solaris. | |||
# | # | |||
# Distributed with BackupPC version 4.3.2, released 17 Feb 2020. | # Distributed with BackupPC version 4.4.0, released 20 Jun 2020. | |||
# | # | |||
# Not tested... | # Not tested... | |||
# | # | |||
start() { | start() { | |||
# | # | |||
# You can set the SMB share password here is you wish. Otherwise | # You can set the SMB share password here is you wish. Otherwise | |||
# you should put it in the config.pl script. | # you should put it in the config.pl script. | |||
# If you put it here make sure this file has no read permissions | # If you put it here make sure this file has no read permissions | |||
# for normal users! See the documentation for more information. | # for normal users! See the documentation for more information. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |