Skip to content
Snippets Groups Projects
Commit 89505ec5 authored by Michal 'vorner' Vaner's avatar Michal 'vorner' Vaner
Browse files

Support for more backups

parent 30a1c4c8
No related branches found
No related tags found
No related merge requests found
......@@ -32,3 +32,6 @@ purge_dir() {
}
purge_dir turris 8
purge_dir www 20
purge_dir forum 30
purge_dir operator 30
......@@ -25,6 +25,8 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
set -e
# The first line of the remote command should be the directory to store to
read DIRECTORY
cd "$DIRECTORY"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment