Search results

  1. E

    Backup methods for Servers and Users

    By "Data" I meant the actual every piece of data of the server, much like an image, while with "Database" I meant only the system data, which from this data restoration should be able to rebuild the system. So what I want to do is make a monthly image backup, and daily "database" backup. both...
  2. E

    Backup methods for Servers and Users

    Ok, let's see what I got so far... * I can use the rsync + cron in order to backup the data. - Is it sufficient? Is this the only backup I need? Will users still be able to work while it's backing? * If rsync copies the whole data, what do I use to backup only the Database of every server on my...
  3. E

    Hi, First, Thanks for helping(your replay on my thread). You said you're backing TO a pve...

    Hi, First, Thanks for helping(your replay on my thread). You said you're backing TO a pve server? What I want to backup from a pve server. Now, I realized I can just use rsync+cron and deal with this whole backup thing, but it's just not a realistic solution. since it'll just backup the whole...
  4. E

    Backup methods for Servers and Users

    Well, I did. It doesn't say what to do when there is no "Export", no matter how much I've searched I couldn't find an answer. Just let me understand something - If I want to backup proxmox to an other server on the network, I should use NFS Share, right? So what does the ZFS used for? Problem...
  5. E

    Backup methods for Servers and Users

    Umm, this may be a really silly question, but when I go for Storage and try to create "NFS Share" (Since I want to save the backups on a different computer, I figured this was the solution), I really have no idea what to put in the credentials. The problem is the "Export" tab, it is empty. What...
  6. E

    Backup methods for Servers and Users

    Thank for the answer. Yea, I figured that's what I'll do. But it's not effective to backup the whole stuff every day, I need an option to do an Incremental backup, which I can't seem to find in Proxmox. Plus, when I go for the "Backup" tab in Proxmox, there is no storage to select, therefore no...
  7. E

    Backup methods for Servers and Users

    Hello, I am an IT Manager at a small company. As soon as I got there I've noticed that none of the data is being backed-up, I would like to ask for help in this issue. 1. we got a Proxmox VE Server, which runs: "Git", "Trac", "CRM" and "scipy" (May add Mail Server such as "Citadel" in the near...