nextcloud / backup

Backup now. Restore later.
GNU Affero General Public License v3.0
242 stars 33 forks source link

unpack returns [object Object] #524

Closed kds69 closed 1 year ago

kds69 commented 1 year ago

While trying to recover after a SD data corruption, I am stock at the unpack step of restoring point. occ $ backup:point:unpack 20230414001554-full-psxxxxxxxxO System doesn't fail nor return success, but instead: [object Object]

which tells me I am not calling this function correctly but no idea what is wrong or missing. Also tried: occ $ backup:point:unpack -- 20230414001554-full-psxxxxxxxxO

kds69 commented 1 year ago

in case this helps: seems unpack cannot complete if run from occ web command line. Only works from raspberry console as per below command line: sudo -u www-data php /var/www/nextcloud/occ backup:point:unpack 20230414001554-full-psxxxxxxxxO