Duplicati for Linux
Duplicati is an open-source backup software for Windows, macOS, and Linux. Glesys Archive storage can be used as the backup target.
wget https://updates.duplicati.com/stable/duplicati-2.1.0.5_stable_2025-03-04-linux-x64-gui.deb
sudo apt install ./duplicati-2.1.0.5_stable_2025-03-04-linux-x64-gui.debduplicati-cli backup ftp://[user]:[password]@[archive-server]/[optional subfolder] [path to what you want to backup]duplicati-cli backup ftp://cl12345_user:[email protected]/backup/user/ /home/user0 0 * * * duplicati-cli backup ftp://[user]:[password]@[archive-server]/[optional subfolder] [path to what you want to backup] --passphrase="MyS3cretPassWorD" >/dev/null 2>&1duplicati-cli restore ftp://[user]:[password]@[archive-server]/[optional subfolder] --restore-path=/tmp/restore/Last updated
Was this helpful?