Active Backup for Business - Linux
Posted: Wed May 15, 2024 2:48 pm
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:
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:
Info link --> https://kb.synology.com/en-us/UG/Synolo ... de_Linux/4
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
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