Report this

What is the reason for this report?

How to download zip file backup from backuppc on Ubuntu 14.04

Posted on January 12, 2017

I followed the link here:

https://www.digitalocean.com/community/tutorials/how-to-use-backuppc-to-create-a-backup-server-on-an-ubuntu-12-04-vps

I want to download the taken backup file to zip directory locally. How to do this ?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Use SFTP.

@adelshawkat

SFTP will allow you to download backups as needed, though you could also use SCP if the machine you’re wanting to download to is running Linux. If you’re on a Windows machine, SFTP using FileZilla is probably going to be the easiest method.

You’d simply login to the Droplet that stores the backups using SFTP, navigate the the storage directory and then double-click to download.

Your backups should be stored to the directory below, unless you changed the storage path during setup.

/var/lib/backuppc/pc/

Hello,

If you would like to download a zile backup file located on your droplet you can download it using sFTP via FileZilla. You can connect using your root ssh credentials on port 22

You can check the following tutorials:

https://docs.digitalocean.com/products/droplets/how-to/transfer-files/

https://www.digitalocean.com/community/tutorials/how-to-use-filezilla-to-transfer-and-manage-files-securely-on-your-vps

Regards, Alex

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.