Results 34 comments of Xabi

I see your snapshot_root is a mounted volume. It could be a permission issue. Did you try the rsnapshot command as elkarbackup user? ``` su - elkarbackup sudo rsnapshot -V...

As a first approach, I propose the following changes: - [ ] Add "Environment variables" text field under Client (add the **envars** property to the Client entity) - [ ]...

Hi @jvies This is not a bug. More info here: https://docs.elkarbackup.org/docs/policies-outdated-data.html#docsNav Do you really need to delete backup folders regularly? Thanks

Hi @MihkelParna From Rsync manual: ``` -p, --perms : preserve permissions -o, --owner: preserve owner -g, --group: preserve group ```

@rderksenMM does it work the file browsing under the "Restore" option? Can you restore a file preserving the permissions and the ownership? Thanks

> but then the file permissions changes obviously to the user that I am downloading the file with In theory you can download the tgz file and decompress it as...

> Seems to be overwriting ownership for the backups directory... Hi @sgregori , yes it's normal. Does it cause any problem in your system? In this case, is it somehow...

>In my opinion, the normal is that the backup must preserve owner and permissions. >There are another way to restore with correct permissions ? I see, but currently that's not...

Hi, we've been exploring a different approach to do that, using `facl` and a script: https://github.com/elkarbackup/elkarbackup-scripts/tree/master/backup-permissions I think it's an easy / secure way to achieve the permissions/ownership preservation. The...

Hi, I agree. > I'm not familiar at all with Symphony, so i have not been able to figure out where to look. If someone could point me into the...