Active Backup for Business - Linux

Things that make it go whrrrrr
Post Reply
User avatar
Mike R
Site Admin
Posts: 64
Joined: Fri Jan 24, 2020 3:40 am

Active Backup for Business - Linux

Post by Mike R »

To manually start a backup on a linux machine the command line tool has to be started and the SSL certificate has to still be the same as when it was last run.
I fuk around enought to change the certificate regularly, so the tool will say it's connected when it's not - dunno why, don't care.
To reconnect, open a terminal and type:

Code: Select all

sudo abb-cli -r
Now you should see a green "connected" dot next to the server on your NAS page.
Click on the server under the "Linux" tab, then on the "tasks" tab select the corresponding task, and the "backup" button should now be active.
Click and wait for the whirriing to stop.

Other tags from the help list:

Code: Select all

COMMAND
	-c, --connect
		connect to the server
	-r, --reload
		reload connection
	-l, --logout
		logout from server
	-s, --status
		show server status
	-v, --version
		show agent version
	-h, --help
		show help

OPTION
	-a --address
		server address
	-u --username
		username for authentication
	-p --password
		password for authentication
	-q --quiet
		quiet mode, only output error message
	--proxy-address
		server proxy address
	--proxy-port
		server proxy port
	--proxy-username
		server proxy username
	--proxy-password
		server proxy password
Info link --> https://kb.synology.com/en-us/UG/Synolo ... de_Linux/4
You Wouldn't Believe How Hard I Have to Work to be Lazy
Post Reply