Forum archive
Turnkey Hub Access key ID & Secret Access Key
Anyone have a turnkey hub account? I type in the secret access key from amazon and I recieve this error. Required length is 40 characters Also, where do I find my access key ID?
Forum archive
Anyone have a turnkey hub account? I type in the secret access key from amazon and I recieve this error. Required length is 40 characters Also, where do I find my access key ID?
Log into your appliance's command line as root (e.g., via the console, SSH or web shell) and do the following steps:
1. Install tklbam (TurnKey Linux Backup and Migration)
apt-get update
apt-get install tklbam
2. Initialize tklbam by providing it with the Hub API Key (incl. below):
tklbam-init #################
3. Perform your first backup.
tklbam-backup
It's that simple. Unless you want to set a passphrase or change defaults, no arguments or additional configuration required.
When the backup completes, you'll be able to manage a new backup record in the Backups Dashboard.
Tip: configure daily automatic backups
chmod +x /etc/cron.daily/tklbam-backup
How do I access my server?