Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


How to transfer backup of entire site to 1fichier?
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

How to transfer backup of entire site to 1fichier?

xadexade Member

there is almost 1.5TB of data in it. How to backup and send to 1fichier, remotely and easily?

Comments

  • ehabehab Member

    hire @Ympker he can give you solution for $20.

  • sonicsonic Veteran

    tar, crontab ftp, done.

  • It all starts with using better compression tools for smaller compressed backup sizes - that 1.5TB of data could end up 20-40% smaller with better compression and thus smaller backup size :)

    Smaller back sizes = quicker and easier to transfer and less disk storage space required ^_^

    My round 3 compression benchmark results https://community.centminmod.com/threads/round-3-compression-comparison-benchmarks-zstd-vs-brotli-vs-pigz-vs-bzip2-vs-xz-etc.17259/ :)

  • So because 1fichier kind-a-weird about folders you should upload one file so:
    1. tar your data in archive
    2. then lftp it to 1finchier:

    lftp -c 'open -e "set ftps:initial-prot ""; set ftp:ssl-force true; set ftp:ssl-protect-data true; put '/tmp/your.compressed.data.tgz'; " -u '1FINCHUSER','1FICHPASSWORD' ftp://'ftp.1fichier.com':21 '

  • xadexade Member

    @SashkaPro said:
    So because 1fichier kind-a-weird about folders you should upload one file so:
    1. tar your data in archive
    2. then lftp it to 1finchier:

    lftp -c 'open -e "set ftps:initial-prot ""; set ftp:ssl-force true; set ftp:ssl-protect-data true; put '/tmp/your.compressed.data.tgz'; " -u '1FINCHUSER','1FICHPASSWORD' ftp://'ftp.1fichier.com':21 '

    is that for centos?
    any other easy way?

  • @xade said:

    @SashkaPro said:
    So because 1fichier kind-a-weird about folders you should upload one file so:
    1. tar your data in archive
    2. then lftp it to 1finchier:

    lftp -c 'open -e "set ftps:initial-prot ""; set ftp:ssl-force true; set ftp:ssl-protect-data true; put '/tmp/your.compressed.data.tgz'; " -u '1FINCHUSER','1FICHPASSWORD' ftp://'ftp.1fichier.com':21 '

    is that for centos?
    any other easy way?

    yep. but lftp presents on most every os.

  • xadexade Member

    @SashkaPro said:

    @xade said:

    @SashkaPro said:
    So because 1fichier kind-a-weird about folders you should upload one file so:
    1. tar your data in archive
    2. then lftp it to 1finchier:

    lftp -c 'open -e "set ftps:initial-prot ""; set ftp:ssl-force true; set ftp:ssl-protect-data true; put '/tmp/your.compressed.data.tgz'; " -u '1FINCHUSER','1FICHPASSWORD' ftp://'ftp.1fichier.com':21 '

    is that for centos?
    any other easy way?

    yep. but lftp presents on most every os.

    what about just generate remote backup on webmin/cpanel and enter 1fichier's ftp details then wait?

  • xaocxaoc Member

    @xade said:

    @SashkaPro said:

    @xade said:

    @SashkaPro said:
    So because 1fichier kind-a-weird about folders you should upload one file so:
    1. tar your data in archive
    2. then lftp it to 1finchier:

    lftp -c 'open -e "set ftps:initial-prot ""; set ftp:ssl-force true; set ftp:ssl-protect-data true; put '/tmp/your.compressed.data.tgz'; " -u '1FINCHUSER','1FICHPASSWORD' ftp://'ftp.1fichier.com':21 '

    is that for centos?
    any other easy way?

    yep. but lftp presents on most every os.

    what about just generate remote backup on webmin/cpanel and enter 1fichier's ftp details then wait?

    Ugh.

Sign In or Register to comment.