Beiträge von Galiwyx
-
-
I tried differentsyntax but it displays the same error message
-
Hello,
This is normal behavior, Docker applications are "jailed", that's why you have to link volumes.
If you want more folders to show in Nas, you need to add many volumes as needed :
-
Hello,
I'm trying to configure a rsync with an SFTP server. I have an error when I run the rsync:
Code
Alles anzeigenPlease wait, syncing <[alex586@]xxx:/home11/alex586/files/completed/> to </srv/dev-disk-by-label-Files/Files/Syncthing/> ... sending incremental file list rsync: change_dir "/[alex586@]xxx:/home11/alex586/files/completed" failed: No such file or directory (2) sent 20 bytes received 12 bytes 64.00 bytes/sec total size is 0 speedup is 0.00 rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1207) [sender=3.1.3] The synchronisation has completed successfully. Terminé...
I'm sure the distant folder exists, should I use another notation?
Thank you
Update: just tested in SSH:
-
I have the same error as boris431
Code2020-07-02 00:31:30: Failed to create folder root directory mkdir /srv/dev-disk-by-label-Files: permission denied 2020-07-02 00:31:30: Error on folder "radarr" (nvjxh-tcrae): folder path missing
I resetted permissions in the SharedFolder, but i still have the error
It works locally if I set the folder /config instead of the /srv/.... but files are downloaded in my appdata folder (where portainer info are stored).
-
Sounds good ! Advantage of Duplicati is the WebUI.
-
-
Ok, I was thinking of the same
But I'm a total noob on OMV/Docker/Portainer, could you tell me where to grant the permissions?
Is your Drive in NTFS format ? I don't think you can set permissions on a NTFS drive.
Can you show us your mapping configuration in Portainer ?
-
I confirm, it's working
-
Hello,
I'm going to make my backup strategy but before that, i have few questions:
May main goal is to save :
- Media (movies,tv,etc) > (Rsync to another disk)
- OS > backup from omv-backup > keep 7 days > Duplicati with OneDrive
- AppData > Rsnapshot / Duplicati with OneDrive
Let's say that I start from scratch with OpenMediaVault but that I want to use the backup of AppData.
When I reinstall my docker images, I set the path to directories of my backup and all datas from images will works ? Nothing more ?
Sorry if it is not very understandable. Basically, if I put the AppData folder and pull the images, everything will be ok?
-
-
-
I duplicate my backup on OneDrive
-
-
Answer is : rsnaposhot
-
Hello,
I'm trying to organize my backup strategy. I use omv-backup, to backup my OS partition every night (DD mode). Now I want to backup my sharefolder AppData on another disk too.
With Rsync in OpenMediavault, is it possible to keep X days of backup and create sperated folders like :
- Backup/AppData/2020/06/29/
- Backup/AppData/2020/06/28/
- Backup/AppData/2020/06/27/
- Backup/AppData/2020/06/26/
etc....
Thank you !
-
Did you try in command line ? https://www.cyberciti.biz/faq/…-directory-linux-command/
-
-
Okay, thank you !
-
Hello,
I'm a relative beginner with Linux ecosystem, so pardon me if it's a dumb question. I'm looking some YT videos from TechnoDadLife (thank you very much, English isn't my native language but your videos are very understandable!!!).
In one of his video (OMV 5 complete install), he creates an "additional user" Jeff. I'll the only one user on the server (my family use only Plex clients).
Can I keep "root" user or is it recommended creating my user "alex" ?
Thank you