files
ss perms
Routine Runs the /var/www/ss-perms bash script Description One of the secret weapons of SlickStack is this script, which resets file and user permissions across your entire SlickStack LEMP stack server in one command. There is nothing really like it on any other configuration management scripts, because most other software is open-ended, whereas SlickStack can do […]
ss dump files
This command is meant to be run interactively in the shell by sysadmins who want to dump ALL files under the /var/www/html directory into a gzipped TARball. Running this command will ALWAYS dump the entire production directory into /var/www/backups/html/production.tar.gz however it will only dump the development and/or staging site files if those sites are enabled […]
ss import files
Displays an interactive dialogue in the shell that allows you to untar an archive file named /tmp/import.tar or if not exists, an alternative gzipped file that is named /tmp/import.tar.gz which will overwrite the files located under /var/www/html after prompting you to confirm. If any pre-existing files exist that are not overwritten by this process, they […]