Copy /ect to storage

AlexanderKoester

New Member
Sep 19, 2017
4
0
1
26
Hey Guys,

how is it possible to copy all the files of /etc to my NAS? Proxmox is able to get data like ISOs or create data like backups on my NAS.

I'm not that experienced with Linux and i searched for hours, but couldn't find an answer :/

Best Regards,
Alex :)
 
Your answer is the tool "rsync". Please search the manpage of possible options. So type in the Proxmoxconsole (SSH)
Code:
man rsync
For example, the command can look like this:
Code:
rsync -aPvze ssh /etc admin@yournas:/your/path/to/backupfolder
 
  • Like
Reactions: AlexanderKoester
Your answer is the tool "rsync". Please search the manpage of possible options. So type in the Proxmoxconsole (SSH)
Code:
man rsync
For example, the command can look like this:
Code:
rsync -aPvze ssh /etc admin@yournas:/your/path/to/backupfolder

Thanks for your answer!
I#ve tried that, but if i get asked for the Password, it says "permission denied" :/
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!