007revad / Synology_app_mover

Easily move Synology packages from 1 volume to another volume
MIT License
317 stars 25 forks source link

Unable to Backup Container Manager #116

Closed joelhinch closed 1 week ago

joelhinch commented 1 week ago

Hi. Thanks a lot for your work on your scripts. They are a game changer. I an unable to backup my containers using the script unfortunately. I recieve the below error.

WARNING Not enough space to backup /volume1/@docker to Free: 0 GB Needed: 190 GB (plus 50 GB buffer)

ERROR Not enough space on to backup @docker!

I have 10.5 TB of free space.

Tried moving to another volume (which was succesful) and the same error occured.

007revad commented 1 week ago

Was this when moving Container Manager to another volume? Or when backing up Container Manager to the same volume?

Backing up /volumeX/@docker is optional (just in case something goes wrong). It copies the @docker folder to @docker_backup on the same volume.

Which version of the script did you use? v3.1.60 ?

v4.0.63-RC includes a bug fix for:

which can occur if the script creates the folder before moving the contents.

joelhinch commented 1 week ago

@007revad thanks for getting back to me

I am intentionally trying to make a backup (as well as the move) the same error occurs in both a move w/backup as well as a backup command

I am using 4.0.63 where this is failing.

joelhinch commented 1 week ago

@007revad FYI 4.0.62 also failed with same error as 4.0.63 3.2.61 made it past errors checking free space and started copying data but had warnings

Backing up /volume1/@apphome/ContainerManager \e[0;33mWARNING\e[0m Failed to get size of /volume1/@appshare Backing up /volume1/@appshare/ContainerManager WARNING Backing up @appstore could take a long time Backing up /volume1/@appstore/ContainerManager \e[0;33mWARNING\e[0m Failed to get size of /volume1/@apptemp Backing up /volume1/@apptemp/ContainerManager

007revad commented 1 week ago

ERROR Not enough space on to backup @docker!

I see the problem. That error message should be "ERROR Not enough space on /volume# to backup @docker!"

/volume# should not be blank.

007revad commented 1 week ago

@joelhinch I've fixed it in https://github.com/007revad/Synology_app_mover/releases/tag/v4.0.65

joelhinch commented 1 week ago

Thanks!

007revad commented 1 week ago

FYI there's a newer verison https://github.com/007revad/Synology_app_mover/releases/tag/v4.0.68

hdswiss commented 1 week ago

With version v4.0.68-RC works fine many thanks for that

syno_app_mover