poor man’s backup // ftp upload

backup-local | backup | backup-rsync | backup-upload | encryption

intro

here we are setting up a crontab with two components

dedibackup

warning: this is password-less however also write down your FTP password that you get from the Dedibackup console, as you will still be able to reach your backups through normal FTP login if needed from a remote site.

check that you can reach your FTP service from the box password-less e.g. dedibackup auth based on MAC address (note the , and absence of a password afterwards), as long as you enable autologin

    lftp -u auto, DEDIBACKUP_SERVER_ADDRESS

and eventually wipe out your previous backup data

    #glob -a rm -r -f *

ready to go

attempt a bulk upload

# https://pub.nethence.com/bin/backup/backup-upload.ksh.txt
    time nice /root/backup-upload.ksh

HOME | GUIDES | LECTURES | LAB | SMTP HEALTH | HTML5 | CONTACT
Copyright © 2024 Pierre-Philipp Braun