#!/bin/bash #################################################################################################### #### author: SlickStack ############################################################################ #### link: https://slickstack.io ################################################################### #### mirror: http://mirrors.slickstack.io/bash/ss-remote.txt ####################################### #### path: /var/www/ss-remote ###################################################################### #### destination: n/a (not a boilerplate) ########################################################## #### purpose: Duplicates ss-dump archives of the local production site to a remote service ######### #### module version: Ubuntu 20.04 LTS ############################################################## #################################################################################################### ## include SlickStack configuration ## source /var/www/ss-config ## include SlickStack functions ## source /var/www/ss-functions #################################################################################################### #### SS-Remote: Touch Timestamp File (End Script) ################################################## #################################################################################################### ## this is a dummy timestamp file that will remember the last time this script was run ## ## it can be useful for developer reference and is sometimes used by SlickStack ## ## script timestamp ## touch /var/www/meta/.timestamp-ss-remote #################################################################################################### #### SlickStack: External References Used To Improve This Script (Thanks, Interwebz) ############### #################################################################################################### ## Ref: https://github.com/jamesrascal/wordpress-backup ## SS_EOF